I'm looking to search for tickets created and due within 3 days, this is the code i currently have but it doesn't seem to fetch the correct tickets when I checked them.
(created > startOfMonth() AND due <= 3d)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.