can you report on resolved date?

Stefanie Sullivan December 15, 2022

Can you report on resolved date? I would like to see what was resolved last month for example.

jira-resolved-date.PNG

2 answers

2 accepted

2 votes
Answer accepted
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 15, 2022

Yes, you can create filter for the resolved date. Here is an example that would give you all resolved issues within the past 30 days:

"Resolved At" >= -30d

To get all resolved issues from last month you can use this JQL:

"Resolved At" >= startOfMonth(-1) AND "Resolved At" <= endOfMonth(-1)

0 votes
Answer accepted
Karoline Rezende Ramos December 15, 2022

Hello @Stefanie Sullivan 

I'm not sure if I understand your question, but if you want to know the number of issues resolved in the last month, use this:

resolved >= startOfMonth(-1) AND resolved <= endOfMonth(-1)

Stefanie Sullivan December 15, 2022

is there any way to align resolution date to sprint start and end dates?

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 15, 2022

You could, but you would have to use rest api to get the start date and end date of the sprint, that is not something that is exposed to JQL, it can only search on closedSprints() and openSprints().

Like Karoline Rezende Ramos likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events