{"id":27969201,"url":"https://github.com/future-architect/redmine_slack_integration","last_synced_at":"2025-05-07T21:09:03.640Z","repository":{"id":39240700,"uuid":"346633644","full_name":"future-architect/redmine_slack_integration","owner":"future-architect","description":"The redmine plugin for the integration of slack and redmine","archived":false,"fork":false,"pushed_at":"2022-12-25T14:50:42.000Z","size":18,"stargazers_count":16,"open_issues_count":2,"forks_count":14,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-07T21:08:58.721Z","etag":null,"topics":["redmine","redmine-plugin","slack"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/future-architect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-11T08:39:51.000Z","updated_at":"2024-06-11T09:20:07.000Z","dependencies_parsed_at":"2022-09-09T23:53:33.564Z","dependency_job_id":null,"html_url":"https://github.com/future-architect/redmine_slack_integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fredmine_slack_integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fredmine_slack_integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fredmine_slack_integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fredmine_slack_integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/future-architect","download_url":"https://codeload.github.com/future-architect/redmine_slack_integration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954409,"owners_count":21830905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["redmine","redmine-plugin","slack"],"created_at":"2025-05-07T21:09:03.010Z","updated_at":"2025-05-07T21:09:03.629Z","avatar_url":"https://github.com/future-architect.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine Slack Integration Plugin\n\nFor Redmine 4.x.x.\n\n### Plugin installation\n\n1.  Copy the plugin directory into the `$REDMINE_ROOT/plugins` directory. Please\n    note that plugin's folder name should be `redmine_slack_integration`.\n    \n```sh\ngit clone git@github.com:future-architect/redmine_slack_integration.git redmine_slack_integration\n```\n\n2.  Install gem dependencies.\n\n```sh\nbundle install\n```\n\n3.  Run migration task.\n\n```sh\nRAILS_ENV=production rake redmine:plugins:migrate\n```\n\n4.  (Re)Start Redmine.\n\n### Settings\n\n#### How to set Slack OAuth \u0026 Permissions\n\n1.  Open [Your Apps - Slack API](https://api.slack.com/apps/new) from the following URL and create an app via \"From scratch\".\n\n2.  Open \"Add features and functionality\" -\u003e \"Permissions\" -\u003e \"Scopes\" and add the following oauth scopes to \"Slack Bot Token Scopes\".\n\n    *  `chat:write`\n\n    *  `chat:write.customize`\n\n    *  `chat:write.public`\n\n    *  `users:read`\n\n    *  `users:read.email`\n\n#### Set Slack API URL\n\n1.  Log in to redmine with a redmine admin account.\n\n2.  Go to \"Administration\" in the top menu -\u003e \"Plugins\" -\u003e \"Redmine Slack Integration plugin\" -\u003e \"Configuration\" page.\n\n3.  Set `https://slack.com/api` into \"Slack API URL\" field.\n\n4.  Save this configuration.\n\n#### Set Slack Token and Slack Channel project\n\n1.  Log in to redmine with a project admin account.\n\n2.  Open this project's \"Settings\" -\u003e \"Project\" tab.\n\n3.  Set your Slack App's \"Bot User OAuth Token\" ( starting with `xoxb-` ) to \"Slack Token\" field.\n\n4.  Set your Slack channel name ( starting with `#` ) to \"Slack Channel\" field.\n\n5.  Switch \"Slack Disabled\" to \"No\".\n\n6.  Save this project settings.\n\n#### Enable notification of your account\n\n1.  Log in to redmine with your account.\n\n2.  Open \"My account\" on the right of top menu.\n\n3.  Switch \"Slack Disabled\" to \"No\".\n\n### Disable specified project\n\n1.  Log in to redmine with a project admin account.\n\n2.  Open the project's \"Settings\" -\u003e \"Project\" tab.\n\n3.  Switch \"Slack Disabled\" to \"Yes\".\n\n### Disable specified account\n\n1.  Log in to redmine with your account.\n\n2.  Open \"My account\" on the right of top menu.\n\n3.  Switch \"Slack Disabled\" to \"Yes\".\n\n### When get notification?\n\n1.  Create a new issue, and your chat room will get a message from redmine.\n\n2.  Edit any issue, and your chat room will get a message from redmine.\n\n### Uninstall\n\n```sh\nRAILS_ENV=production rake db:migrate_plugins NAME=redmine_slack_integration VERSION=0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-architect%2Fredmine_slack_integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuture-architect%2Fredmine_slack_integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-architect%2Fredmine_slack_integration/lists"}