Cross-Provider Workflow
Jira Issue with Triage Comment to Slack
Version 1.0.0
Create a Jira issue, add a triage comment, then notify Slack.
Providers Orchestrated
Workflows
issue-comment-slack
Create a Jira issue, comment on it, then post to Slack.
Creates a Jira issue, adds a triage comment to it using the returned issue key, and posts the issue reference to a Slack channel.
1
create-issue
$sourceDescriptions.jiraApi.createIssue
Open a Jira issue for the reported problem.
2
add-comment
$sourceDescriptions.jiraApi.addComment
Add a triage comment to the new Jira issue.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Post the issue reference to a Slack channel.
Source API Descriptions
openapi