Skip to content

petermanser/Jira-cards-printing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 62.6%
  • PHP 19.1%
  • CSS 16.0%
  • JavaScript 2.3%