-
Notifications
You must be signed in to change notification settings - Fork 57
415 on issueBulkOperations.getAvailableTransitions /rest/api/3/bulk/issues/transition #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I created a support ticket to Atlassian, but I feel it'll be low priority. |
…around api issue. Fixes MrRefactoring#374
* Set Content-Type in issueBulkOperations.submitBulkTransition to work around api issue (#375) * Set Content-Type in issueBulkOperations.submitBulkTransition to work around api issue. Fixes #374 * Fix test typescript build * Add getAvailableTransitions tests * v4.1.3 * Changelog updated --------- Co-authored-by: Michael "Mike" Ferris <micfer@getmaintainx.com>
For reference, Jira opened a bug ticket on their side |
It appears this issue has been resolved by the Jira team, so I will remove the workaround from the code |
This feels like a bug on jira's side where that endpoint returns a status 415 Unsupported Media type error.
If I add header
Content-Type: application/json
then it works.I find this a bit weird because this is a GET endpoint it should not required a Content-Type since there's no body
https://stackoverflow.com/a/16693884
The text was updated successfully, but these errors were encountered: