Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira filter excluding status change from certain users

adrian October 16, 2018

i am trying to search for issues submitted during a certain period but exclude those that have been modified by certain users. so far i've got this filter but it does not work

 

project = iso AND issuetype = Bug AND Status changed from "Ready to Test" to (Open, Closed) after startOfDay() AND Source in (Core, Dev) AND updated >= -10h AND (Not status changed BY x@abc.com) AND (NOT status changed BY y@abc.com)

 

 

any ideeas? :(

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
October 16, 2018

Hello,

Your JQL query looks correct. What is not working?

adrian October 16, 2018

It is not excluding the issues that have been changed by the given email addresses 

Alexey Matveev
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.
October 16, 2018

You should provide users after the By keyword, not email addresses. 

adrian October 16, 2018

Tried with names, still got the same issue. The bugs list is not filtered accordingly. 

Alexey Matveev
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.
October 16, 2018

I just tried this JQL:

 (Not status changed BY myuser) and it worked correctly for me. It showed only issues where myuser never changed the issue status.

I tried it on Cloud

adrian October 16, 2018

Yes, worked for me also (even with emails) i just had to add quotes before and after email address and correct a typo where i used NTO instead of NOT. 

Thanks a lot !

Alexey Matveev
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.
October 16, 2018

You are welcome!

If you think that my answer helped you, kindly mark my asnwer as accepted.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events