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: 

Unable to update Description of an issue through API

CHINNAMUTHEVISAI.SATYANARAYANASHARMA
Contributor
May 2, 2023

Hi ,

I'm trying to update issue description using Postmen .
I'm getting this error 

Operation value must be an Atlassian Document (see the Atlassian Document Format)
I'm passing these values
put {{Base url}}/rest/api/3/issue/:STPS-100
Header : 
content-type : application/json 
body : 
{
  "fields": {
    "description":"Variable Test in Postme"
  }
}
i'm able to edit Summary , but not able to change it for Desciption.
please help

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
CHINNAMUTHEVISAI.SATYANARAYANASHARMA
Contributor
May 2, 2023

How do i close this request , as i able to execute it now.