Hey guys,
I'm trying to create a chart in EasyBI showing the number of created issues (by severity and date) by group X and not by group Y. Group Y's members, however, are all in group X as well. I can bypass it in JIRA by using a filter excluding group Y:
project = A AND reporter in membersof(X) AND NOT reporter in membersof(Y)
I cannot find a relevant option in EasyBI though. I'm using the following dimensions:
Pages: Reporter Group (group X)
Rows: Time
Columns: Severity (which is a project-exclusive value)
Can I somehow make it so that group Y is excluded from the search?
Thanks!
So, I've found the answer already. I have defined a new Reporter Group:
[Reporter Group].[Group X Only] = [Reporter Group].[X] - [Reporter Group].[Y]
And it works exactly as: reporter in membersof(X) and not reporter in membersof(Y) in JIRA.
Good work, me!
Thanks, other me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.