Skip to content

epoll-j/redmine_webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine 钉钉自定义机器人 WebHook 插件

安装

$ cd $RAILS_ROOT/plugins
$ git clone https://github.com/JasonXJKJ/redmine_webhook.git
$ rake redmine:plugins:migrate RAILS_ENV=production

Post data

{
  "msgtype": "text",
  "text": {
    "content": "xxx 创建 xx。指派给: xxx。紧急程度: x"
  }
}

avatar

About

redmine接入钉钉机器人插件

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 90.7%
  • HTML 9.3%