Forums

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

How to change the url when you click on a Service Desk request type?

Óscar de la Calle July 17, 2017

Hello.

We need to change the url when you click on a Service Desk request type from the Customer Portal.

 

SD_1.JPG

 

 

 

 

SD_2.png

 

To change the url of ServiceDesk :

FROM: .../JIRA/servicedesk/customer/portal/11/create/43

TO: .../JIRA/secure/CreateIssue.jspa?pid=12724&issuetype=12000

 

This is the current address we've been directed to when clicking on a Service Desk request type:SD_3.JPG

 

And we need to change it to a JIRA project address like:

SD_4.JPG

 

Any ideas on how to achieve this?

Thanks a lot in advance.

 

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
July 18, 2017

You don't.

Those two urls are doing very different things.  One creates a Request, the other an Issue. 

 Even if you could re-write the url (which you can't without either messing with proxy settings or hacking JIRA core code), you'd give yourself a problem, not only would you be making your portal redundent, your customer users *cannot raise issues*, they'll get a security error and told to go away.

Óscar de la Calle August 1, 2017

Thanks a lot

Suggest an answer

Log in or Sign up to answer