JQL Number of assigned tickets per day?

Alex
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 24, 2022

How to find out Number of assigned tickets per day  for user "o.smith"? 

2 answers

1 accepted

1 vote
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 24, 2022

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. 

Alex
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 29, 2022

@John Funk thank you!

Like John Funk likes this
0 votes
Dam
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 24, 2022

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. 

Suggest an answer

Log in or Sign up to answer