Closed danmedani closed 4 years ago
Right now we have the ability to fetch incidents by service_id. It would be useful if we could provide a team_id in place of the service_ids param and fetch all incidents related to the team.
service_id
team_id
service_ids
This is possible now with the UI.
This Issue is now about adding the same ability to the python script.
Right now we have the ability to fetch incidents by
service_id
. It would be useful if we could provide ateam_id
in place of theservice_ids
param and fetch all incidents related to the team.