Need to remove system comment field from transition screen

jared m November 5, 2015

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

2 answers

0 votes
Joe Torres (Admin) June 21, 2016

This would be a big help in my projects as well.

0 votes
ChrisR May 27, 2016

I'd like to know this as well.

Suggest an answer

Log in or Sign up to answer