jira

Getting started with jira

Remarks#

JIRA is interesting for developers in two ways. 1) it is used to track tasks for software development (especially for agile projects) or as bug tracker (see JIRA User’s Guide). 2) JIRA provides a large support for extending functionality with plugins written in Java (see Create a HelloWorld Plugin Project)

Versions#

VersionRelease Date
7.32017-01-03
7.22016-08-23
7.12016-02-11
7.02015-10-06
6.42015-03-31
6.32014-07-15
6.22014-02-25
6.12013-09-24
6.02013-05-21

Installation Guide

There’s an installation guide for running a JIRA Server under Windows or Linux / Mac ( see Installing JIRA applications)

For local testing there’s an SDK, which starts a JIRA test instance and can be used to develop JIRA Plugins (see Set up the Atlassian Plugin SDK and Build a Project)

Start a local JIRA instance

The easiest way to run a local JIRA instance, is to install the SDK and run

atlas-run-standalone

For further details see https://stackoverflow.com/documentation/jira/9049/starting-a-local-jira-test-instance#t=201702111911211720681

Please note that this runs a local test instance and is not meant for production.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow