I love how the children estimates roll up into the parent, but I see one problem with this. Let me describe:
ohhh noooesss!!! the parent's original estimate should not have been increased to 13h. It should remain at 8h since that's the final estimate before work began. so my question is this ...
how do you "lock" the original estimate at a certain point in the workflow?
Either sub-tasks rolls up its estimates or it does not. As common as it might be that people want to freeze the original estimate, it also common for people to not freeze the estimate. I would probably copy in a post-function the original esitimate to a custom field when switching into the in progress status.
If the issue enters and leaves the in-progress status and then enters in progess status again, the custom field would be set to the new estimated value.
I believe the JIRA Misc Workflow Extensions plugin provides the copy operation that you need to implement this solution.
i like your post-function idea, norman. i think that will do the trick nicely. i haven't yet played with custom fields so this should be fun.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JIRA Suite Utilities plugin should also work for you as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i'm happy to say i already had both of those plugins installed. at this point, i'm trying to determine the best field type to provide this custom field. (Number seems obvious, but I'm on the prowl for something that perserves similar to original estimate -- as days, weeks, hours.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Tanner, for marking the answer correct. Did you find a custom field other than number that could hold a duration and display it correctly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sadly, no, norman. i've been racking my brain for days trying to find a solution. i even went so far as report it to Atlassian and to create another question. if you have any other nuggets of wisdom, i'm all ears. have a read.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only other thought I have without writing your own plugin for the custom field, is to write a javascript function that displays the value correctly. Then use a hidden field for the copy of the original estimate and another field that displays the value using the javascript function. You can attach the javascript to your Jira pages using one of these methods.
https://confluence.atlassian.com/display/JIRA/Fields+Allowing+Custom+HTML+or+JavaScript
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i'm still in search of a solution here. anyone have anything to offer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.