How do I list backlog items? #227
Locked
ankitpokhrel
announced in
FAQs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is no direct command to list backlog items. However, you can use
list
command and some rawjql
to get items in your backlog.For example:
jira issue list -s~Done -q "sprint is empty and issuetype not in (Epic, Sub-task)" --order-by rank --reverse
Beta Was this translation helpful? Give feedback.
All reactions