Hi,
We use GET /rest/agile/1.0/epic/search in our application to get the list of epics per company-managed Jira project, filtered by a free-text query and excluding Done epics:
GET /rest/agile/1.0/epic/search?projectKey={key}&query={text}&excludeDone=true&maxResults={n}
It is not documented in the Jira Software Cloud REST API reference (https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic/) but still responds in production. The Epic Link / Parent Link deprecation announcement ( Deprecation of the Epic Link, Parent Link and other related fields in REST APIs and webhooks ) doesn’t appear to cover the /rest/agile/* namespace.
Is this endpoint deprecated, and what is the recommended replacement?