Forums

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

not able to create issues

Abhishek Jaswal December 29, 2020

this is my json:

{  "fields"{    

   "project":  {      "id""10001"    },  

  "summary""New issue from rest", 

   "description""Order entry fails when selecting supplier",

    "issuetype": {      "id""10002"    } 

 }

}

 

 

and this is the error im getting

{    "errorMessages": [],

    "errors": {        "summary": "Field 'summary' cannot be set. It is not on the appropriate  screen, or unknown.",   "description": "Field 'description' cannot be set. It is not on the appropriate screen, or unknown."    }}

1 answer

1 accepted

2 votes
Answer accepted
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2020

Hi @Abhishek Jaswal 

Try this JSON.

 "fields": {
"summary": "New issue from talend api test",
"issuetype": {
"id": "10001"
},
"project": {
"id": "10024"
},
"priority": {
"id": "2"
},

"description": {
"type": "doc",
"version": 1,
"content": [
{
"type": "paragraph",
"content": [
{
"text": "This is the description.",
"type": "text"
}
]
}
]
}
}
}

Suggest an answer

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

Atlassian Community Events