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