How to disable message at top of screen after creating a new issue in Jira 5.0.5

Fringe Technology July 26, 2012

Just finished a Jira upgrade from 4.2 to 5.0.5. When we create new issues, a yellow po-up appears at the top of the screen saying 'Issue abcd-nnn has been successfully created'. I don't see where this message is coming from, and cann't locate any release note on it. We would like to disable it if possible.

1 answer

1 accepted

1 vote
Answer accepted
RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 26, 2012

Hi,

As per this Answer, you can achieve that by adding this snippet in the Announcement banner

<script type="text/javascript">
AJS.$("#create_link").removeClass("create-issue");
</script>

Cheers

SRIDHAR January 22, 2013

pop-up appears only for few seconds. How many seconds does the pop-up appears and where can we modify these properties so that we can make sure pop-up can displayed for few more seconds or couple of minutes.

Suggest an answer

Log in or Sign up to answer