how to retrieve all jira tickets of a project #554
-
i have tried to retrieve all tickets of a project by JQL in debug mode. see the following snippet.
|
Beta Was this translation helpful? Give feedback.
Answered by
benjamin-bin-shen
Jan 17, 2023
Replies: 1 comment
-
ok, i realized there is an undocumented option
|
Beta Was this translation helpful? Give feedback.
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
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: