Thanks Aleks.
I found one plugin named 'sumUp' , and i am discussing with users to use it.
Thanks
Erik Liu
By "estimation summary", do you mean "sum of estimates"?
I ask for clarification because "estimation summary" sounds like it is a text field to me. For example "I put 4 hours down for the estimate because I think we can do this in half a days work".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Aleks.
it is not used after i add 'summary ~ "original estimaion"'.
I want to know these issues 's total 'original estimate'.
A add-on for it is OK too.
Thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Erik,
The jql query 'summary ~ "original estimaion"' is to show the issues which summaries contain string "original estimaion". Do you mean you need to sum up all original estimated hours for all issues which summary contains string "original estimaion"?
have a look on article https://confluence.atlassian.com/jira/advanced-searching-179442050.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you should in JIRA (JQL) line for issue search write the following statement:
summary ~ "original estimaion"
As a result the issue with summary that contains 'original estimaion'
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.