I see the document that I can modify other field such as title while doing transition.
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 ?