I am trying to edit the Advanced Roadmap TEAM field. I can use the following without error as a LOG action:
Parent team {{triggerissue.customfield_13100}}, story team {{issue.customfield_13100}}
But, when I try to set a field value (I want to copy the value of the custom field in the trigger issue), I get a "not valid json" error.
{ "fields":
{ "customfield_13100": {{triggerissue.fields.customfield_13100.value}}
}
}
When I add quotes around the trigger issue, then I get an error that the field does not exist.
{ "fields":
{ "customfield_13100": " {{triggerissue.fields.customfield_13100.value}} "
}
}
I cannot use the standard edit issue and select the field because the Team field from Advanced Roadmaps is not available. Remember, there are TWO Team fields in Jira now, if you use Advanced Roadmaps.