Forums

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

Insight Asset Management and Automation for JIRA: Missing fields for cloning/creating Tickets

Benjamin Berger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 26, 2018 edited

Hi,

I'm trying to setup a manual trigger in "Automation for JIRA" for cloning tickets with specific selected custom fields. Some of the fields are Insight Assets! I'm wondering if it's possible to clone tickets together with their Insight Assets. 

 

First problem: I can't select Insight Fields in the suggested field section:


image.png

Second Problem: In the "More Options" panel, it's possible specify additional field values. I'm using: 

{
"fields": {
"customfield_22119": {{issue.customfield_22119.value}}
}

Log file in "Automation for JIRA" says: Error while parsing additional fields. Not valid JSON.

 

Any suggestions? Thanks a lot!

 

1 answer

0 votes
ARWAG EDV
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 4, 2019

Had the same problem and just found a solution:

{
"fields": {
"customfield_22119": "{{issue.customfield_22119.value}}"
}
}

First, your sample is missing one closing curly bracket.

And (that was my problem): If the field is empty, you get this error. Just surround the value with quotes and the error is gone.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events