Forums

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

Find the # of tickets completed between January 1 and June 30th

Bridgette Dennis July 10, 2023

Im being tasked to find the number of tickets with story points completed from January 1 2023 to June 30 2023. I am not sure how I can find this an easy way . I thought i could add fixed versions as well since I think there are other tickets that are created within my project by other teams . Does anyone have any suggestions?

1 answer

7 votes
Mark Segall
Community Champion
July 10, 2023

Hi @Bridgette Dennis - If you're looking at strictly finding issues with story points resolved between 1/1/2023 and June 30th, you could do this:

"Story Points" IS NOT EMPTY AND resolved >= startOfYear() and resolved < "2023/07/01"
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.
July 10, 2023

Hi @Bridgette Dennis 

Adding to Mark's answer, here is some good free training from Atlassian and documentation on how to create queries like this:

https://university.atlassian.com/student/path/849533-gain-project-insights-through-jql

https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/

Kind regards,
Bill

Like # people like this

Suggest an answer

Log in or Sign up to answer