I would like to list the Projects that had an update, I am using:
/rest/api/2/project
I know I can expand for: "description,lead,issueTypes,url,projectKeys"
But is there a JQL that I can use to get just when they had a updated in the last week? Or the result I get the updated time?
(update I mean, any task for that project be updated anyway).
I know I could load project-by-project, but that takes too much time, I would like to get this info in one load.
Thank you!
Would this work?
/rest/api/2/search?jql=updated>=startOfWeek()&startAt=0&maxResults=-1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.