REST API method for getting just project updates

Colin Callahan March 12, 2012

Is there a REST API method which can give me just the updates for a project? Mainly I want to get new issues and updated issues.

thanks in advance,

Colin

1 answer

1 accepted

0 votes
Answer accepted
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 14, 2012

I don't think there is a specific REST resource for new issues. You could try issuing a JQL search via REST and order the results by createdDate or updatedDate in order to find the most recently changed issues.


Alternatively, there are also RSS feeds for JIRA that you could consume to receive updates.

Colin Callahan March 19, 2012

Thanks Joseph, I'm going to try both of those options.

Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 20, 2012

Cool - let us know if you get stuck :-)

Suggest an answer

Log in or Sign up to answer