Hi Community,
Now I can get information of one issue with the below API:
GET /rest/api/2/issue/{issueIdOrKey}
My question is:
Is there any API to get information of bulk of issues. Example:
GET /rest/api/2/issues/idList=issudeId1,issueId2,issueId3...
Thanks and Regards,
Nguyen
You would need to use GET /rest/api/2/search. You can find info here:
https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-search-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.