GithubHelp home page GithubHelp logo

gojira's Introduction

Gojira

Usage

Authentication

Register credential in the environmental variables.

export GOJIRA_BASEURL=http://yourjira.com/
export GOJIRA_USERNAME=xxx.yyyy
export GOJIRA_PASSWORD=qwertyasdfgh

That's it. gojira reads that information on the fly.

Search issues

gojira issues --jql "project=Awesome and status=Open"
gojira issues --issue AWESOME-123

Transition issues

List of transitions

gojira transition --jql "project=Awesome and status=Open" --list
gojira transition --jql "project=Awesome and status=Open" --list --comment text

Perform transition

gojira transition --jql "project=RAwesome and status=Open" --action 111 # 111 is ID of the next lane.
gojira transition --jql "project=RAwesome and status=Open" --action 111 --comment text # 111 is ID of the next lane.

Issue Assigning

Assign

gojira assignee --issue Awesome-1234 --user username
gojira assignee --jql "project=RAwesome and status=Open" --user username

Assign back to the reporter

gojira assignee --issue Awesome-1234 --reporter 
gojira assignee --jql "project=RAwesome and status=Open" --reporter

Update issues

Update

As of payload spec, please find your edition from this page. This tool uses Edit issue API.

gojira update --issue AWESOME-123 --payload "<json string>"
gojira update --jql "project=RAwesome and status=Open" --payload "<json string>"

gojira's People

Contributors

junkpiano avatar peiru6263 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

peiru6263

gojira's Issues

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.