How to create JQL query for following condition "Updated by is not ABB User"

Ramesh Ranganathan January 9, 2022

Hi All,

 

I want to create a filter  JQL query for the following condition "Updated by is not ABB User"

 

Thanks

Ramesh R

3 answers

2 accepted

0 votes
Answer accepted
Ramesh Ranganathan January 10, 2022
need to use double quotation   --- > issue in updatedBy("ramesh")
0 votes
Answer accepted
Neil Arrowsmith
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.
January 9, 2022

Does this work?

issue not in updatedBy(ABB)

 

Only available from Jira 8.0 onwards.

Can also do this if you want to look over a specific period (e.g. 4 weeks):

issue not in updatedBy(ABB,-4w)
Neil Arrowsmith
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.
January 9, 2022

Sorry - just saw you're on cloud. So ignore the 8.0 thing - you should be good to go.

1 vote
Vishwas
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.
January 9, 2022

Hey @Ramesh Ranganathan 

You can try JQL like this:

issuekey not in updatedBy(username)

 

Check this doc which says about advanced JQL here find "updatedBy()" and see the examples.

https://confluence.atlassian.com/jirasoftwareserver081/advanced-searching-functions-reference-970611548.html#Advancedsearchingfunctionsreference-approverupdatedBy()

 

Regards,

Vishwas

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events