How do i add message to login screen of service desk of Jira e.g. do not use domain
Community moderators have prevented the ability to post new answers.
Hi,
This is not a simple configuration and it depends on editing files inside the .obr file, compress everything again and reinstall the plugin.
ATTENTION: If you decide to proceed with this customization anyway, make sure to create a backup of your instance and, if possible, test it first in a development instance.
That said, you'll need to do the following:
cv.login.pub.signup.title= cv.login.pub.signup.desc=
Cheers
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.
Sorry as I'm asking basic question...
what is the file name that I have to search on marketplace.
I have already Jira Service Desk installed on my jira instance. Shall I look for that file under Find new addons or I have to download it from marketplace and then upload it under manage add-ons?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, you can download the latest version of the Service Desk plugin (.obr) from this link: https://marketplace.atlassian.com/download/plugins/com.atlassian.servicedesk/version/102010
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Tiago,
I tried this for JSD 3.5 and jira 7.XX , and it did not work. I think since JSD became an applicaiton and not a plugin, this recepie seems not to work.
Any ideas for how to do this with the new JIRA 7.XX Platform...?
THanks
Hossam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a cross-post from the official request ticket (JSDSERVER-330). I know this is an old thread, but it frustrates the heck out of me that this functionality is still not fulfilled.
Adding instruction text to the login screen is such a basic function that it is mind-boggling that Atlassian does not allow us to do this. I am not interested in hacking the jar file to make a change that I'm going to lose with every version update.
This one obstacle is preventing me from releasing Service Desk into production after months of configuration and testing. I just can't release a product that causes my users to be confused and frustrated at their first interaction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is way too complex for a feature that should be on the portal screen in the admin. Please add a feature to allow us to add content or instructions here. Just like the announcement area for the portal at least.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In order to edit the texts on the servicedesk login screen the following has worked for me:
Best regards
Björn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey guys, i tried this for JSD 3.5 and jira 7.XX , and it did not work. I think since JSD became an applicaiton and not a plugin, this recepie seems not to work.
Any ideas for how to do this with the new JIRA 7.XX platfomr...?
THanks
Hossam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please watch and vote for this feature request: https://jira.atlassian.com/browse/JSD-330
We don't recommend updating the translation keys manually as this is a fragile approach. If you do need to use this approach to urgently change the text, please keep in mind that you will need to update the text every time you upgrade JIRA Service Desk.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tiago Comasseto,
thanks for your usefull reply! I made the changes to the files in the obr and the jar but now I'm unable to bundle everything back again to a obr file.
How can I create such a obr-file?
Cheers, Björn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, the obr file is basically just a compressed file. When I tested this customization I just opened it with 7-zip and then pulled out the jar file within the obr, edited the jar and put the jar back replacing the original. Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a somewhat less manual option that you don't have to repeat for every release, if you have access directly to the database jira runs on, you can install the Jira InProduct Translation plugin, then manually add entries to the AO_23011C_TRANSLATIONS_ENTITY table:
ID KEY LOCALE TRANSLATION 1 cv.login.pub.signup.title en_US <text> 2 cv.login.pub.signup.desc en_US <text> 4 cv.login.signup.not.public en_US <text>
From then on you'll get the translations on the login screen and won't have to change the obr file for every release.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SDJIRA Test Modifying Login Page on Customer Portal
installed add on
edited database
restarted service
enabled translations on my profile
I don't see any updated text on the service desk customer or agent login pages.
I can see the database entries I made in the add-on's configuration interface.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pareshkumar,
After you already have it installed, you can find it here:
home>\plugins\installed-plugins
Unpack jira-servicedesk-1.2.1.jar
\i18n\sd-i18n.properties
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.