JIRA - Step description in transition screen
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()
精彩评论