Hi all,
I need to add to my JQL query the name of a Jira Service Desk Organization, but this custom field returns a set of values like this:
CustomerOrganizationImpl{id=1; name=Organization1}
Is there a way to parse this custom field in order to return the value name and use it in a dynamic JQL query?
Thank you