Epics¶
Manage epics and their child issues.
List Epics¶
Options:
| Flag | Description |
|---|---|
--project | Filter by project key |
--board | Filter by board ID |
--done | Include completed epics |
Examples¶
# List epics in a project
atlcli jira epic list --project ATLCLI
# List epics on a board
atlcli jira epic list --board 123
# Include completed epics
atlcli jira epic list --project ATLCLI --done
Get Epic¶
Create Epic¶
Options:
| Flag | Description |
|---|---|
--project | Project key (required) |
--summary | Epic summary (required) |
--description | Epic description |
Epic Issues¶
List issues in an epic:
Options:
| Flag | Description |
|---|---|
--status | Filter by status |
--limit | Maximum results |
Add Issues to Epic¶
Add one or more issues to an epic:
The issue keys are positional arguments, and --epic specifies the target epic.
Remove Issues from Epic¶
Remove issues from their epic:
This removes the issue from its current epic.
Epic Progress¶
View completion status:
Output:
Epic: ATLCLI-100 - User Authentication
Progress: 60% complete
Issues: 10 total
Done: 6
In Progress: 2
To Do: 2
JSON Output¶
All commands support --json: