Hello,
Following reading the article https://docs.eazybi.com/display/EAZYBIJIRA/Reports+using+JIRA+user+groups I was wondering if it's possible to get the same result for not just system fields, like Assignee / Reporter etc., but custom user fields?
Based on the code, I've used something similar when creating a new calculated measure under the custom field, but don't get any results back
Aggregate( Filter([customfieldX].[customfieldX].Members, CoalesceEmpty([customfieldX].CurrentMember.get('Groups'), '') MATCHES '.*(^|,)implementation($|,).*' ) )
Thanks
Hi Peter,
Today I have the same isse and don't know how to resolve it (sad...)
Hi Peter,
Could you please share more details and screenshots on your question to our support?
Martins/support@eazybi.com
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peter,
For most of the system fields eazyBI import also available properties from JIRA. In this example "Groups" is user field imported property, that is later used in Aggregated calculated member.
For custom fields eazyBI imports only Key and Name, so there is no such property "Groups" imported which you try to use in your Aggregate.
One option would be importing additional properties (for example "Groups") from additional external data source file (excel, csv) for this new custom field
If it is not the case, could you please share more details and the business case to support@eazybi.com!
Kind regards,
Martins Vanags / support@eazybi.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martins, thanks for the answer.
I'll try your suggestion but wanted to make sure that there is not way to use the already imported Groups property from JIRA's system fields with values (either name or id) of a custom field.
Since we are talking about the same set users which can be used in either case, it sounds that maybe there could be some kind of link (maybe casting the value from the custom field to a JIRA system value, then checking if it's part of that group).
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.