As part of the next-gen project, we had the opportunity to re-think how epics worked and aligned the functionality with the Jira platform APIs.
Please use the Issue type hierarchy API to see which issues are Epics in a next-gen project.
Instead of the Agile REST APIs, in next-gen please use these alternatives:
- Get issues without epic - Search for issues that don't belong to an epic by using the Search for issues using JQL operation in the Jira platform REST API. Build your JQL query using the parent is empty clause. For more information on the parent JQL field, see Advanced searching.
- Get issues for epic - Search for issues that belong to an epic by using the Search for issues using JQL operation in the Jira platform REST API. Build your JQL query using the parent clause. For more information on the parent JQL field, see Advanced searching.
- Remove issues from epic - Edit the issue and set the parent field to be empty. Example: {"fields":{"parent":{}}}
As part of the next-gen project, we had the opportunity to re-think how epics worked and aligned the functionality with the Jira platform APIs.
Please use the Issue type hierarchy API to see which issues are Epics in a next-gen project.
Instead of the Agile REST APIs, in next-gen please use these alternatives:
}
}