Getting "Field 'definition of done' cannot be set. It is not on the appropriate screen, or unknown."

Tarkeshwar Nath Singh September 20, 2019

Getting an error "Field 'definition of done' cannot be set. It is not on the appropriate screen, or unknown.". I have added a customized mandatory field "Definition of Done" (Multiline text field) to my JIRA screens (Bug, Tasks etc.). I can see this field when i try to create a new Bug in JIRA in my project.

But when i try to create a bug through Postman, it throws me an error "Field 'definition of done' cannot be set. It is not on the appropriate screen, or unknown.". below is the json which i am trying to process

{
"fields": {
"project":
{
"key": "RES"
},
"summary": "Test20Sep",
"definition of done": "test",
"description": "TestBug",
"issuetype": {
"name": "Bug"
}

}
}

Can some one please help?

 

Thanks,

Tarkeshwar

 

 

1 answer

0 votes
Tarkeshwar Nath Singh September 20, 2019

Hello all,

I could resolve it myself now. Thanks anyways :)

Suggest an answer

Log in or Sign up to answer