Hi Team,
I am facing an issue with the Jira Search API(rest/2/search) when running my test cases. The API call:
GET https://xyz.com/rest/api/2/search?maxResults=10&startAt=0&jql=project=ABCD
is returning inconsistent results between local and CI pipeline environments.
Problem Details:
-
On local environment:
-
The API works perfectly.
-
All test cases (both Server and Cloud) pass successfully.
-
-
On CI pipeline:
-
Server-related test cases →
Passing.
-
Cloud-related test cases →
Failing due to inconsistent issue counts or unexpected responses.
-
The same API endpoint and JQL work fine locally but fail in the CI pipeline. Please suggest a solution for these issue.
-