Jira
Interact with Jira
Configuration
Read Issue
Operation
Read Issue
Domain*
Enter Jira domain (e.g., tradinggoose.atlassian.net)
Jira Account*
Select Jira account
Select Project
Select Jira project
Project ID
Enter Jira project ID
Select Issue
Select Jira issue
Issue Key
Enter Jira issue key
Output
| Parameter | Type | Description |
|---|---|---|
ts | string | Timestamp of the operation |
issueKey | string | Issue key (e.g., PROJ-123) |
summary | string | Issue summary/title |
description | string | Issue description content |
created | string | Issue creation date |
updated | string | Issue last update date |
success | boolean | Whether the update operation was successful |
url | string | URL to the created/accessed issue |
Update Issue
Operation
Update Issue
Domain*
Enter Jira domain (e.g., tradinggoose.atlassian.net)
Jira Account*
Select Jira account
Select Project
Select Jira project
Project ID
Enter Jira project ID
Select Issue
Select Jira issue
Issue Key
Enter Jira issue key
New Summary*
Enter new summary for the issue
New Description
Enter new description for the issue
Update Issue (
jira_update)Update a Jira issue
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Your Jira domain (e.g., yourcompany.atlassian.net) |
projectId | string | No | Jira project ID to update issues in. If not provided, all issues will be retrieved. |
issueKey | string | Yes | Jira issue key to update |
summary | string | No | New summary for the issue |
description | string | No | New description for the issue |
status | string | No | New status for the issue |
priority | string | No | New priority for the issue |
assignee | string | No | New assignee for the issue |
cloudId | string | No | Jira Cloud ID for the instance. If not provided, it will be fetched using the domain. |
Output
| Parameter | Type | Description |
|---|---|---|
ts | string | Timestamp of the operation |
issueKey | string | Updated issue key (e.g., PROJ-123) |
Write Issue
Operation
Write Issue
Domain*
Enter Jira domain (e.g., tradinggoose.atlassian.net)
Jira Account*
Select Jira account
Select Project
Select Jira project
Project ID
Enter Jira project ID
New Summary*
Enter new summary for the issue
New Description
Enter new description for the issue
Write Issue (
jira_write)Write a Jira issue
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Your Jira domain (e.g., yourcompany.atlassian.net) |
projectId | string | Yes | Project ID for the issue |
summary | string | Yes | Summary for the issue |
description | string | No | Description for the issue |
priority | string | No | Priority ID or name for the issue (e.g., "10000" or "High") |
assignee | string | No | Assignee account ID for the issue |
cloudId | string | No | Jira Cloud ID for the instance. If not provided, it will be fetched using the domain. |
issueType | string | Yes | Type of issue to create (e.g., Task, Story) |
labels | array | No | Labels for the issue (array of label names) |
duedate | string | No | Due date for the issue (format: YYYY-MM-DD) |
reporter | string | No | Reporter account ID for the issue |
environment | string | No | Environment information for the issue |
customFieldId | string | No | Custom field ID (e.g., customfield_10001) |
customFieldValue | string | No | Value for the custom field |
Output
| Parameter | Type | Description |
|---|---|---|
ts | string | Timestamp of the operation |
issueKey | string | Created issue key (e.g., PROJ-123) |
summary | string | Issue summary |
url | string | URL to the created issue |
Usage Instructions
Integrate Jira into the workflow. Can read, write, and update issues.
Notes
- Category:
tools - Type:
jira