项目作者: nfultz

项目描述 :
Prints out open jira tickets
高级语言: Python
项目地址: git://github.com/nfultz/standup.py.git
创建时间: 2017-04-17T20:25:50Z
项目社区:https://github.com/nfultz/standup.py

开源协议:

下载


standup.py

This is a small script to generate a standup message based on JIRA tickets, and
optionally send it to slack.

Installation

This script should be somewhere on your shell search path. Additionally, you
should add your JIRA account ‘quick login’ to .netrc in your home folder.

To use the slack functionality, you should enable an ‘incoming webhook’ and
note the URL.

Usage

  1. standup.py $JIRA_URL $SLACK_URL

This will print each open ticket assigned to you, and prompt you to leave an
optional comment.

At the end, it will ask to post to slack. Type y to send, and ^C to quit
without posting.