creating new issue with jira api request fails with the error. here is my payload
Hello @Vaibhav_Jajoo
Can you try the below payload
{
"fields": {
"assignee": {
"id": "712020:d7cdf876-3cd0-4cc2-87cf-231abaf191d3"
},
"customfield_10000": "09/Jun/19",
"description": "Test card",
"issuetype": {
"id": "1"
},
"priority": {
"id": "20000"
},
"project": {
"id": "23000"
},
"summary": "Main order flow broken",
"customfield_10021": ["Impediment"]
}
}
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.