Is it possible to change the text on the Thank your screen of the issue collector? Specifically I am looking to remove the link to the newly created issue.
This is not configurable via UI. If you wish, you can raise a feature request at https://jira.atlassian.com/browse/JRA to register your interest.
The easiest way I could think of is by customising the plugin JAR file. Since this plugin supports internationalization, you can find i18n.properties inside the JAR file and change the string accordingly.
As for the latest version, these are the strings you would want to change:
collector.plugin.template.thanks=Thanks!
collector.plugin.template.thanks.recorded=Your feedback has been recorded in {0}. This window will automatically close in 5 seconds.
collector.plugin.template.thanks.no.permission=Thanks for providing your feedback! This window will automatically close in 5 seconds.
Once you are done, zip it back as JAR and upload to your JIRA.
Hi Azwandi,
I followed the same method to customize the thank you message for my plugin, but still I shows the same old message.
Can you please help, The version of JIRA which I use is 5.1
Regards
Avinav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'll reply with my fix for anyone else stuck having edited i18n.properties but not seeing the updated message.
1. Restart Jira server
2. Copy your existing Issue Collector (or create a new one), and use the html script source generated for that in your webpage.
Your updated message should now be live
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.