Hi All,
I want to create a filter JQL query for the following condition "Updated by is not ABB User"
Thanks
Ramesh R
need to use double quotation --- > issue in updatedBy("ramesh")
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry - just saw you're on cloud. So ignore the 8.0 thing - you should be good to go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Regards,
Vishwas
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.