Forums

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

Jira Automation set Insight field by value

Arkadiusz Baka
Contributor
November 17, 2022

Hi, Is it possible to set value in the insight filed by Jira automation? I don't have object key, only label form SmartValue

I try this, but it's doesn't work. 

{
"fields":
{
"customfield_14400":[{"value": "552"}]


}
}

Finally I want:

{
"fields":
{
"customfield_14400":[{"value": "{{SMARTVALUE}}"}]


}
}

 

0 answers

Suggest an answer

Log in or Sign up to answer