How to list issues in a current sprint? #725
-
How to list issues in a current (or any for that matter) sprint? |
Beta Was this translation helpful? Give feedback.
Answered by
ankitpokhrel
May 25, 2025
Replies: 1 comment 2 replies
-
You can do it as follows: # List issues in current sprint
$ jira sprint list --current
# List issues in sprint with id 9
$ jira sprint list 9 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ankitpokhrel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do it as follows: