haw can i get issue close date via jira rest api

ABC June 3, 2014

haw can i get issue close date via jira rest api?or from jira rest java client?

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 11, 2014

Hello,

Thank you for your question.

You could use JQL as per following:

status = "done" AND (resolved < "YYYY-MM-DD" AND resolved > "YYYY-MM-DD")

Kind regards,
Rafael

Suggest an answer

Log in or Sign up to answer