Skip to main content

Goals, Epics & Stories

These commands require a project with pm_mode='traditional'. They return a 400 error if used on a task-management project. All commands require an active project (or --project <id>).

Goals

Goals are the top level of the PM hierarchy.

List goals

Returns all goals in the project with their epic counts.

Show a goal

Returns the goal details along with:
  • Child epics (id, title, planned dates)
  • Linked pages

Epics

Epics belong to a goal and contain stories.

List epics

Returns all epics with their story counts. Use --goal to filter by a specific goal.

Show an epic

Returns the epic details along with:
  • Parent goal info
  • Child stories (id, title, status)
  • Linked pages

Stories

Stories belong to an epic and contain tasks. Stories can also be assigned to sprints.

List stories

Returns all stories with their task counts. Filters can be combined.

Show a story

Returns the story details along with:
  • Parent epic and goal breadcrumb
  • Child tasks (id, task_number, title, status)
  • Sprint membership
  • Story dependencies
  • Linked pages

PM Tree

View the full project hierarchy in a single command:
Displays: