We are in the process of migrating from Jira 6.3.14/JIRA Service Desk 2.3.6 to the latest versions available. In the older setup, we had used the add-on "InProduct translation for JIRA" to translate certain items in the interface.
Some examples are -
Already tried -
What are our options?
You can put <script> elements inside the Announcement Banner to modify HTML elements.
For example this snippet will hide the "Share With Customer" button on a JSD comment
<script>
const thisWindowURL = window.location.href
if(thisWindowURL.indexOf("PROJECT_KEY") >= 0) { document.write("<style>button.aui-button.aui-button-primary.sd-external-submit {display:none}</style>"); }
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.