You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
We've just upgrade from Jira Core 8.5.3 to 8.7.1 (docker's image).
We have a minor glitch, on certains workflow/project, when clicking on the comment bouton, a javascript block appears, like this one:
<script type="text/javascript">
jQuery(document).ready( function($) {JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function(e,context)
{ callCommentHideFunction(); }
); callCommentHideFunction();function callCommentHideFunction(){if($('#issue-workflow-transition-submit').val() =='Démarrer la progression')
{ $(".wiki-edit").hide(); $("label[for='comment']").hide(); $("div[class='save-options wiki-button-bar']").hide(); //Transition Résolution }
else if ($('#issue-workflow-transition-submit').val() =='Traiter la demande')
{ $("div[class='field-group aui-field-wikiedit comment-input']").hide(); //Transition Start Progress For UK & United States }
else if ($('#issue-workflow-transition-submit').val() =='Start Progress')
{ $("div[class='field-group aui-field-wikiedit comment-input']").hide() //Transition Resolve Issue For UK & United States }
else if ($('#issue-workflow-transition-submit').val() =='Resolve Issue')
{ $("div[class='field-group aui-field-wikiedit comment-input']").hide(); }
}});</script>
Any ideas what's causing this, and how can I find a way to correct this ?
Regards.
Maxime.