From 642f6de14dc862c55ad13e81225b52033b0a273a Mon Sep 17 00:00:00 2001 From: Pasha Fateev Date: Thu, 11 Jul 2024 11:40:37 -0700 Subject: [PATCH] ENG-1164 Add readme to jira_assignee_from_calendar (#21) Co-authored-by: Daniel Abraham --- jira_assignee_from_calendar/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jira_assignee_from_calendar/README.md diff --git a/jira_assignee_from_calendar/README.md b/jira_assignee_from_calendar/README.md new file mode 100644 index 00000000..9ff84251 --- /dev/null +++ b/jira_assignee_from_calendar/README.md @@ -0,0 +1,14 @@ +# JIRA Assignee From Google Calendar Workflow + +This real-life example workflow demonstrates the integration of JIRA and Google Calendar in an on-call scenario. + +## Benefits + +- **Focus on what matters**: Write code that focuses on the desired outcome, not the underlying infrastructure. +- **Flexibility**: Implement your own authorization flow or use the one that works out of the box. +- **Extensibility**: Easily add additional steps or integrations. + +## How It Works + +- **Trigger**: A new Jira issue in the designated Jira project (specified in [`autokitteh.yaml`](./autokitteh.yaml)) +- **Result**: The current person on-call is retrieved via the Google Calendar API and added as the assignee in the Jira issue that triggered the workflow.