I am running Atlassian JIRA on Ubuntu 12.04 LTS (Precise Pangolin). I would like to automatically start JIRA whenever the system boots. For this purpose, I created script jira in /etc/init.d, similar to the one described in Atlassian's Wiki.
I can manually start / stop JIRA by calling /etc/init.d/jira accordingly. However, JIRA does not start during the boot process.
I would like Jira and Github to talk to each other so commit messages with ticket names show up in the ticket. Issue sync would be nice as well.
I know jira has a DVCS connector but the documentation is piss poor. From what I can tell that and the Github hooks require our private jira instance to be available from the public internet or at least github's servers.
I'm developing web application using Spring roo (mvc), this application is the ERP system. I plan to use Jira as my issues reporting system. My question is, if is there any solution that will help me report exceptions thrown in my web application in jira automaticly?
I thought about creating some script that will be scanning logs and creating issues in jira. What do you think about it?
I have jira installed on my server.
It was running at http://[my ip address]:8100. I could manage to change it to http://jira.[my domain].com.
Now after I access it at http://jira.[my domain].com, a browser path changes to http://jira.[my domain].com:8100/secure/Dashboard.jspa.
Why does the port show up?
Is there any way to remove 8100 port from this redirect.
The latest update to the 4.8.x branch of the KDE Software Collection fixes several bugs and brings performance improvements across the whole desktop. A Kubuntu PPA already includes the new version...
The latest update to the 4.8.x branch of the KDE Software Collection fixes several bugs and brings performance improvements across the whole desktop.
LibrePlan, a collaborative tool to plan, monitor and control projects that has a rich web interface which provides a desktop-like user experience, is now at version 1.4.
Highlights of LibrePlan 1.4:
• LibrePlan will be integrated with Atlassian JIRA, one of the most used commercial issue trackers;
• The TimEnterprise connector has been implemented (a time tracker tool that is widely us
I have a server running Jira and Confluence.
Jira @ http://jira.domain.com:8080
Confluence @ http://wiki.domain.com:8090
I can reach the applications from the server, from my home pc. But on my work pc only Jira is accessible.
Follow the rise of GitHub and you have to also look at Atlassian and its powerful combination of tools for developers, particularly in the enterprise market. Today Atlassian announced a set of upgrades to fuel its continued growth and to prepare for the upcoming competition as application development goes through extensive changes across the enterprise.
I have Jira installed as a service on my Ubuntu VPS on 8080. I've successfully used ProxyPass and ProxyPassReverse to point http://jira.mydomain.com to http://mydomain.com:8080
However, after login, the URL in the browser is changed to http://mydomain.com:8080/Dashboard....