Skip to main content
October 18, 2023
Question

JIRA Integrations

  • October 18, 2023
  • 3 replies
  • 0 views

Hi All,

I want to fetch an Resolved date , Created date  ,  assignee , reporter and updated date  of issues from JIRA integrations .

Thanks

3 replies

paragr3956
February 2, 2024

Can you please elaborate your issue ?

harshitb6843
February 2, 2024

Hi [mention:0591d80bf3a5406ebeb3855605fe90c0:e9ed411860ed4f2ba0265705b8793d05] 

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.

stefanhelzle0001
February 2, 2024

I hope the proposed solution is still relevant for the OP after 4 months.