GithubHelp home page GithubHelp logo

gojira's Introduction

GoJira

Build Status

gojira

What is GoJira ?

GoJira is a Go tool meant to help & speed up our Jira usage.

The first version is dedicated to DoD injection.

How to install GoJira ?

Download binary

  • The latest release for gojira can be download on the [Releases page]
  • Copy executable file to any directory which is in your PATH
  • The gojira executable will be named as gojira-version-type+platform.arch.exe. Rename the executable to gojira.exe for ease of use.

Verify the Executable

In your preferred CLI, at the prompt, type gojira and press the Enter key. You should see output that starts with:

$ gojira.exe
Gojira is a modern CLI Tool for Jira Server, allowing DoD injection and plenty other stuff impossible to achieve using Jira plugins.

Usage:
  gojira [flags]
  gojira [command]

Available Commands:
  config      Manage gojira configuration.
  dod         Apply Definition of Done to a set of US.
  help        Help about any command
  login       Create wincred credential to aunthenticate to a dedicated Jira Server / Project.
  stories     List all User Stories in the configured Sprint.
  version     Print the version of Gojira

Flags:
  -h, --help   help for gojira

Use "gojira [command] --help" for more information about a command.

If you do, then the installation is complete.

If you don’t, double-check the path that you placed the gokube.exe file in and that you typed that path correctly when you added it to your PATH variable.

Configure gojira

  • Create your jira credentials once
$ gojira.exe login
Jira URL: https://jira.url.com
Jira Username: username
Jira Password: *********
  • Configure the Jira Project to be used
$ gojira.exe config project <MY_PROJECT_NAME>
Several boards matching, please pick one by ID.
Board : {XXXXX https://jira.url.com/rest/agile/1.0/board/XXXXX MY_PROJECT_NAME scrum 0}
Board : {YYYYY https://jira.url.com/rest/agile/1.0/board/YYYYY OTHER_PROJECT_NAME scrum 0}
Selected Board ID: XXXXX
  • Configure gojira to use the desired sprint in selected project (can be changed later by reusing the same command and chosing another sprint)
$ gojira.exe config sprint
 Sprint ID : AAAAA : Sprint 1
 ...
 Sprint ID : CCCCC : Sprint 3
 ...
Please input desired sprint ID: CCCCC

Functionalities

List of User Stories
  • It is possible to list all US present in the selected sprint, for example in order to select some we need to modify using another gojira command.
$ gojira.exe stories
 
Stories/Bugs in selected sprint :
 PROJ-DDDDD | Story  | A User Story
 PROJ-EEEEE | Story  | Another US   
 PROJ-FFFFF | Story  | Again a US   
 
As list :
PROJ-DDDDD,PROJ-EEEEE,PROJ-FFFFF
DoD Injection
  • Apply the desired DoD to a list of US
  • Usage : gojira dod [ dodname ] US-XXXXX,US-YYYYY,....
$ gojira.exe dod standardstory PROJ-DDDDD,PROJ-EEEEE
 Pushing standardstory DoD for US PROJ-DDDDD ...............
 Pushing standardstory DoD for US PROJ-EEEEE ...............
Number of US treated : 2

Additional Links

gojira's People

Contributors

cvila84 avatar jurocknsail avatar

Stargazers

Richard Franco avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.