JIRA filters based on user permissions

Bobby Ervin April 9, 2021

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?

2 answers

1 accepted

3 votes
Answer accepted
Alexander Pappert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2021

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")
Bobby Ervin April 9, 2021

that worked! thank you so much!

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 9, 2021

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

Suggest an answer

Log in or Sign up to answer