Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Pipelines API "next" URL generated doesn't include filter parameters
When viewing pipelines list using /2.0/repositories endpoint, and filters are included (e.g. sort parameter) - the next URL generated for pagination doesn't respect the included filter parameters
Steps to Reproduce
Perform cURL command to get pipelines list, include sort parameter (such as ?sort=-created_on)
Scroll down to the bottom of the first page, the next URL does not include the sort parameter
Expected Results
Filter parameters are included
Actual Results
Filter parameters are not included
Workaround
Either manually add the ?sort parameter to the generated URL, or use pagination manually instead (without relying on the generated URL)