petermanser / Jira-cards-printing

Print Jira stories in your own formatted way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is about printing Jira tickets in your own formatted way. PHP 5.3 and XSL are required on your server.

In case you're on Mac and don't have docker yet, install Docker and boot2docker for ac OS X and then:

boot2docker init
boot2docker start
$(boot2docker shellinit)

Build it:

docker build -t jira-cards .
docker run -it --rm -p 80:80 --name jira-cards-app jira-cards

Open the app in your browser:

open http://`boot2docker ip`/

About

Print Jira stories in your own formatted way


Languages

Language:XSLT 62.6%Language:PHP 19.1%Language:CSS 16.0%Language:JavaScript 2.3%