Hello Team,
I work with the Access control team and I'm based out of Hyderabad COE, India. In order to perform my day to day operations, I resolve many tickets through the Physical security Jira project.
In regards to that, I would like to know ''How to Generate a report of resolved Jira tickets for a Particular period'' to know my workload accurately.
Can anyone please help me with this
Thanks!!
Venkat
This query will return all issues resolved over the last 7 days. You can save the filter and subscribe to it.
project = "Physical security" AND resolution != Unresolved AND and resolutiondate >= -7d
https://confluence.atlassian.com/jirasoftwareserver/configuring-filters-938845268.html
In addition, to find your own tasks/issues, you can add "AND assignee = currentUser()" to the query provided by @Andrew Morin in order to see only the issues assigned to you that were resolved in the last 7 days.
PS: passing this filter on to someone else, will show them their assigned tickets instead as 'currentUser()' refers to the user running the query.
Kind regards
Jorden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Really helpful.
Thanks, team!!
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.