I want to create a maintenance automation in ATL cloud.
I want to archive Team Managed projects were the last issue update is older than X month.
actions:
 fetch jira projects
 filter: team managed projects
 order by last issue update
This is the rest API call that fix two of three actions above: {{baseUrl}}/rest/api/3/project/search?expand=insight&orderBy=+lastIssueUpdatedTime
  Anyone know if it’s possible to filter a rest API call on team managed projects?
Next steps:
========
 archive fetched projects
 fine-tune the fetch process to only fetch (TM)projects older than X months
Hi @Ludvig Hede
I do not believe there is a way to filter that project REST API call. One possible work-around is to:
Kind regards,
Bill
 
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.