Epic Functions
This section contains functions that enable users to manage epics.
Functions Summary
- activeEpics — Retrieves a list of currently active epics.
- addIssuesToEpic — Links multiple issues to a specific epic.
- addIssueToEpic — Associates an issue or task with a specific epic.
- epics — Retrieves a list of all the epics within a project or system.
- getEpic — Retrieves information about a specific epic.
- issueInEpic — Checks whether a specific issue or task is associated with a particular epic.
- issuesInEpic — Retrieves all the issues or tasks associated with a specific epic.
- issuesWithoutEpics — Retrieves a list of issues or tasks that are not associated with any epics.
- removeIssueFromEpic — Removes the association between an issue and an epic.
- removeIssuesFromEpic — Dissociates multiple issues from a specific epic.