jenkins-trigger-plugin的参数映射中如何使用'Issue attribute path'

How to use the 'Issue attribute path' in the parameter mapping of jenkins-trigger-plugin

我愿意根据 JIRA 问题的状态更改事件触发我的 Jenkins 作业。我可以使用 jenkins-trigger-plugin 来做到这一点。但是,我希望获得有关该问题的更多信息,例如问题的描述等。我可以看到一个名为 'JIRA_ISSUE_KEY' 的环境变量,但它给了我密钥,但没有别的。

截至当前版本,issue attribute path 当前已从 this Issue object. All of jira-trigger-plugin configuration is documented in Jenkins help buttons 解析,可在 Jenkins 作业配置中查看。

例如

description 可以通过 description 路径检索(本质上会调用 issue.getDescription())。