Hi,
I need to remove the system comment field from my transition screens as I'm using a custom field for comments and having both comment fields is confusing tot he end user.
i found this:
<script type="text/javascript">
if(AJS.$('#issue-workflow-transition-submit').val() =='Assign'){
AJS.$('div.comment-input').css('display', 'none');
}
</script>
but it removes the system comment field from the View Screen as well as the transitions. is there a way to ONLY remove system comment field from a transition screen?
Also, why is the system comment field mandatory???
Thank you
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.