500 Error while using transition rest endpoint

James Garfield
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 20, 2024

I'm locally hosting Jira v9.16.0 and I am trying to update an issues status via the rest api. I am using the endpoint 'POST /rest/api/2/issue/{id}/transitions` with the a request body of

```

{
  "transition": {
  "id": "6"
  }
}
```
Im getting a 500 "Internal server error" upon sending this request. I have tried multiple different ids to no avail. My question is very simply what am I doing wrong here?

1 answer

0 votes
Nicolas Grossi
Banned
June 20, 2024

@James Garfield Welcome!, it appears to be an issue in jira ?

 

Nicolas

James Garfield
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 21, 2024

Yes, It is an issue with jira software 9.16.0.

Suggest an answer

Log in or Sign up to answer