I want to remove the "Filter Results:" text from the title of my filter results gadget on my dashboard. I believe I might have to edit the XML file and give it a blank title... could someone tell me where to find this file or what it is called? Thanks.
It is slightly easier in this case because the gadget gets that text from the i18n property files. You can modify the gadget.filter.results.specific.title property in JiraWebActionSupport.properties file under atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action folder. You will need a restart.
Having said that, I will pass it if I can because you will have to keep doing this for every upgrade. A better option might be to rebuild the filter-result gadget, as a new plugin, and modify the title in gadget xml. You just need to start using the gadget from the new plugin.
Thank you! I edited the gadget.filter.results.specific.title in JiraWebActionSupport.properties by taking out the "Filter Results:" part of the title and then saved it and then restarted my JIRA service. However, it still looks the same on the dashboard. Is there something else I am missing to make it accept the change? Thanks for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the language configured in your JIRA instance?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Java, I'm assuming?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I should have been clear. I am asking about the user langauge. Is it English (US) or English (UK)? If you are using a different langauge, and not the default one, your property file will be inside the i18n jar file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
English (US.) It is working now, Thank you so so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I also have the same question , But I am not able to find the 'gadget.filter.results.specific.title' to edit.can you please help me to find that file?thank you..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check your file with this name JiraWebActionSupport.properties in this path:
atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
New feature was released in July, where dashboard gadgets can now be renamed in JIRA. Just hover on the gadget's title bar and select the more (…) button. Then, choose Rename.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this for the Cloud version only? I am using a Server version and don't see that option
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue as Tiffany!
I cannot see the "Rename" option in Server version
Regards
Eilyn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here the same problem. Would love to be able to rename it.
The solution to modify the JiraWebActionSupport.properties seems complicated to me. A simpe rename would be great!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need to find the atlassian-plugin.xml file in the source code, I think the file you will need to open up is jira-gadgets-plugin.<some number>.jar as that will contain that file.
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.