Forums

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

Jira Status Transition doesn't work via automation in JSON

Timur March 31, 2025

Hello dear community - 

I did an automation in JSON to automate the Jira Status Transition:

{ "update": { "labels": [ { "add": "clone" } ], "issuelinks": [ { "add": { "type": { "name": "Cloners" }, "outwardIssue": { "key": "{{issue.key}}" } } } ] }, "fields": { "customfield_10032": { "value": "{{triggerIssue.customfield_10032.value}}" } }, "transition": { "id": "42" } }

 

The problem that this status transition doesnt work.

Any ideas why?

Thanks a lot in advance!

BR 

Tim

2 answers

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 2, 2025 edited

Hi  @Timur -- Welcome to the Atlassian Community!

Even though the Create Issue endpoint supports immediately transitioning, I recall my experimentation last year showed the automation rule actions for Create and Clone do not support this in the manner they use the endpoint.  Instead they always fail with invalid JSON errors.

 

Instead, you can use the Send Web Request action to call the endpoint and supply your fields.  For a short example, this JSON works:

{
"fields": {
"project": {
"id": "12345"
},
"summary": "create issue in a different status using send web request",
"issuetype": {
"id": "10001"
}
},
"transition" : {
"id": "31"
}
}

 

Kind regards,
Bill

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 31, 2025

Hello @Timur 

Welcome to the Atlassian community.

Is this in the context of an Automation Rule? If so, when asking for help with an Automation Rule it will enable us to help you more effectively if you provide:

1. Screen images that show your entire Automation Rule,

2. Screen images showing the details of the step(s) that are not yielding the results you expect,

3. Screen images that show the complete audit log output from the execution of the automation rule.

 

Can you provide a link to the source material that states you can transition an issue through the JSON code? I don't believe that is actual possible, but would be happy to be proven wrong by seeing reliable documentation that states it can be done.

Timur April 2, 2025

Hi @Trudy Claspill  -

 

Thanks a lot!

Here ist a screenshot:

Screenshot 2025-04-02 at 23.45.06.png

Here the corresponding code:

{
"update": {
"labels": [
{
"add": "clone"
}
],
"issuelinks": [
{
"add": {
"type": {
"name": "Cloners"
},
"outwardIssue": {
"key": "{{issue.key}}"
}
}
}
]
},
"fields": {
"customfield_10032": {
"value": "{{triggerIssue.customfield_10032.value}}"
}
},
"transition": {
"id": "42"
}
}

 

Screenshot 2025-04-02 at 23.48.02.png

Here the corresponding code:

{
"update": {
"comment": [
{
"add": {
"body": "Thanks for raising {{issue.key}}."
}
}
]
},
"fields": {
"resolution": {
"name": "Fixed"
}
}
}

In the audits is everything correct..

 

Looking forward to your answer!

BR

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 2, 2025

Thank you for those screen images.

Can you provide a link to the source material that states you can transition an issue through the JSON code? 

I don't believe that is actual possible, but would be happy to be proven wrong by seeing reliable documentation that states it can be done.

 

Timur April 2, 2025

"Can you provide a link to the source material that states you can transition an issue through the JSON code? "
We did not find any code, we just wrote it using your guides...

 

So you mean that it is not possible via automation to change the Transition an Issue + Category? We need it to create automatically new yearly events after we put them to DONE.

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 2, 2025

Hello Timur,

I have not found a document provided by Atlassian that provides an example of

  • executing a status transition
  • using JSON code
  • in the More options section of the Create Issue or Clone Issue actions in an Automation Rule.

If you have found such a document, I am asking you to please provide a link to it.

I don't think that the lines of code I marked as bold will work in such a context. I don't think that including "transition" is valid in the JSON code in this context.

"update" and "fields" are the only valid sections according to the documentation for Advanced Editing using JSON in Automation Rules.

{
  "update": {
    "labels": [
      {
        "add": "clone"
      }
     ],
    "issuelinks": [
      {
        "add": {
          "type": {
            "name": "Cloners"
            },
          "outwardIssue": {
            "key": "{{issue.key}}"
          }
        }
      }
    ]
  },
  "fields": {
    "customfield_10032": {
      "value": "{{triggerIssue.customfield_10032.value}}"
      }
  },
  "transition": {
    "id": "42"
  }
}

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 2, 2025

You could execute a transition of the newly cloned issue by adding the steps shown below:

Screenshot 2025-04-02 at 6.54.05 PM.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
atlassian, atlassian community, loom ai, atlassian loom ai, loom, atlassian ai, record recaps of meetings, meeting recaps, loom recaps, share meeting recaps,

Loom’s guide to great meetings 📹

Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.

Register today!
AUG Leaders

Atlassian Community Events