I would like to have the acceptance criteria as a column in an EazyBI report, however, I do not find it among the default measures.
I tried the following expression:
[Measures].[Acceptance Criteria] = [Issue].CurrentHierarchyMember.get(‘Acceptance Criteria’)
Unfortunately, this did not provide any value for the tickets, despite the tickets did have acceptance criteria.
What is the way to get the acceptance criteria in EazyBI from JIRA input?
Thank you in advance for the help!
Jira custom fields are not imported by default; those must be selected in the data import options, so they will be available in the eazyBI data cube. Please, check the documentation about that: https://docs.eazybi.com/eazybi/data-import/data-from-jira/jira-custom-fields
Kindly,
Janis, eazyBI support
Hi Csenge,
Acceptance Criteria does not appear to be a default field in Jira. Are you using some marketplace app to add this to your issues, or is it a custom field added manually?
I have no experience with EazyBI, but considering how that works with automation, I think you may need to find the custom field's id and call it by that ID instead.
As an automation smart value it would be {{issue.customfield_100XX}} or something similar. Hope this helps.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Forgot to mention - to find the custom field's ID, you need to go to settings (cogwheel in top-right corfner)> Issues> Custom Fields (under Fields), then locate the relevant field and from the menu (...) select Edit details. Then you will find the custom field's id in the URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.