We'd like to rename 'Components' to something else. Is it possible to do that?
I'm not talking about editing individual component names, I know we can do that.
Thanks!
Does anyone know how to do this on the latest versions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A method (not perfect, but probably good enough) to accomplish this:
Install In Product translations in a dev environment (download the Jar -> Manage apps -> upload jar). Note: it may be incompatible with Jira XXX, but that is okay it should still work (tested on Jira 7.11.2).
Turn on the translations. Translate all the things you are interested in. Download it as a language pack. Install the language pack on production and set it to the language of that package (tested on Jira 8.0 and it worked).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this by customizing the text : https://developer.atlassian.com/display/JIRADEV/Customizing+Text
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the quick reply! Do you know if a change like this can be localized to a particular project or projects? Or is it a global change?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's global.
You can actually create a new language pack, which allows you to get the users to choose between it (e.g. Developers use English, and the "risk assessment team" use English-Risks), but you can't do it on a project basis. That's because a lot of the language is displayed *outside* a project context, so the system has no way of knowing which words it should be using.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It will be a global change. You might want to write some javascripts if you want to change this only in some projects! Modifying the velocity templates for the component system field is another option, if you prefer that! Javascripts will be easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! I like the javascript idea. Do you have any links on where to start doing this kind of thing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have one I am afraid, but you will find some Javascript examples here itself. It is built on Jquery
https://answers.atlassian.com/questions/19558/how-can-i-get-the-value-of-assignee-using-ajs is an example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.