This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# This script requires pygerduty: https://github.com/dropbox/pygerduty | |
# Given a start date and end date, this sample will export the description and | |
# notes from all incidents to a CSV file. The CSV file is formatted for use | |
# with Excel. | |
# This will export to incident_notes_[start date]_-_[end date].csv in the same | |
# directory that this script is located in. | |
# This would be most useful to join with a CSV file as exported from PagerDuty. |