I've searched and it seems that I need to follow an Atlassian Document Format to add to description field and I believe that I am doing that. The creation of the issue succeeds but when I look at the issue either in browser or via API the content part of the Description field is empty.
In the body of the request I have this:
Hi @SMARTdeveloper Check this :- https://blog.developer.atlassian.com/creating-a-jira-cloud-issue-in-a-single-rest-call/
have you tried to create issue manually in jira, description field is avaiable on create screen and view screen ?
Yes. Description is available when I create a new issue on the site.
When I open an issue created by API I can supply a description and getting the issue again in postman will now show that the description object is filled out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Turned out our JIRA guys has made a custom description field and are clearing the description field. They just forgot to tell the API developer.
So that's the reason why its not updating.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@SMARTdeveloper Great :). same i was thinking. Due to custom Description fied, it was not working. Above API work for system description field only.
Finally it works for you.
Thanks
V.Y
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.