Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to search issues that excludes specific project roles?

Deepali Bagul
Contributor
February 7, 2018

Hello Team,

Is their any Jql funtion that allows to me to search for issues that are not reported by specific project roles. Below is the use case.

I need to find issue that are reported by AE's but are not part of project roles admin, PM, developers, QA. But these are AE's are added as project role 'Users'

I included the below custom JQL function but it doesn't allow negative search and also not let me select multiple roles at a time.

issueFunction in UserInRole(” project = XXX “, reporter, “Developer”)

Do you believe if this is possible with native jira 7.5.1 (server)? also please let me know if the addon supports this fields. Thanks in advance.

Regards,

Deepali Bagul

1 answer

0 votes
Alexey Matveev
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.
February 7, 2018

I could not find UserInRole function in ScriptRunner. But I guess you can write your own JQL function. I think it is easier in the Power Scripts add-on.

Suggest an answer

Log in or Sign up to answer