Hi,
I would like to create a filter that will show all the tickets assigned to me on a monthly basis. My objective is to document if there was an increase or decrease in workload.
What I tried so far:
Set up filter "Assigned to me" and "Create date" on a monthly basis (1st until 31st).
The problem with this filter is that JIRA then only shows me all the ticket that were created in a certain time and still are assigned to me. What I need is, all tickets created in a certain time frame assigned to me in that time frame only.
Seems to be a mission impossible.
Thank you in advance for the help.
Best,
Lukas
@Lukas Korenacka Have you already found out how to do what you wanted to do?
The JIRA Better Excel Plugin can generate this report (and any other custom Excel reports) to you like this:
This may require a little work to set up this report, but after that you can get the current report with a single click. You can even auto-email the Excel report to you at the end of each month!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are not the current assignee of some of the issues, the operator that you need is WAS.
Try this:
assignee WAS currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can check createdDate > startOfMonth()combined with the two conditions you already have. Do let me know the result!
Cheers!
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah, that is not working. it will show all tickets that were created in that time frame which are still assigned to me. I pass the tickets on to some of my colleagues so the assignee changes. I want to see all tickets that went through me per month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try with text ~ "Your name"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.