How to find out Number of assigned tickets per day for user "o.smith"?
Hi Oliver,
You can try something like:
Project = ABC and assignee was oliver.smith on 2022-06-23
That will show all issues that were the assignee on yesterday.
@John Funk thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex
Here is a JQL to do so where XXX = the user you need to search as assignee
assignee = XXX AND (updated = endOfDay() OR created = endOfDay())
You can improve your knowledge on JQL using this page: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/
I hope it helps.
Cheers,
Dam.
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.