Hello Atlassian Community,
I'm currently trying to set up a filter for a Jira project but can't seem to get it to work like I want it to.
I have Issues with a 'Location' and an 'Owner' property and would like to filter those Issues in a way that only shows Issues where 'Location' and 'Owner' don't have the same value.
Is there a way to do this without the need of installing any Plugins?
BR,
Alexander
Hi Alexander
I don't believe so. I'm assuming the Owner and Location are custom fields and that they're set up as text - if so, JQL is unable to query text-based custom fields for specific values and hence can't compare to each other either.
So you could use Location is EMPTY or Location ~ "something" but you can't use Location = "a specific value" and definitely can't do Location = Owner
I hope this helps you
Thanks for the fast reply, I'll have to find a workaround then.
BR,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.