
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
backlog2slack
Advanced tools
このHubotは、Backlogの更新をSlackに通知させます
Hubotディレクトリで以下のコマンドを実行
$ npm install backlog2slack --save
以下を external-scripts.json に追加
["backlog2slack"]
https://{space_name}.backlog.jp/settings/webhook/{project_name}}/create
{hubot_url}/backlog2slack
(exampleURL: http:example.com:8080/backlog2slack)
export HUBOT_SLACK_TOKEN = {your_slack_API_token}
Getパラメータでの指定(優先)
http:example.com:8080/backlog2slack?space=hoge_team
環境変数での指定
export HUBOT_BACKLOG2SLACK_SPACE = "hoge_team"
※ この設定をしないとリンクが正常に動作しません
Getパラメータでの指定(優先)
http:example.com:8080/backlog2slack?destination=backlog-notification-channel
http:example.com:8080/backlog2slack?destination=t_mimura
環境変数での指定
export HUBOT_BACKLOG2SLACK_DESTINATION = "backlog-notification-channel"
export HUBOT_BACKLOG2SLACK_DESTINATION = "private-kosokoso-heya"
※ 通知先(destination)はCHANNEL, PRIVATE_GROUP, DM(user_name)に対応
| Action | Type | defaultColor |
|---|---|---|
| 課題の追加 | warning | オレンジ |
| コメント追加 | good | Green |
| お知らせ追加 | good | Green |
| 課題の更新 | good | Green |
Getパラメータでの指定(優先)
http:example.com:8080/backlog2slack?good_color=000000
http:example.com:8080/backlog2slack?good_color=ff0000&warning_color=f0f
...etc
環境変数での指定
export HUBOT_BACKLOG2SLACK_GOOD_COLOR = "000"
export HUBOT_BACKLOG2SLACK_WARNING_COLOR = "ffff00"
※ 色に"#"を含めない
FAQs
hubot scripts: backlog notification to slack
The npm package backlog2slack receives a total of 5 weekly downloads. As such, backlog2slack popularity was classified as not popular.
We found that backlog2slack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.