Sim Studio

Jira

Interact with Jira

Usage Instructions

Connect to Jira workspaces to read, write, and update issues. Access content, metadata, and integrate Jira documentation into your workflows.

Tools

jira_retrieve

Retrieve detailed information about a specific Jira issue

Input

ParameterTypeRequiredDescription
accessTokenstringYesOAuth access token for Jira
domainstringYesYour Jira domain (e.g., yourcompany.atlassian.net)
projectIdstringNoJira project ID to retrieve issues from. If not provided, all issues will be retrieved.
issueKeystringYesJira issue key to retrieve (e.g., PROJ-123)
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterType
tsstring
issueKeystring
summarystring
descriptionstring
createdstring
updatedstring

jira_update

Update a Jira issue

Input

ParameterTypeRequiredDescription
accessTokenstringYesOAuth access token for Jira
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

ParameterType
tsstring
issueKeystring
summarystring
successstring

jira_write

Write a Jira issue

Input

ParameterTypeRequiredDescription
accessTokenstringYesOAuth access token for Jira
domainstringYesYour Jira domain (e.g., yourcompany.atlassian.net)
projectIdstringYesProject ID for the issue
summarystringYesSummary for the issue
descriptionstringNoDescription for the issue
prioritystringNoPriority for the issue
assigneestringNoAssignee 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, Bug, Sub-task)

Output

ParameterType
tsstring
issueKeystring
summarystring
successstring
urlstring

Block Configuration

Input

ParameterTypeRequiredDescription
operationstringYesOperation

Outputs

OutputTypeDescription
responseobjectOutput from response
tsstringts of the response
issueKeystringissueKey of the response
summarystringsummary of the response
descriptionstringdescription of the response
createdstringcreated of the response
updatedstringupdated of the response
successbooleansuccess of the response
urlstringurl of the response

Notes

  • Category: tools
  • Type: jira
On this page

On this page