Hi,
I am able to retrieve all issues attached to a project with jql "search?jql=project="project name" & maxResults=1000"
however, I would like to add an additional in order to retrieve only issues that were updated after a certain date. I have tried to add "& updated >= date" but it doesn't work. (In my Jira interface I can use the updated field to sort the issues so I thought it was possible via API)
Any suggestions?
Hello,
If a JQL query works in the Issue Navigator then it should work in this Rest Api. I think your issue can be related to the html encoding. The easiest way to send a correct request is to install the Atlassian Rest Api browser and try your request there. it will do all the necessary encoding. You will be able to copy the correct request after it.
It is a free add-on
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.