Dear community
Is there a way to make one customer portal for several instances of jirа?
there are jira:
jira1.example.com
jira2.example.com
At this article https://confluence.atlassian.com/jirakb/how-to-customize-customer-portal-url-in-jira-service-desk-server-847755218.html I tried to do the following
RewriteCond %{HTTP_HOST} ^jira1\.example\.com\servicedesk\customer\portal\2$ [NC]
RewriteRule ^(.*)$ https://jira2.example.com/servicedesk/customer/portal/2 [R=301,L]
but it does not work as I want. when switching to jira1.example.com there is a redirect to https://jira2.example.com/servicedesk/customer/portal/2
Hi Yura,
I think the only way you could do this would be to set up a custom website as a landing page for your customers, which will direct them to one of the JSD customer portals. I don't think there's any amount of rewriting that would solve the use case you're looking to serve.
-Josh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.