In JIRA cloud how to filter results in a dashboard by User roles

Swagataa December 10, 2019

I am trying to filter results in Dashboard via role, ie. how many are at developer end and how many at testers end. This is needed as the developers and testers are from different companies and we need the status report to showcase the same.

Is there a way to filter results like this?

1 answer

0 votes
Yogesh Mude
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.
December 10, 2019

HI @Swagataa 

Using Jira build-in functionality you can use the memberOf( group_name) function but this will use the group name not a project role.

As a workaround, you can add those users manually like...assignee in (ABC, CDE, DEF) etc.

If you are using third-party apps like Script runner or JQL trick plugin then you can find the method which will accept the project role..

Example in script runner memberOfProjectRole("")..

Suggest an answer

Log in or Sign up to answer