28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"request": {
|
|
"api_url": "https://example.atlassian.net/rest/api/2/issue",
|
|
"method": "POST",
|
|
"headers": {
|
|
"Authorization": "Basic ZXhhbXBsZUBleGFtcGxlLmNvbTpxd2VydHkhMTIz"
|
|
},
|
|
"json": {
|
|
"fields": {
|
|
"summary": "Testing",
|
|
"project": {
|
|
"key": "TEST"
|
|
},
|
|
"issuetype": {
|
|
"name": "Task"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"response": {
|
|
"key": "TEST-16"
|
|
},
|
|
"response-headers": {
|
|
"status": 200,
|
|
"content-type": "application/json; charset=utf-8"
|
|
}
|
|
}
|