Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jql get Project issues, filter by updated field

Thomas Thimothee September 5, 2018

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?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2018

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.

https://marketplace.atlassian.com/apps/1211542/atlassian-rest-api-browser?hosting=server&tab=overview

It is a free add-on

Thomas Thimothee September 7, 2018

thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events