Project

jira_cards

0.0
No commit activity in last 3 years
No release in over 3 years
With JiraCards you can print Jira issues in a pdf.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Build Status Coverage Status Dependency Status Code Climate

jira_cards

converts your jira issues to a printable pdf.

Installation

The recommended way of installing jira_cards is via RubyGems: gem install jira_cards

Configuration

You can configure jira_cards with a config file located in the current folder of execution or your home directory:

# ~/.jira_cards
user: john
password: top_secret
# ./.jira_cards
domain: jira.atlassian.com

Alternatively you can control the configuration with the following environment variables:

JIRA_CARDS_DOMAIN
JIRA_CARDS_USER
JIRA_CARDS_PASSWORD
JIRA_CARDS_QUERY
JIRA_CARDS_OUTPUT

examples

jira_cards --query 'key = P-123' --output output.pdf
DOMAIN=jira.atlassian.com QUERY='project = P' jira_cards

For all available options use jira_cards --help.