↧
Answer by Jonathan.Taylor for How to set the description of a JIRA Workflow...
It turns out, I had copied/pasted a piece of code from my workflow condition that needed to be tweaked for a workflow validator. I was trying to cast to a ConditionDescriptor when I should have been...
View ArticleAnswer by mdoar for How to set the description of a JIRA Workflow Validator?
I wrote an O'Reilly book Practical Jira Plugins back in 2011 that has a validator example. The source for this is at https://bitbucket.org/mdoar/practical-jira-plugins/src/default/ (and the book is Out...
View ArticleHow to set the description of a JIRA Workflow Validator?
I'm working on a simple JIRA Server plugin that will prevent a transition from occurring if a certain custom field has not been set. I have created a new workflow validator with...
View Article