Git Product home page Git Product logo

sprint_report's Introduction

This project intent is to create a short report of your current sprint on Jira board. That's done using atlassian api.

The report

The output format is optimized for slack mesasges as follows: report in slack image

This script's output for generating the report shown above:

> My great epic
 _Backlog_
 - Task yet to be picked up for someone.
 - ...
 _In Development_
 - Task being developed
 - ...
 _Deployed_
 - Task ready and shipped
 - ...

> Another epic feature
 ...

> Others
 ...

This is the content structure:

> [Epic summary]
 _[State summary]_
 - [Task summary]
 - ...

> Others (Missing epic tasks)
 _[State summary]_
 - [Task summary]
 - ...

Usage

First, access this project folder after cloning it. Then run the following command replacing your board_id and your personal auth token.

ruby report.rb [BOARD_ID] [AUTH_TOKEN]

Here is a good and short article that goes through all the required steps for generating your auth token.

Recomended: In case you don't want your credentials in your shell history you can add an alias as follows:

alias sprint_report='ruby [YOUR_PATH]/report.rb [BOARD_ID] [AUTH_TOKEN]'

The report will be generated once you run it and copied to your transfer area. This will be outputed to your console:

Identifying current sprint...
Active sprint: YOUR SPRINT NAME X
Requesting current sprint issues...
Report copied to your transfer area. Press ctrl+v/cmd+v to paste the results

Then you just need to paste it on slack and press cmd+shift+f for using makdown interpreter.

Enjoy it!

sprint_report's People

Contributors

leonardogodoy avatar

Stargazers

 avatar

Watchers

 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.