Hi - I am wondering if I can create a JIRA filter to show me tickets submitted by users with a specific permission set. I want to separate out tickets submitted by team members with agent vs. collaborator permissions. Is this possible?
you can create a jql search if the user is member of a specific usergroup.
if you made your specific permissions with usergroups, this would be possible.
assignee in memberOf("nnn")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL does not have functions to look at permissions of users, so I'm afraid not.
Alexander has given you the closest you can get without having to find an app or code new JQL functions
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.