Engineering intake (GitHub issue → Jira ticket → Slack)
快速摘要
触发器
GitHub - Watch Issues (opened)
步骤
3
GitHub - Watch Issues (opened) → Jira - Update an Issue → Slack - Create Message
泳道
2
集成
GitHub, Jira, Slack
FlowZap 代码
github { # Github
n1: rectangle label:"GitHub - Watch Issues (opened)" system:"GitHub"
n2: rectangle label:"Jira - Update an Issue" system:"Jira"
n1.handle(right) -> n2.handle(left)
}
triage { # Triage
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> triage.n3.handle(top) [label="Ticket created"]
}