If I use the Two dimensional filter statistics gadget, I do not see an option to choose security level for one of the 2 dimensions.
Any ideas?
We are using JIRA 6.2.
Security level isn't really a field for issue information, it's about who can see an issue, so it's not available as a statistic for the gadget (the gadget is about issue information)
It would also be quite hard to implement - you'd need to list all the possible security levels, and then work your way through all the permissions for every project to work out if the current user can actually see it in the list.
You could try some work-around if you wanted to - take the security level and use a listener to copy it into another select list when it changes, but that will expose the whole list to all users (they still won't see any issues they are restricted from). But it might be better to stick to using it for security only, and not issue information.
Nic, I expected an answer like this. As security level is available as filter criteria I hoped for another one. Thanks for your answer. Clemens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's because the searcher for this standard field doesn't implement the cistomfieldstatae interface. A workaround is to create a readonly field of type select that displays the security field and use that in the gadget. Not as easy as it should be though
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.