Jira Integration
Connect Jira to create issues, manage boards, update fields, and automate project management.
Available triggers
| Trigger | When it fires |
|---|
| Issue Created | A new issue is created |
| Issue Updated | An issue's fields change |
| Issue Transitioned | Issue moves to a different status |
Available actions
| Action | What it does |
|---|
| Create Issue | Add a new issue (Bug, Story, Task, Epic) |
| Update Issue | Change fields, status, assignee |
| Add Comment | Add a comment to an issue |
| Transition Issue | Move to a different status |
| Get Issue | Retrieve issue details |
| Search Issues (JQL) | Find issues using JQL queries |
Common patterns
Escalation
Jira Trigger (issue updated, priority = "Critical") →
Send Slack (#urgent) + Send SMS (on-call engineer)
Cross-team sync
Linear Trigger (issue created, label: "platform") →
Create Jira Issue (Platform team project) → Add comment with Linear link
Sprint automation
Schedule (daily standup time) → Search Jira Issues (JQL: sprint = currentSprint AND status != Done) →
TinyGPT (format standup summary) → Send Slack (#standup)