Skip to content

Instantly share code, notes, and snippets.

@ultrasounder
Created September 5, 2021 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultrasounder/32659d6d15653b4226c37fb182d6be76 to your computer and use it in GitHub Desktop.
Save ultrasounder/32659d6d15653b4226c37fb182d6be76 to your computer and use it in GitHub Desktop.
Atlassian Document Format POST Request to create JIRA issue using V3
{
"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