Questions tagged [jira]

Jira is a commercial issue tracking software package offered by Atlassian.

97 questions
1
vote
2 answers

Tomcat/JIRA redirects to HTTP when accessed by HTTPS through a Pound proxy

I'm trying to get a JIRA install to work behind a Pound proxy that is doing SSL termination/"acceleration". Unfortunately it seems that JIRA (Coyote) is redirecting to HTTPS when accessed: C:\Users\Josh>openssl s_client -connect www:443 ... --- GET…
Josh
  • 337
  • 2
  • 10
1
vote
1 answer

How to set Jira default groups for new users?

I'm using Jira on demand and I'm trying to change the default groups a new registered user belongs to.
Guy Korland
  • 153
  • 7
1
vote
1 answer

Startup and Shutdown JIRA automatically on OS X

Just wondering what the proper OSX way to start up and shut down a (standalone) JIRA installation on automatically (on power on and shutdown respectively) would be please? Would prefer to avoid editing OSX startup scripts manually, but willing to…
Prembo
  • 927
  • 1
  • 6
  • 11
1
vote
2 answers

Setting up Jira/GreenHopper on AWS/EC2

We're moving away from Redmine to set up JIRA/GreenHopper. Our dev team does not want to have a dedicated in house server for the job, nor do we want to run a VM on any of our dev machines. So the conclusion was to run JIRA on EC2 (linux). We…
Prembo
  • 927
  • 1
  • 6
  • 11
1
vote
0 answers

LDAP Proxy Authentication with Active Directory

I am running an application (JIRA) that uses Active Directory as its user directory. In order to connect to the DC, JIRA needs to either bind with a preconfigured username and password, or to bind anonymously. Unfortunately, none of these are ideal…
Sean
  • 21
  • 1
  • 2
1
vote
1 answer

LDAP: error code 49 - Invalid Credentials when connecting jira to Mac OS X Lion Server LDAP

I have the following setup: - LDAP Server from Mac OS X running with default configuration - JIRA Standlone installation I want to: Use LDAP for user authentication for jura username: cn=diradmin,dc=my,dc=domain,dc=com password: password of the…
V1ru8
  • 151
  • 1
  • 2
  • 6
1
vote
1 answer

Security risk of JIRA standalone installation running JRE version 1.6.0_26 vs 1.6.0_29 (latest)

Atlassian recently introduced a standalone installer that installs JIRA, along with its own JRE. Unfortunately the JRE Atlassian bundles with this installer is 1.6.0_26, whereas the current version of the JRE is 1.6.0_29. This is potentially…
kayaker243
  • 131
  • 1
  • 3
1
vote
1 answer

Forwarding mail from Exchange 2003 to Postfix

This has been kicking my butt for some time now and i'm reaching out for help. Here is the scenario: There is 1 Exchange 2003 server which lives on mail.example.com. It has 1 SMTP Virtual server and 1 SMTP Connector. The connector is configured to…
tbapb
  • 39
  • 1
  • 8
1
vote
3 answers

Problems with setting up JIRA/Confluence

We are looking into creating an issue tracker/wiki setup for a small team (no more than 10 developers). In the past few days we have looked over some options, and so far, my favorite setup is JIRA and Confluence. Before doing anything for real, I…
Sean
  • 21
  • 1
  • 2
1
vote
2 answers

How to set Jira's default timezone?

My Ubuntu server is EST, but all times in Jira are UTC.
ed209
  • 392
  • 1
  • 5
1
vote
3 answers

Jira access with AJP-Proxy

I want to configure the Jira-Access over AJP-Proxy. I 'm following this howto In the server.xml I activate the AJP: Edit VHOST…
user60869
1
vote
1 answer

Installing JIRA on Linux - Can I run Tomcat and Apache side by side?

JIRA comes with Tomcat by default and offers support for those using Tomcat, however I am already running apache2 (on debian) hosting a subversion source control server and would like to use apache for this as well. Or should I/can I install Tomcat…
Tone
  • 601
  • 4
  • 13
  • 29
1
vote
4 answers

Can I run JIRA on a shared hosting server?

I purchased JIRA a few weeks ago to manage some projects and such and intended to put it on my shared web host. However, it requires a Tomcat server instead of Apache. It comes with a packaged Tomcat server, but when I use this, I get errors about…
samoz
  • 2,033
  • 6
  • 19
  • 20
1
vote
0 answers

How can I get my JIRA installation to use less CPU?

I am trying to get Jira working on my server. I have it installed, but when I actually start the server, it says that I have exceeded my CPU limit. How can I configure it to use less CPU or slow it down in some way?
samoz
  • 2,033
  • 6
  • 19
  • 20
1
vote
0 answers

How to automatically link commit-history to a ticketing system?

Our organization uses Gitlab to host all our git-repositories. Most commits refer to one (sometimes more) Jira-tickets and/or other issue-trackers. Something like: Add a widget to the trinket Jira: FOOBAR-1117 ServiceNow: INC0000001319 or even…
Mikhail T.
  • 2,338
  • 1
  • 24
  • 55