Does anyone know how to edit this to only include certain projects? It is removing the SLA from all the projects in my Jira service desk currently.
Where do i identify the projects in the query? or How do i find the sla for a perticular project?
<script type="text/javascript">
jQuery(document).ready(function() {
JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e,context) {
AJS.$('#sla-web-panel').hide()
})
})
</script>
I have added this query in at system>announcement banner
Community moderators have prevented the ability to post new answers.
Your SLAs should be project specific, and not across the whole instance. To hide the field, simply remove your SLAs from the related project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.