Hello dear Community,
I'm trying to set up the following automation:
When the Issue of a particular type is created set the value of Custom field (Team) to one particular team.
Custom Field (Team) is a custom field from Tempo.
Does someone know how the JSON should look like for this automation?
Thank you in advance guys!
Kind regards,
Aleksandra
Welcome to the community!!
It should be like;
{
"fields": {
"customfield_xxxxx": "TEAM_ID"
}
}
Please check this related article:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.