Jira is a commercial issue tracking software package offered by Atlassian.
Questions tagged [jira]
97 questions
3
votes
2 answers
Poor application performance behind nginx reverse proxy
I started noticing very slow page loads on my Jira server. I figured out that this only happens when Jira is accessed through nginx, but if I use SSH port forwarding to the server and access the backend ports directly, page loads are…

yakatz
- 1,213
- 4
- 12
- 35
2
votes
1 answer
how to correctly configure Httpd basic auth for pass through proxy
I have been asked to set up an basic auth prompt in front of our Jira server.
I am using a proxypassthrough on httpd to allow access to jira in the first place.
When ever I try to connect I am prompted and upon completing login , I am sent to the…

LUser
- 217
- 1
- 6
- 15
2
votes
0 answers
Gaminifaction plugin for Jira is required to get bug/task tracking process gamified
The business we are running now requires the gamification of the process. I have installed and intagrated Jira Hero and have found it outdated and should be developed. After some google/youtube research I found a few options only.
Mambo.io has has…

Mr. Raspberry
- 3,918
- 13
- 32
2
votes
2 answers
apache reverse proxy sometimes not working
I am using a digital ocean droplet (Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64)) to host both jira and confluence.
They are started on the same ip but different ports. I wanted to access them using jira.team.domain.com and…

Tiberiu Maxim
- 121
- 1
- 3
2
votes
2 answers
setting up JIRA so it reports its hostname properly
I'm evaluating JIRA for task/bug tracking. Looks good so far but it keeps reporting URLs with "localhost" rather than the server name in outgoing email messages. (example below) Is there a way to fix this?
dollar bills wear out too fast
…

Jason S
- 626
- 1
- 16
- 28
2
votes
3 answers
What is a good database choice for a JIRA 10-user installation?
I've been working with JIRA and Greenhopper for a few weeks now, and have decided to settle on it as a development aid. That means it's time to stop using the HSQL database.
Loading will be very light; of the 10 users there will only be a maximum…

Rob Perkins
- 123
- 1
- 6
2
votes
1 answer
Jira attachment image and some other url is broken
I have a jira installation in a dedicated server. I access it by ip address as I don't have any domain name now. The problem is image or other attachment url in any project issues are broken. For example, attachment of an image url is…

sparrow
- 21
- 1
2
votes
2 answers
Experience in intergrating Atlassian Jira with HP's Service Manager/Quality Center?
I'm wondering whether anyone has had to look for solutions for integrating HP's Service Manager(which is a part of the HP Service Management Center). Our NOC uses this for incident management and is looking into integrating it somehow with…

akarnid
- 141
- 1
- 3
2
votes
1 answer
Get Jira to run on shared Windows server on port 80
I know this can be done on Linux with JIRA, using mod_proxy, but I'm not sure if its possible on Windows:
Say we have a Windows server running IIS 7.0 and serving up pages on port 80, via an address like:
http://twiddle.something.com
We then install…

codeulike
- 1,008
- 5
- 17
- 29
2
votes
1 answer
Jira upgrade 8.19.0 cannot connect to mysql 5.7.35
I have confluence and jira running on a standalone server.
I just upgraded confluence - no problems. It runs connected to mysql and is up as we speak on the latest version.
I just updated jira but it says it cannot connect to the…

John
- 887
- 4
- 15
- 25
2
votes
1 answer
Can't access Atlassian Confluence via IP with Docker deployment
I'm deploying Jira, Confluence, and Bitbucket in a Docker environment.
The configuration is fairly standard. Using Atlassian images, host volumes for application data, etc.
Jira and Bitbucket are working fine and can be accessed via : on…

thedude19
- 121
- 3
1
vote
0 answers
Is It Safe to Remove InnoDB Log Files on a Production Environment?
I'm trying to connect JIRA Software to a server that already has multiple databases and some of them are on production.
As Atlassian mentioned in their documentation on Connecting JIRA to a Database, I have to change the innodb_log_files_size to be…

DodiX
- 411
- 3
- 4
1
vote
0 answers
Active Directory User Group Delegate Reset Password
I want to enable users to reset their AD passwords on our Windows Server 2012 through our Jira server. In order to make this happen, I added an AD user group with delegated control from the top-level OU for the following permissions:
change…

mojoritty
- 21
- 3
1
vote
1 answer
Gitlab 404 when connection to Jira?
I have the latest install of gitlab-ce and Jira Server. I've created an application in gitlab and when I try to connect Jira to gitlab the URL it generates for login/oauth/authorize returns a gitlab 404 page.
Following the guide here:…

James MV
- 111
- 2
1
vote
2 answers
Dockerized jira 7.3.5 with nginx reverse proxy base url issue
I run into a minor issue when trying to configure Jira 7.3.5 using a nginx reverse proxy on my local network. I use the cptactionhank jira docker image together with the jwilder nginx-proxy docker image. Everything seems to run fine, but since my…

mojoritty
- 21
- 3