Forums

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

Assistance to update SD Ticket using REST API

Avitesh Kesharwani September 22, 2020

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 ?

1 answer

1 vote
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 22, 2020

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. 

Suggest an answer

Log in or Sign up to answer