Skip to content

tawAsh1/backlack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

backlack

(ja) Backlogでの操作をSlackに通知する拡張機能です。

(en) This repository is Slack extension to notify operation in Backlog.

Usage

  • Clone repository to your computer.
git clone https://github.com/tsubakimoto/backlack.git
  • Edit settings.js. Replace {your-space} to your Backlog account name.
exports.ticketUrl = 'https://{your-space}.backlog.jp/view/{key}';
exports.ticketCommentUrl = 'https://{your-space}.backlog.jp/view/{key}#comment-{id}';
exports.pullRequestUrl = 'https://{your-space}.backlog.jp/git/{key}/{repo}/pullRequests/{number}#comment-{id}';
  • Write your Slack Incoming-Webhook configuration.
exports.channels = {
    ProjectKey: Incoming-Webhook Url
};
  • Deploy repository to Microsoft Azure Functions.

  • Copy function url on Azure Functions' portal.

  • Create webhook on Backlog and use copied url.

Choose hook event, for example, "Issue Commented", "Issue Updated", "Comment on Pull Request".

Slack notification sample

Sample image in Slack

About

Backlog to Slack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%