Just wondering is anyone has used the new bulk move API for worklogs. More importantly, were you successful.
When I tried yesterday, I received a 413 http status which echos the worklog limit bein exceeded. And yes, I quadruple confirmed the destination issue is no where near the limit.
Any suggestions?
I do a lot of API work but not with that specific function (I report on worklogs a lot).
According to google, HTTP status code 413 means "Request Entity Too Large," indicating that the server cannot process a request because the data sent (payload) is larger than the server's allowed limit; essentially, the request is too big for the server to handle
This doesn't mean your target is too big -- it is you are sending too much in a single call. I see the documentation specifies nor more than 5,000 can move
Also I don't know if you are familiar with postman. If so, the most helpful information may be found in the collection linked on the page to here: https://developer.atlassian.com/cloud/jira/platform/jiracloud.3.postman.json
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.