Good Afternoon,
I’m trying to Import Component/s as a Dimension because we need to be able to target Vulnerabilities by asset (Components).
But when I add custom JavaScript code in the Additional Options and I test the custom JavaScript code with an issue test and the Information appears.
But when I go back to the custom Field tab, i Still cant select it ??
Quite recently we added a page dimension feature where you can use the same dimension in pages and in columns/rows
Perhaps, you can play around with “Project” dimension in your report where Component is one of the hierarchy levels in that dimension.
If you still need a separate dimension for Components, try this Javascript code in your eazyBI advanced settings .
And you don’t need to add custom code in Additional Options but in Advanced settings which is a different place in UI.
Note that only Jira system administrators or eazyBI admins can access advanced settings.
Try this code to define a new dimension for Components
After that, open eazyBI import options and find your new custom field “Components” under the custom_fields tab and select it to import as a separate dimension.
Thank you, @martins.vanags, for that code snippet. I tried to use it and all of my issues showed “(none)” in the new dimension even though they have components.
When I look at [Issue].CurrentHierarchyMember.AllProperties - I only see “Component IDs”:
My goal was to be able to combine “duplicate” components from different projects - but the text of the components isn’t available as far as I can tell.
Am I missing something? It looks like each ID would need to be mapped to text. Please advise.
Have you tried selecting the property measure “Issue components”?
There should be already a predefined measure in the “Measrues” dimension that would return all components for each issue.
I needed to filter through long lists of components from multiple projects to cull out all but a few. @ilze.leite’s solution worked like a dream for me. My gratitude to both of you!
I wish you a wonderful holiday with your families and friends! Thank you for all you do to make my job so much easier!