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}}"}]
}
}