dockerfiles/jira
kev fdd9fff144 add confluence 2019-11-01 17:12:41 +08:00
..
README.md add jira 2019-11-01 13:21:19 +08:00
docker-compose.yml add confluence 2019-11-01 17:12:41 +08:00

jira

Jira Software is a powerful platform that combines issue collection and agile project management capabilities into a single application. Using Jira Software helps you plan and organize tasks, workflows, and reports for your agile team more efficiently.

$ mkdir -p data/jira
$ chown 1000:1000 data/jira
$ docker-compose up -d
$ docker-compose exec postgres psql -U jira
>>> select * from propertystring where id in (select id from propertyentry where PROPERTY_KEY='jira.sid.key');
  id   |    propertyvalue
-------+---------------------
 10101 | BP8Q-WXN6-SKX3-NB5M
>>> \q
$ curl http://localhost:8080/