Dears,
I need to rename:
Is there a way to achieve this or any suggestion for an add-on that can help, please?
Regards,
You can't do this natively.
But, you mention Scriptrunner in your tags.
If you have this App, you could use Behaviours to rename the field's name on a screen? See how behaviours work here: https://docs.adaptavist.com/sr4js/latest/features/behaviours
Ste
Hi @Ste Wright
Yes we have a list of add-ons already installed in the Jira instance Scriptrunner is one of them and we're willing also to try others if they provide a straightforward solution for this matter.
For renaming the issue type to type I used script runner behaviors setting a label to the desired field in the initializer and it works fine, how about renaming in the create screen have you any idea on how can we play in the display view I want to show only Create instead of Create Issue for all the projects
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sean's answer is the one to look at for this.
Although I echo the thought here - given it's complex, why do you need to do this? What's the concern with leaving "issue" on there given this is a standard piece of terminology within Jira?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Mahdi Challouf ,
Behaviours is focused on system/custom field changes and customisation. I don't think you are able to change the "Create Issue" or "Project" words to something else - apart from aesthetics, not sure why you would want to as well.
You can try ScriptRunner's Fragments for customising/changing Jira's UI or adding/removing elements..but again, I don't think it is possible to change that "Create Issue" thing.
You could however, inject a link to a whole new HTML form or page or whatever which fits to your needs - but once again..apart from aesthetics, not sure why you would want to as well unless there is a very important and specific reason which would need it, and it is painful enough to do a customised/complex thing such as injecting a whole new form/page/etc.
Just my thoughts,
Sean
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.