Cross-Provider Workflow
Jira Issue Transition to Slack Notification
Version 1.0.0
Look up a Jira issue, transition its status, then notify Slack.
Providers Orchestrated
Workflows
transition-notify
Fetch a Jira issue, transition it, then post to Slack.
Fetches a Jira issue by key, applies a workflow transition to it, and posts the status change to a Slack channel.
1
get-issue
$sourceDescriptions.jiraApi.getIssue
Fetch the Jira issue to confirm it exists and read its fields.
2
transition-issue
$sourceDescriptions.jiraApi.doTransition
Apply a workflow transition to the Jira issue.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Post the status change to a Slack channel.
Source API Descriptions
openapi