The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.