Find the list of users who haven't Updated any Ticket

Madhu Reddy May 26, 2021

How to get the list of users who haven't updated any ticket today. 

 

We can manage it in other way by assigning tickets and filtering the tickets which where not updated, But we want to the know the people who are updating any tickets. 

 

Any suggestions would be appreciated. 

Thanks

Madhu

1 comment

Comment

Log in or Sign up to comment
Ioana
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.
May 27, 2021

Hi Madhu,

The JQL below displays all issues updated by a certain user in the last 24 hours.

issuekey in updatedBy("username", -24h) 

Regards,

Ioana

Madhu Reddy May 28, 2021

Hi @Ioana Thanks for writing. 

With your query we will be able to know whether the particular user updated the issues or not.  

I want the query in a different way, Which finds all the users who haven't updated any tickets in a Particular timeline. 

 

Thanks

Madhu

TAGS
AUG Leaders

Atlassian Community Events