Integrations
Jira
Issue tracking and project management
The Jira connector provides 47 actions for managing issues, projects, and sprints.
Setup
Requirements
- Jira Cloud or Jira Data Center
- API token (Cloud) or PAT (Data Center)
Connect
- Go to Settings → Integrations → Jira
- Enter your Jira instance URL
- Provide API token
- Select projects to access
Available Actions (47)
Issues
| Action | Description |
|---|---|
| Get issue | Retrieve issue details |
| Create issue | Create new ticket |
| Update issue | Modify issue |
| Add comment | Comment on issue |
| Transition issue | Change status |
| Assign issue | Assign to user |
| Link issues | Create relationships |
| Get attachments | List issue files |
Projects
| Action | Description |
|---|---|
| List projects | Available projects |
| Get project | Project details |
| Get issue types | Types for project |
| Get statuses | Workflow statuses |
Search
| Action | Description |
|---|---|
| JQL search | Query issues |
| Get recent issues | Recent activity |
Use Cases
Bug Escalation
Customer reports: "App crashes when uploading large files"
AI:
1. Creates Jira issue in BUG project
2. Sets priority and labels
3. Attaches relevant info
4. Responds with issue keyStatus Inquiry
Customer: "Any progress on PROJ-123?"
AI:
1. Calls get_issue(PROJ-123)
2. Reports status and assignee