You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
All the closed issues of our project have a service evaluation value ranging from 1 to 5. How could we get the issues that were evaluated with a 5 by assignee in eazybi?
For example:
Assignee Number of issues evaluated with a 5 -------- ------------------------------------- Bill 4 Jean 5
...
Hi Antonio,
If you have created a new JIRA custom field (numeric type) where you are entering evaluation for completed issue, you could at first import this custom field in eazyBI as Issue property (via eazyBI import settings) and then use it when creating a new user-defined calculated measure "Number of issues evaluated with 5".
Try following MDX code where you must use your actual field name from JIRA (case sensitive) in the code instead of 'Service Evaluation'.
NonZero( Count( Filter( Descendants([Issue].CurrentMember, [Issue].[Issue]), Not IsEmpty([Issue].CurrentMember.get('Resolved at')) AND [Measures].[Issues created]>0 AND [Issue].CurrentMember.get('Service Evaluation')=5 ) ) )
Please contact support@eazybi.com if you have further questions regarding this!
Kind regards,
Martins Vanags / support@eazybi.com
Happy New Year! We hope you all had a safe and restful holiday season. 2020 was a unique year full of unforeseen events; however, as we enter the new year of 2021, we’re optimistic for the light at t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.