I am using JIRA 5.1.4 and I want to search issues by "Security Level" filter.
I was able to achieve it using Advanced Search but not in Simple Search.
Is this functionality available in JIRA 5.1?
Appreaciate your help!
try to use "level =" in your JQL
this will filter out available security levels
edit: sorry missed your most important line...
atm only in advanced mode...
Faysal, thanks for the quick answer. Additional question, how to check the security level id of the existing security levels?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi.
you can get the ID by browing your security levels and hover the cursor on the "Add" or "Delete" link.
if your browser is set to show statusbar (window bottom) you will find an URL containing something like
levelId=11000&schemeId=10900
this will be your security level ID
also a direct db query can show this
select ID,NAME,SCHEME from schemeissuesecuritylevels;
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.
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.