DEV Community

haimzlato
haimzlato

Posted on

Useful automations using Slack, GitHub, Jira, Google tools and more

we built relatively simple but useful automations in Python deployed on AutoKitteh using integrations to various applications such as GitHub, Slack, Jira, Google Calendar, Google sheets and more. For example:

  • Categorize new emails in your Gmail inbox using ChatGPT and send notifications to the appropriate Slack channel.
  • Automatically set JIRA ticket assignees based on Google Calendar events.
  • Scan your Copilot users and request them to free up licenses if not used for two weeks.
  • "Break Glass" - Using Slack to orchestrate a temporal elevation of privileges in AWS. A developer asks for privileges in Slack using Slash command, the IT team can approve on deny in Slack form. If approved, the workflow elevates privileges in AWS and reduces back after some period of time.

All are written in Python, very short and easy to modify, see code and additional automations.

You can install the platform and run automation on your PC / Cloud or ask access for the cloud service.

Top comments (0)