Forums

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

Modify other fields failed while doing transition

Kaiwei Yang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 3, 2018

I see the document that I can modify other field such as title while doing transition.

https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-issueIdOrKey-transitions-post

This is my request body ,

{
"update": {
"summary": [
{
"set": "Bug sc"
}
]
},
"fields": {
"assignee": {
"name": "xxxxx"
}
},
"transition": {
"id": "41"
}
}


 This is response : { "errorMessages": [], "errors": { "summary": "Field 'summary' cannot be set. It is not on the appropriate screen, or unknown.", "assignee": "Field 'assignee' cannot be set. It is not on the appropriate screen, or unknown." } } Did I do something wrong ? 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events