The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.