Forums

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

Transition error "Please select one approach."

ilyabohaslauchyk
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!
November 14, 2022

I am using API v2.

I am trying to perform a transition of an issue. To do that I send a POST request to "/api/2/issue/<issue id>/transitions". The workflow requires some fields to be updated during the transition. So, the body of the request looks something like this:

 

{

    "fields": {

         "customfield_20332": "Ticket is changed as per the user user@email.com request for every field",

},

    "update": {

        "customfield_20068": [{ "set": { "value": "Negligible" } }],

},

    "transition": {

        id: "11"

    }

}


 

I get the following response:

{"errorMessages":["Please select one approach."],"errors":{}}

 

I couldn't find anything about this error. Maybe someone has an idea, what it could be?

1 answer

1 accepted

1 vote
Answer accepted
ilyabohaslauchyk
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!
November 14, 2022

It appeared to be a custom error in our Jira server. that's why I couldn't find anything about it.

Suggest an answer

Log in or Sign up to answer