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>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.