Skip to content

how to retrieve all jira tickets of a project #554

Discussion options

You must be logged in to vote

ok, i realized there is an undocumented option --paginate. the maximum page size is 100. to retrieve all tickets of a project it shall be done iteratively as following:

λ jira issue list --paginate 0:100 -q "project = MyProj AND status changed to CLOSED before -160d"
...
λ jira issue list --plain --paginate 100:100 -q "project = MyProj AND status changed to CLOSED before -160d"
...
// and so on

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by benjamin-bin-shen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant