Questions tagged [jira]

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

96 questions
53
votes
2 answers

Lets Encrypt with an nginx reverse proxy

Introduction I have a dev server (currently running Ubuntu 14.04 LTS), which I have been using for a while now for hosting various development tools on different ports. Because the ports can be hard to remember I have decided to to use port 80 for…
0x450
  • 633
  • 1
  • 6
  • 7
10
votes
4 answers

Keytool SubjectAlternativeName

I'm trying to get the certificates just right for our Jira/Confluence deployments in house. People access them differently, either from the hostname or the FQDN. I'm using Java 7's keytool so I have access to the server alternate name…
Tawm
  • 183
  • 1
  • 1
  • 11
8
votes
1 answer

JIRA installation on Amazon EC2

Trying to install JIRA on an EC2 micro instance, that has only 600MB. The moment I start tomcat, JIRA uses up almost all existing memory, it is very very slow and it doesn't even start completely. Anyone has experience with installing JIRA on EC2? …
user762992
6
votes
3 answers

Basic auth for a Tomcat app (JIRA) with Nginx as reverse proxy

I have several subdomains running the Atlassian Tomcat apps (jira.example.com, confluence.example.com, stash.example.com) and I would want to know if it is possible to password protect all of them with basic_auth with .htpasswd. Nginx it is working…
sdude
  • 291
  • 1
  • 2
  • 10
6
votes
3 answers

Have FishEye+Crucible start at boot on Ubuntu

I asked this question at Atlassian but figured serverfault might be more appropriate as it's more of a sysadmin question than an Atlassian question: I have been attempting to follow this guide to have FishEye+Crucible start at boot. JIRA is already…
xref
  • 273
  • 2
  • 14
6
votes
2 answers

Best practices for monitoring a JIRA installation?

One of my clients has a confluence / JIRA system set up. They've been having some issues- outbound email gets wedged, etc. If you support a JIRA install, what do you monitor? Do you use JMX? Direct DB queries? Occasional SOAP requests to the…
Tim Howland
  • 4,678
  • 2
  • 26
  • 21
5
votes
2 answers

cUrl for an HTTPS address/domain times out unless previously accessed from browser

I've lost a couple days to this problem and hope it sparks a thought from someone. I am integrating several systems together using Powershell scripts. One of the two services I am connecting to (hosted JIRA) can be accessed just fine from my local…
Tarwn
  • 151
  • 1
  • 4
5
votes
1 answer

Can't import SSL key using keytool

I have a problem with keytool tool. I have a FishEye/Crucible server which needed to be connected to my Jira server. My Jira server uses SSL. I'm trying to import ssl certificate using the following command: keytool -importcert -alias "JiraCert"…
Eslam
  • 239
  • 2
  • 5
3
votes
0 answers

Setting up oauth for JIRA 6.4

I want to setup oauth for third party application to log jira issues in jira 6.4. I am familiar with twitter oauth process. But looking at jira oauth, its taking too much time. I have been able to create external application link so far. I have the…
codeofnode
  • 143
  • 1
  • 9
3
votes
2 answers

JIRA port and Apache reverse proxy

I'm trying to set up a reverse proxy with Apache and the Tomcat instance bundled with JIRA. I've followed the directions on the JIRA wiki to a T. The site is showing up just fine at http://ourdomain:8080/jira just fine, so I know that the Tomcat…
Chris Krycho
  • 137
  • 1
  • 7
3
votes
1 answer

Atlassian Suite for non-paying customers

Possible Duplicate: Can you help me with my software licensing question? We're starting to roll out our product with some supporting services (wiki, bugtracker, the likes). I'm really happy so far with the Atlassian suite for these things.…
Blitz
  • 274
  • 1
  • 5
3
votes
1 answer

Why run JIRA in JBoss?

I've just finished getting JIRA & Confluence up and running Tomcat on Ubuntu Server when I noticed on the web there were installation instructions for JIRA/Confluence on JBoss. I am unfamiliar with JEE applications servers, having spent most of my…
Dave
  • 577
  • 1
  • 8
  • 18
3
votes
1 answer

Jira - allow public to add bugs

We've just bought a 10 user Jira license - happy as larry. I'm a reet n00b to Jira, one of our guys is fully versed but away atm. One question I have is: is it possible to allow the public (our beta users) to submit bugs somehow without using up our…
cvista
  • 235
  • 4
  • 12
3
votes
1 answer

Get time-sheet report from JIRA

I have enabled time-tracking on JIRA, developers are logging time spent. But I can't find a way to get a report on time spent, per-user, over a given period. It saves me asking them to separately send me timesheets to check. Is it possible? If so…
Mr. Boy
  • 281
  • 3
  • 9
3
votes
1 answer

Can I get advice on my nginx configuration (as a proxy in front of Jira and Confluence)?

I was wondering if I could get some advice on my nginx configuration. The config seems to be working, but I'm unsure if I'm doing everything properly. The basic idea is to have a Jira and Confluence server (in separate Tomcat instances) running on…
Nate
  • 155
  • 1
  • 2
  • 7
1
2 3 4 5 6 7