Hi
While creating a jira issue via rest api the description field is not getting updated .
Hi @Abhinav Jha
Please use this guide https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/ to create your JSON. I would expect the description to have a JSON similar to:
"description": "A description is many lines of text\n separated by\n line feeds"
this format is giving
{u'errorMessages': [u'Invalid request payload. Refer to the REST API documentation 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please see this endpoint here https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.