Skip to content
New issue

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

Add support in rest/api/3/issue #654

Open
adiozer1 opened this issue Jan 22, 2024 · 2 comments
Open

Add support in rest/api/3/issue #654

adiozer1 opened this issue Jan 22, 2024 · 2 comments

Comments

@adiozer1
Copy link

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!

@adiozer1
Copy link
Author

Comment:
image

@adiozer1
Copy link
Author

issue:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant