Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error while sending request to createissue "Specify the value for Flagged in an array"

Vaibhav_Jajoo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 30, 2025

creating new issue with jira api  request fails with the error. here is my 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"
    },
    "update": {}
}

1 answer

0 votes
Pramodh M
Community Champion
June 30, 2025

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events