The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation rule get custom field value from Json file

Thao
April 13, 2021

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,

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
bmccoy
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2021

 

Hi!

What happens when you try 

{{triggerIssue.customfield_14727.department_name}}

Cheers,
Brydie

Thao
April 15, 2021

Hi @bmccoy ,

It does not show anything, not ID and not Name.

So sorry, I forgot to let you know that the Json file formatted by Element Connect plugin. It's a custom field on Element Connect.

Thanks for your reply!

bmccoy
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2021

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

TAGS
AUG Leaders

Atlassian Community Events