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?
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"
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
Kind regards,
Bill
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.