JQL for status transitioned by someone OTHER than user?

Louise Baker March 3, 2022

I have this JQL:
status changed to Available by membersof("product management")

This works great, BUT I want the opposite:

status changed to Available NOT by membersof("product management")

NOT by is not a thing.

Is there a JQL to accomplish this task?

1 answer

0 votes
Tim Perrault
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.
March 3, 2022

Hello @Louise Baker 

 

Try this out

status changed to Available AND NOT status changed BY membersof("product management")

 

Thanks,

Tim

Suggest an answer

Log in or Sign up to answer