Jira Integration Template
Integrate Jira issue tracking into your Mid-call Actions with three powerful functions: searching, updating, and creating issues. Ideal for DevOps teams, support organizations, and agile development processes.Overview & Features
Search Issues
- JQL-based issue search
- Real-time status queries
- Assignee and priority filtering
- Custom field queries
Update Issues
- Manage status transitions
- Comments and time tracking
- Resolution updates
- Field modifications
Create Issues
- Bug reports from customer reports
- Document feature requests
- Create support tickets
- Incident management
Jira Cloud API Setup
1. Setting up Jira API Access
Prepare Jira Cloud Instance
- Ensure you have admin rights
- Note your Jira instance URL:
https://yourcompany.atlassian.net - Instance name for API calls:
yourcompany(without .atlassian.net)
Tool 1: Search Issues
Configuration in Famulor Interface
- Tool Details
- Header Configuration
- Query Parameters
| Field | Value |
|---|---|
| Name* | Jira Issues suchen |
| Description | ”Searches issues using JQL (Jira Query Language) for status updates and tracking” |
| Function Name* | search_jira_issues |
| Function Description* | “Searches Jira with JQL. Use this to check the status of bug reports, feature requests, or support tickets.” |
| HTTP Method | GET |
| Timeout (ms) | 5000 |
| Endpoint* | https://{{JIRA_INSTANCE}}.atlassian.net/rest/api/3/search |
Parameter Schema for Issue Search
Response Mapping
Tool 2: Update Issue
Configuration in Famulor Interface
- Tool Details
- Request Body Template
| Field | Value |
|---|---|
| Name* | Jira Issue aktualisieren |
| Description | ”Updates status or details of an existing Jira issue” |
| Function Name* | update_jira_issue |
| Function Description* | “Updates a Jira issue. Use this to change status, add comments, or update issue details.” |
| HTTP Method | PUT |
| Timeout (ms) | 5000 |
| Endpoint* | https://{{JIRA_INSTANCE}}.atlassian.net/rest/api/3/issue/{issue_key} |
Parameter Schema for Issue Updates
Tool 3: Create Issue
Configuration in Famulor Interface
- Tool Details
- Request Body Template
| Field | Value |
|---|---|
| Name* | Jira Issue erstellen |
| Description | ”Creates a new issue (bug, task, story) in Jira based on customer input” |
| Function Name* | create_jira_issue |
| Function Description* | “Creates a new Jira issue. Use this for bug reports from customer messages, feature requests, or support tickets.” |
| HTTP Method | POST |
| Timeout (ms) | 5000 |
| Endpoint* | https://{{JIRA_INSTANCE}}.atlassian.net/rest/api/3/issue |
Parameter Schema for Issue Creation
Practical Use Cases
Scenario 1: Bug Report from Customer Call
Scenario 2: Feature Request Management
Customer Feature Request
Customer Feature Request
Competitive Feature Tracking
Competitive Feature Tracking
JQL Templates for Common Queries
Predefined JQL Queries
Customer-related Queries
Customer-related Queries
Team Management Queries
Team Management Queries
Monitoring & Analytics
Monitoring & Analytics
Response Handling & Integration
Issue Search Response
Natural Language Integration
- Issue Search Integration
- Issue Update Integration
- Issue Creation Integration
Agent messages:
Integration with Other Mid-call Actions
Multi-System Workflow
Performance & Monitoring
Jira Integration KPIs
| Metric | Description | Target |
|---|---|---|
| Issue Creation Success Rate | % of successfully created issues | >99% |
| Search Query Performance | Average JQL response time | <2 seconds |
| Update Success Rate | % of successful issue updates | >98% |
| Customer Issue Resolution | Average resolution time for customer issues | <4 hours |
Business Impact Analytics
Error Handling
Common Jira API Issues
Authentication Error (401)
Authentication Error (401)
Project Not Found (404)
Project Not Found (404)
Invalid JQL (400)
Invalid JQL (400)
Advanced Features
Custom Fields & Workflows
Customer-specific Custom Fields
Customer-specific Custom Fields
Workflow Automation
Workflow Automation
Advanced JQL Patterns
- Complex Customer Queries
- Team Performance Queries
JQL Performance Tip: Use specific project keys and date ranges in JQL queries to optimize performance. Avoid very broad searches without filters.

