|
[
Permlink
| « Hide
]
Timothy Hallbeck added a comment - 24/Nov/04 02:59 PM
I would like to just turn on Required for the comment field, but it's not listed by ViewIssueFields.jspa. Workaround is to add a custom field called CommentRequired and set it to Required.
Please make sure this is not implemented globally. There are many times when I, as a user, know that there are already sufficient comments or other content in the ticket, and there's no reason to enter anything. Forcing me to enter something would be very inconvenient.
Also since we use the SVN plugin, we don't even require comments on Fix, because we can always view Subversion Commits for that. If there's a way to give admins the option to do this in workflow that's fine, but don't make it on by default. I think there needs to be a second work flow screen (actually a handful but I digress) Workflow and Workflow Required Comment so you can attach them to specific transitions as needed.
One workaround is to implement your own comment validator. This worked for me, though a "proper" solution for comments is still desirable as my solution lacks an user feedback in the initial form about when a comment is required or not.
e.g. public final void validate(Map transientVars, Map args, PropertySet ps) throws InvalidInputException, } |
|||||||||||||||||||||||||||||||||||||||||||||||||||