Home  >  Article  >  Backend Development  >  Useful automations using Slack, GitHub, Jira, Google tools and more

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

WBOY
WBOYOriginal
2024-08-28 21:00:101002browse

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.

The above is the detailed content of Useful automations using Slack, GitHub, Jira, Google tools and more. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn