We use following script to hide SLA div in our JIRA project in the Announcement Banner, however we noticed that the SLA updated every minute and when it is updated the Escalation Support Time SLA going to start showing again. Can anyone advise on this thanks a lot
AJS.toInit(function(){$("div.sla-view-name:contains('Escalation Support Time')").parent().parent().hide();});