I have been looking around for solution to to update SD Ticket field using REST API.
URL : <localhost>/rest/api/2/issue/id-1
Body:
{
"update": {
"summary" : [{"set" : "Big block Chevy"}]
}
}
I am getting below error:
{
"errorMessages": [],
"errors": {
"summary": "Field 'summary' cannot be set. It is not on the appropriate screen, or unknown."
}
}
Any idea ?
Hi @Avitesh Kesharwani ,
Do you have the summary field on your edit screen? If not , kindly add the screen to the edit screen and try again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.