I have added few fields as a mandatory only when issue gets created using workflow validator which seems to be working , however the asterisk mark is missing on the fields which creates the confusion for users.
How can i configure it to make asterisk mark visible for the mandatory fields.
I would recommend to use the Mandatory Field Validator of our Add-On "Workflow Essentials for JIRA". See: https://marketplace.atlassian.com/plugins/de.codecentric.jira.wes/server/overview
This plugin not only shows a customized error message but also displays the asterisk next to the mandatory field.
Best regards,
Joerg
If you are using JIRA Server, you could use the technique described here
http://www.j-tricks.com/tutorials/silly-javascript-hacks-or-is-it
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Workflow validators don't have any way to tell the front-end screen that there's something that needs doing - they run as the user executes the transition, not when the screen is rendered.
You'll need a bit of code to inject the *s separately from the validator I'm afraid.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.