I need to create new ticket on Automation rules, but when I get the custom field from Json file formatted as:
"Department": [
{"id" : "11", "division_id": "1", "department_name": "Talent"},
{"id" : "12", "division_id": "1", "department_name": "Staffing"},
{"id" : "13", "division_id": "1", "department_name": "SLG"},
I tried to {{triggerIssue.customfield_14727.getAsJsonData.toString()}}
or {{triggerIssue.customfield_14727.getAsString()}}
and so on ...
But I can't get the department_name, It only showed the ID.
Please help me with this case!
Many thanks,
Hi!
What happens when you try
{{triggerIssue.customfield_14727.department_name}}
Cheers,
Brydie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Looks like it might be easiest to raise a support request for this one at https://getsupport.atlassian.com/. That way we can look at the data from that custom field in more detail.
Cheers,
Brydie
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.