You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
When a customer wants to change the password the following email is being received.
Unfortunately the link for password change is always generated using Base URL from JIRA Service Desk system settings. We have Base URL set to our internal network (for agents) but using external URL for Customers to access their portals from Internet.
Is it possible to configure this in the same same as for notification templates?
I've found the code for the resetting password emails only for Jira (licensed) users, not customers:
<Jira_install>/atlassian-jira/WEB-INF/classes/templates/email/html/forgotpassword.vm
Best Regards
You should be using Jira on a single base-url - it does not function with two.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To amend the Service Desk emails, you would need to unpack Service Desk and hack the templates in there. This is a very bad idea, as it's complex, renders you unsupported and as Gregor says, will be scrubbed by any update.
A better way to solve this problem would be to fix your network settings. Jira only has one base url, so your "one internal/one external" setup is fundamentally broken and you should kill off the "internal base url", because it's wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can modify the notification .vm file and set some fixed URL.
And have a look here too: https://confluence.atlassian.com/adminjiraserver/customizing-email-content-938847640.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having tired that but my account verification mail still uses the wrong base url despite having changed the template. I think the account verification mail is not listed in the Home directory...
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.