I have a dashbaord build, I like to display the total efforts ( sum of original time estimate ) in the dashboard, i have a problem
when a story have subtask we used to sum up the original time estimates of subtasks and update that as the original time estimate of the story
we also have story where we dont have sub tasks and we use the original time estimate value on those
when we sum of the original time estimates if we include the sub task then we get the value doubled , when calculating the total estimate of tasks in done we have a issue
few of the sub task are completed and the story is not complete so when calulating the time of the done issues we need to include the sub task and not the parent story
what i need to do is
if story has sub task then
sum original estimate of sub task
else
sum original estimate of the story
can this be done in JQL in jira
?
JQL is an issue search language. It does not have any aggregation features, such as with a SQL.
To do what you ask you could consider:
Kind regards,
Bill
This can be easily achieved by using the Advanced Issue Filter Formula gadget offered by our Great Gadgets app. This gadget applies math formulas on the fields of the issues from up-to six filters and displays the result as number(s) on your dashboard.
If you configure the gadget like this:
... you will get the result on your dashboard
How this works?
You can start with a 1-moth free trial. If you have any questions, please contact support@stonikbyte.com.
See more about this gadget (and the many others offered by the same app) in these articles:
Hope this helps.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.