I have a project code: JAP, how can i get all the issue keys in this project using the API...
Dear @Edmund Neil ,
you can perform a
GET /rest/api/3/search?jql=project=JAP
The result is a list of all issues, but you have to grep the keys on your own.
If you have more than 1000 issues you need to do pagination.
So long
Thomas
@Thomas DeilerIt works! Thank you for your time and your answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.