Forums

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

how can I get reporting on a list of tasks in the last quarter sorted by their epics?

Hasan Zubairi
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!
January 10, 2023

how can I get reporting on a list of tasks in the last quarter sorted by their epics?

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
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.
January 10, 2023

Hi @Hasan Zubairi -- Welcome to the Atlassian Community!

What do you mean by "reporting" and by "in the last quarter"?

For example, if you wanted to list the issues resolved in the last quarter (Oct - Dec 2022), you could use JQL to find them, substituting in your project name.

project = myProjectName 
AND resolved >= startOfMonth(-3)
AND resolved < startOfMonth()
AND issueType IN (story, task, bug)
ORDER BY "Epic Link" ASC

To learn more about such searches, please look here: https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events