Hi All,
I want to fetch an Resolved date , Created date , assignee , reporter and updated date of issues from JIRA integrations .
Thanks
Discussion posts and replies are publicly visible
Can you please elaborate your issue ?
Hi Klaus34
The below API will help to get issues of a particular project
/rest/api/2/search?jql=project=ABC&maxResults=1000
where
ABC=Project Name
1000= maximum 1000 can see in one JSON file.
I hope the proposed solution is still relevant for the OP after 4 months.