Skip to content

Ability to sort issues in the order as they appear on the board #200

Closed Answered by ankitpokhrel
h0adp0re asked this question in Ideas
Discussion options

You must be logged in to vote

This is done with #206 which adds a --order-by filter.

The list is sorted by created field and the sorting order is descending by default. However, you can use --order-by filter to list the issues sorted by rank.

# List issue in the same order as you see in the UI
$ jira issue list --order-by rank --reverse

# List epic issues order by the rank in ASC order
$ jira epic list KEY-1 --order-by rank --reverse

# List sprint issues order by the rank in ASC order
$ jira sprint list SPRINT_ID --order-by rank --reverse

Replies: 1 comment 1 reply

Comment options

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

Answer selected by h0adp0re
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
2 participants