Synchronize issue status information between MAIA and corresponding Issue Tracker Systems.
The API call starts a background job in the MAIA web app. The jobs stop when all issues within the scope are reviewed.
/maia/api/public/v4/issues/update_all?age=<days> --fail -X POST -H Api-Token:<token-string>"
POST
YES with a user token.
User permissions required for this API call: Access all records and Update issues.
curl -k https://maia.example.com:7777/maia/api/public/v4/issues/update_all?age=20 --fail -X POST -H "Api-Token: Xk8FjBjQcRWdqh4kICvMEL...."
TBD