Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Javascript block appears when comment bouton is use

Edited

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.

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events