HI All,
I have a RAID board on my project whose query only shows the following Issue Types:
I have configured an Issue Security Scheme which will hide Issues and Risks from my clients if a Risk or issue field value is selected as "Internal".
I'm trying to create a Quick filter that will show all Tasks, Issues, Risk and Decisions AND those Risks and Issues that don't have issue security assigned.
Any help would be greatly appreciated.
Thanks!
Eric
Hi Eric,
This is surprisingly simple, but not at all obvious! The security level on an issue is held in a select-list field on the core of the issue.
So you can use it in JQL. Because it's a system field, its name is a simple word rather than the display name of the field, but hey. Try:
level is empty
That will get you every issue with no security level set.
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.