Forums

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

Filter issues by JIRA assignees in 2 groups (eazyBI)

Seifallah Bellassoued
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.
October 26, 2022

Hello,

I want to filter assignee by all Members who are in 2 groups on the same time. for example on Developers group and Approvers groups.

I found on the doc this filter.

Filter(
[Reporter].[User].Members, 
CoalesceEmpty([Reporter].CurrentMember.get('Groups'), '') MATCHES '.*developers.*'
)

I can filter by only developers group but not Approvers group.
Any help pleaze ?
Thanks in advance.
Regards,
Seif,

1 answer

1 accepted

0 votes
Answer accepted
Martins Vanags -eazyBI-
Atlassian Partner
October 26, 2022

Hi @Seifallah Bellassoued 

Why woud you use the "Reporter" dimension if you need to filter assignees?

The way I understand your question you need to create a calculated member in the "Assignee" dimension using the following formula:

 

Filter(
[Assignee].[User].Members,
CoalesceEmpty([Assignee].CurrentMember.get('Groups'), '') MATCHES '.*developers.*'
AND
CoalesceEmpty([Assignee].CurrentMember.get('Groups'), '') MATCHES '.*approvers.*'
)

 

Martins / eazyBI

Seifallah Bellassoued
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.
October 26, 2022

Thanks @Martins Vanags -eazyBI- it works.

For your remak, i just copy the code from the docs. But, you have right i should put assignee instead of Reporter.

Have a great day !

Like Martins Vanags -eazyBI- likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events