Forums

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

REST API V3 -- Edit Issue and Do Transitions in single call

Rajesh Ale February 14, 2022

Hi ,

 

I'm trying to update a custom field and also do transition via Edit Issue. Is it possible ? (thought its updating custom field but not doing transition)

PUT /rest/api/3/issue/{issueIdOrKey}

{
    "fields": {
        "customfield_12345": [
            {
                "accountId":"xcxccccasc"
            }
        ]
       
    },
      "transition": {
    "id": "51"
  }
}

 

0 answers

Suggest an answer

Log in or Sign up to answer