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
ParameterTypeDescription
tsstringTimestamp of the operation
issueKeystringIssue key (e.g., PROJ-123)
summarystringIssue summary/title
descriptionstringIssue description content
createdstringIssue creation date
updatedstringIssue last update date
successbooleanWhether the update operation was successful
urlstringURL 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
ParameterTypeRequiredDescription
domainstringYesYour Jira domain (e.g., yourcompany.atlassian.net)
projectIdstringNoJira project ID to update issues in. If not provided, all issues will be retrieved.
issueKeystringYesJira issue key to update
summarystringNoNew summary for the issue
descriptionstringNoNew description for the issue
statusstringNoNew status for the issue
prioritystringNoNew priority for the issue
assigneestringNoNew assignee for the issue
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.
Output
ParameterTypeDescription
tsstringTimestamp of the operation
issueKeystringUpdated 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
ParameterTypeRequiredDescription
domainstringYesYour Jira domain (e.g., yourcompany.atlassian.net)
projectIdstringYesProject ID for the issue
summarystringYesSummary for the issue
descriptionstringNoDescription for the issue
prioritystringNoPriority ID or name for the issue (e.g., "10000" or "High")
assigneestringNoAssignee account ID for the issue
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.
issueTypestringYesType of issue to create (e.g., Task, Story)
labelsarrayNoLabels for the issue (array of label names)
duedatestringNoDue date for the issue (format: YYYY-MM-DD)
reporterstringNoReporter account ID for the issue
environmentstringNoEnvironment information for the issue
customFieldIdstringNoCustom field ID (e.g., customfield_10001)
customFieldValuestringNoValue for the custom field
Output
ParameterTypeDescription
tsstringTimestamp of the operation
issueKeystringCreated issue key (e.g., PROJ-123)
summarystringIssue summary
urlstringURL to the created issue

Usage Instructions

Integrate Jira into the workflow. Can read, write, and update issues.

Notes

  • Category: tools
  • Type: jira