We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to client.Issue.Create(..) call rest/api/3/issue instead of rest/api/2/issue
The new version supports DOC type as a description, meaning, you can create issues with rich text in the description instead of string only
For example: "fields":{ "description": { "version": 1, "type": "doc", "content": [ {...}] },}
link to documantation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Thanks!
The text was updated successfully, but these errors were encountered:
Comment:
Sorry, something went wrong.
issue:
No branches or pull requests
What would you like to be added?
I would like to client.Issue.Create(..) call rest/api/3/issue instead of rest/api/2/issue
Why is this needed?
The new version supports DOC type as a description, meaning, you can create issues with rich text in the description instead of string only
Anything else we need to know?
For example:
"fields":{ "description": {
"version": 1,
"type": "doc",
"content": [
{...}]
},}
link to documantation:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Thanks!
The text was updated successfully, but these errors were encountered: