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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cool - let us know if you get stuck :-)
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.