Results

Update issue status

Updated:2022-11-01

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.

URL :
/maia/api/public/v4/issues/update_all?age=<days> --fail -X POST -H Api-Token:<token-string>"
Parameters :
  • age (optional)
    • Update issues newer than days.
    • if age is missing: update all issues.
Method :

POST

Auth required :

YES with a user token.

Permissions required :

User permissions required for this API call: Access all records and Update issues.

Example :
curl -k https://maia.example.com:7777/maia/api/public/v4/issues/update_all?age=20 --fail -X POST -H "Api-Token: Xk8FjBjQcRWdqh4kICvMEL...."
Success Response

TBD