public URL

Hanae alahcen May 15, 2013

we are actually working with JIRA with a private url

http://jira.ourCompany.network:8080

but I want to have a public link that will allow external users to connect

how can i do this ?

3 answers

1 accepted

1 vote
Answer accepted
codelab expert
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.
May 15, 2013

You should install JIRA on a Server in a DMZ or on a Webserver. There you must use port 80 (http). Otherwise you can configure your firewall to transfer all data transparent to your JIRA instance.

But I would prefer solution one.

codelab expert
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.
May 15, 2013
Hi, if you find that this answer was useful please mark it as ok.
0 votes
Hanae alahcen May 15, 2013

i will try to explain that to our network administrator

thanks a lot for your help

0 votes
Mario Prada Arroyo May 15, 2013

Hi!!

if you are asking about how to expose your private Jira to internet, you can use a reverse proxy (http://en.wikipedia.org/wiki/Reverse_proxy)

This link explains how to do it https://confluence.atlassian.com/display/JIRA/Configuring+Apache+Reverse+Proxy+Using+the+AJP+Protocol

Hope this helps!!

Suggest an answer

Log in or Sign up to answer