Sends an email from Google Forms to requestor on recently closed JIRA tickets
Install (from your method of choice, I like pip) requests and validate_email modules.
- Create a Google form, with a field called "Ticket Number"
- View the live Google form, and find the html for the ticket number field. Copy the entryid
- Create a user with permissions to access the JIRA project via API
- Make sure the default screen for the project includes the "Labels" field
- Copy settings.py.sample to settings.py
- Populate the settings.py with appropriate values
- Put somewhere and attach it to a periodic cronjob