Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Service Desk Custom URL

Deleted user June 28, 2017

Hello,

 

I have this configuration now working :

 

JIRA software + Service Desk

Client (HTTPS) -> Single Reverse Proxy (httpd) -> JIRA Server (http) or JIRA Service Desk

My JIRA is accessible using : 

https://productname.mycompany.com/pm (/pm being the context).

There is another external application running in https://productname.mycompany.com/ (just for information)

 

My Service Desk is being accessed using :

https://productname.mycompany.com/pm/servicedesk/customer/portal/3

 

How do i configure meaning full URL and re-route it to the above one.

 

I want the URL to be something like :

https://productname.mycompany.com/pm/servicedesk/customer_name to be redirected to above URL.

 

Please let me know what my configuration should be in my reverse proxy server ?

 

 

 

 

1 answer

0 votes
Stefan Arnold
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 28, 2017

The redirect and a reverse proxy are two different things.

A simple redirect from servicedesk/customer_name to /servicedesk/customer/portal/3 

is a simple configuration in you webservers virtual host config

in apache it should be

 

RewriteEngine On
RewriteRule "^/customer_name" "/customer/portal/3"

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events