I have a several step workflow where fields are only reqiured at certain steps. However it's not obvious that they are required until you click to submit the transition. Is there a way to configure it so that the astrisks show up on the form for those fields. I tried field configuration schemes but they only apply to one per issue type.
you need to do it by using javascript, try with following script
<script type="text/javascript"> AJS.$("#customfield_11300").parent().children('label').append('<span class="aui-icon icon-required"></span>'); </script>
check this site for more info
http://www.j-tricks.com/1/post/2012/09/silly-javascript-hacks-or-is-it.html
following way you can add it
1.add it on field description of field configuration
2. you can load it as webresource module in plugin
3. for testing purpose you can add it on anouncement banner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A better option would be to use the "Mandatory Fiel Validator" which ships with the plugin "Workflow Essentials for JIRA". (Disclaimer: Its not free and Im one of the Developers)
See https://marketplace.atlassian.com/plugins/de.codecentric.jira.wes/server/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.