Project

jiraMule

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
A collection of things that I do with jira. Many of which are either big batch operations, or need bits of info from the command line. All of which turn out to be better handled as a command line app. This very specifically does not try to be a generic jira tool; those exist already. Rather this is specific to things I need.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 0.10.2
~> 4.4.0
~> 3.0
~> 1.25.1
~> 1.0
~> 4.0
~> 0.2
~> 2.0.0
 Project Readme

jiraMule

This has been archived in favor of https://github.com/tadpol/ucr

Install

From source

> bundler install
> rake install

By Gem

> gem install JiraMule

Setup

You need to set a few config keys before anything really works.

Globally:

jm config net.url <URL to your Jira> --user
jm config user.name <Your account name in Jira> --user

Then in each project directory:

jm config jira.project <Project ID>

(you could add that to your user config too if you wanted.)

Jira API Docs

[https://docs.atlassian.com/jira/REST/7.2.4/][]