-
Notifications
You must be signed in to change notification settings - Fork 57
Set Content-Type in issueBulkOperations.submitBulkTransition to work around api issue #375
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
Set Content-Type in issueBulkOperations.submitBulkTransition to work around api issue #375
Conversation
…around api issue. Fixes MrRefactoring#374
It would be wonderful if you could write an integration test case |
I didn't see any tests for other bulk operations so I wrote a new test file I also noticed the typescript config wasn't picking up the tests files causing a whole bunch of errors in IDE so I fixed that |
I’ll merge your changes to test more thoroughly and may make some adjustments |
I took a closer look, and it’s excellent work—you’re a total brainiac to catch a problem like this! |
* 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 <[email protected]>
Hahaha thanks, I was pretty deep down the rabbit hole and I'm trying to crawl out of it slowly XD |
Fixes #374