Automation
- Find the smart value for a field:透過這個網址可以檢視 Jira 提供的 smart value。
- Debug an automation rule:在 Jira 的 Automation Rules 中使用
log
這個 action 來 console 資料,建議多加上{{now}}
來確定有 console 出內容。 - Jira smart values - development:列出 Jira 上可以拿到和 GitHub 上有關的值,多數的值要在特定情況下才會有值,例如
{{pullRequest.title}}
,可以搭配 Debug an automation rule 來 console 出來看。 - Jira automation triggers
追蹤的問題
JQL
// 該 ticket 有三個 PR
development[pullrequests].all = 3;