开发者

JIRA - Step description in transition screen

开发者 https://www.devze.com 2023-01-25 05:21 出处:网络
I want to display a text field with the description of the transition, not only input fields. Where can i configure it开发者_JS百科?

I want to display a text field with the description of the transition, not only input fields. Where can i configure it开发者_JS百科?

Regards!

João.


You might use the JIRA Toolkit plugin to create a message custom field which are used "to add arbitrary HTML to edit and view pages"

https://plugins.atlassian.com/plugin/details/5142

Given that it supports velocity, it should be possible to retrieve the description of the transition from the context ...

AbstractWorkflowTransition.getDescription()

0

精彩评论

暂无评论...
验证码 换一张
取 消