You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi team,
Scenario- I am trying a JIRA POST API /rest/zapi/latest/execution/addTestsToCycle/ to add tests to test cycle.
Issue- When request payload has more than 50 JIRA ids, API returns 500
API Response-
HTTP Response HttpResponseProxy{HTTP/1.1 500 500 [Cache-Control: no-cache, no-store, no-transform, Content-Security-Policy: frame-ancestors 'self', Content-Type: application/xml;charset=UTF-8, Date: Thu, 17 Feb 2022 05:33:34 GMT, Set-Cookie: JSESSIONID=AC6ACB8098D1534B21F63BFDE8815614; Path=/; Secure; HttpOnly, Set-Cookie: atlassian.xsrf.token=BJJX-J80A-3NVJ-7RZA_49cd460986ab1ae0af6098c6e48bb657028cd060_lin; Path=/; Secure, Vary: User-Agent, X-AREQUESTID: 333x49538935x2, X-ASESSIONID: 1hv9d2k, X-AUSERNAME: ndeo, X-Content-Type-Options: nosniff, X-Frame-Options: SAMEORIGIN, X-Seraph-LoginReason: OK, X-XSS-Protection: 1; mode=block, Connection: keep-alive] org.apache.http.client.entity.DecompressingEntity@618b19ad}
Kindly assist