Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

help with jira query to include time estimates and child story/task count

p
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 18, 2018

Hi Team

Can you suggest me how to get jira query working for

 

project = abc, type=epic, status=done

 

result should include

epicid | summary | total estimates time | total spent time | number of child (story/tasks)

 

thanks

pj

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 18, 2018

The JQL query you need is

project = abc and type=epic and status=done

Queries usually run in the issue navigator, to which you can choose to add fields.  The fields Epic and Summary can be added by default, but the other three you have need to be calculated by code, as Jira does not have them natively.

Do you have one of the scripting/automation Apps available?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events