Hello amazing community,
It's my first post here but for the last 8 months I thanked you millions of times from my work desk!
I want to have a filter that will display the issues which status was changed by members that are not part of my team. What I would need would be something like
Status Changed By NOT Membersof("My team").
Is there an operator or function that could help me do this?
Thank you for your help!
Alex
To declare that a status was not changed by someone on your team you could use
NOT status changed BY membersOf("My team")
So, if you were looking for issues where the status was changed by anyone not on your QA team prior to the end of last week you could use
status changed BEFORE endOfWeek('-1') AND NOT status changed BY membersOf("QA")
@Alex Leoveanu did that JQL filter accomplish what you wanted?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.