Jira
Automate projects and issues with Jira Cloud
With emma's Jira integration, you can list projects, get issue details, create/update issues, add comments, change status, and search with JQL. Automate your Jira Cloud workflows.
Features
Jira_Operator supports the following 13 tools:
Authentication
Authentication Method:OAuth 2.0
Jira uses OAuth 2.0 authentication. Securely authenticate with your Atlassian account and grant only necessary permissions.
| Category | Tools | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Read Operations | 8 | ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| Write Operations | 5 | ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
JQL Query Examples
- •
project = PROJ- Issues in a specific project - •
assignee = currentUser()- Issues assigned to me - •
status = "In Progress"- Issues in progress - •
created >= -7d- Issues created in the last 7 days - •
priority = High AND status != Done- High priority and not done
Main Parameters
| Parameter | Description |
|---|---|
| project_key | Project key (e.g., PROJ) |
| issue_key | Issue key (e.g., PROJ-123) |
| jql | JQL query string |
| summary | Issue title/summary |
| issue_type | Issue type (e.g., Task, Bug, Story) |
| transition_id | Transition ID (check with jira_get_transitions) |
| assignee_account_id | Assignee account ID (check with jira_search_users) |
Prerequisites
- • emma account
- • Jira Cloud account
- • OAuth 2.0 connection setup