-
Bug
-
Resolution: Fixed
-
Low
-
2.2
In JIRA Service Desk, the comment field on a transition screen has no id:
<textarea name="comment" class="textarea sd-comment-textarea mentionable" data-issuekey="DESK-1"></textarea>
As a consequence any message from a workflow validator is NOT shown.
Instead the html code for that textarea should look something like this:
<textarea name="comment" id="comment" class="textarea sd-comment-textarea mentionable" data-issuekey="DESK-1"></textarea>
Background:
People would like to use the 'Field required' validator from the plugin 'JIRA Suite Utilities' to ensure the users enter a comment.
On a non-JSD project this is working fine. In a JSD project, I can see with the debugger, that the proper InvalidInputException is thrown from the validator if no comment is entered.
However the message won't be shown on the transition screen, because the comment textarea is missing the id. The user will just stuck on the transition screen without a message.
=> Please add the id="comment" to that textarea.
- is duplicated by
-
JSDSERVER-2361 Comment Require Validator from third party plugin (JIRA MISC Workflow Exntension) did not promp customize error message
-
- Closed
-
- is related to
-
JSDSERVER-6029 Custom error message from validator does not display for JSD workflows or projects when using third party apps
-
- Closed
-
-
JSDSERVER-2437 Comment Require Validator from third party plugin (JIRA MISC Workflow Exntension) didn't promp customized error message
-
- Closed
-
- links to
- relates to
-
DEVHELP-1733 Failed to load
- was cloned as
-
DESK-4262 Loading...