GithubHelp home page GithubHelp logo

y-fujisaki / backlogcounttool Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 7 KB

backlogの、当月1ヶ月分のメンバー毎のチケット総数、予定時間、実績時間を集計し、Slackへ通知するLambda Functionです。

Python 100.00%
aws lambda python backlog alterbooth nulab

backlogcounttool's Introduction

BacklogCountTool

概要

backlogの、当月1ヶ月分のメンバー毎のチケット総数、予定時間、実績時間を集計し、Slackへ通知するLambda Functionです。

リポジトリのclone

git clone https://github.com/y-fujisaki/BacklogCountTool.git

ライブラリインストール

  • Lambdaに標準で入っていないライブラリを使用します。
  • cloneしたフォルダで実行してください。
cd BacklogCountTool
pip install requests -t .
pip install datetime -t .
pip install python-dateutil -t .
pip install slackweb -t .

config.pyの変更

ご利用の環境に合わせて値を入力してください。

## ホスト名
host = '{your-space}' 
## Backlog API KEY
api = '{your-apikey}'
## MEMBER名とIDを指定:集計する担当者分セット
assigend_member=[['name1',{担当者のID}],['name2',{担当者のID}]]
## Slack Webhook
slack_webhook="your-slack-Webhook URL"

zipで圧縮

zip -r upload.zip *

アップロード

  • Lambda Functionを作成し、AWS マネジメントコンソールまたはAWS CLIからZIPファイルをアップロードしてください

ハンドラー

[設定]-[ハンドラー]には実行スクリプト名に合わせた、以下の値を入力して下さい。

BacklogCountTool.lambda_handler

イメージ(Slack通知)

サンプル

backlogcounttool's People

Contributors

y-fujisaki avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.