Skip to content

Commit

Permalink
ENG-1164 Add readme to jira_assignee_from_calendar (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Abraham <[email protected]>
  • Loading branch information
pashafateev and daabr authored Jul 11, 2024
1 parent 8404eab commit 642f6de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jira_assignee_from_calendar/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 642f6de

Please sign in to comment.