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