Created
September 5, 2021 17:45
-
-
Save ultrasounder/32659d6d15653b4226c37fb182d6be76 to your computer and use it in GitHub Desktop.
Atlassian Document Format POST Request to create JIRA issue using V3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fields": { | |
"project": | |
{ | |
"key": "DT" | |
}, | |
"summary": "JIRA REST via postman", | |
"description": { | |
"type": "doc", | |
"version": 1, | |
"content": [ | |
{ | |
"type": "paragraph", | |
"content": [ | |
{ | |
"type": "text", | |
"text": "creating an issue using project keys" | |
} | |
] | |
} | |
] | |
}, | |
"issuetype": | |
{ | |
"name": "Task" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment