danmedani / pager_duty_stats

Gathering and Aggregating Pager Duty Statistics
MIT License
1 stars 0 forks source link

Add ability to fetch incidents by team via the command line script #9

Closed danmedani closed 4 years ago

danmedani commented 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.

danmedani commented 4 years ago

This is possible now with the UI.

This Issue is now about adding the same ability to the python script.