Skip to content

phil-monroe/jira-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

JIRA Cards require Ruby 1.9.3 or later and bundler to be installed

git clone git@github.com:phil-monroe/jira-cards.git
cd jira-cards
bundle

Add a config.yml for convenience to look like this:

:jira:
  :site:            https://jira2.example.com
  :auth_type:       !ruby/sym basic
  :ssl_verify_mode: 0
  :rest_base_path:  '/rest/api/latest'
  :context_path:    ''
  :filter:          '10107'

Generating cards

./bin/gen_cards                                                                                                                                                                                                                                  
  username: |philip.monroe| YOUR_USER
  password: YOUR_PASSWORD
  endpoint: |https://jira.example.com| YOUR_ENDPOINT
  filter: |10107| YOUR_FILTER_NUMBER

About

Utility for printing better cards from jira

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors