Skip to content

How to display child issues of an issue from epics list ? #232

Closed Answered by ankitpokhrel
davidjulien asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @davidjulien you can use parent filter to get child issues. However, it needs to be a new command and is not possible from the TUI at the moment.

# Get sub-tasks of a task
jira issue list --parent KEY-123

If you want to get list of issues in a particular epic, you can do:

# Get items in an epic
jira epic list EPIC-123

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidjulien
Comment options

Answer selected by davidjulien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants