Samuel Cormier-Iijima
Samuel Cormier-Iijima
@ajevic thanks for the reprot! This plugin uses the standard HTTPClient library without any special parameters to connect to Slack. If you need support for this, there's probably a way...
@nebojsac I haven't tested this plugin on Redmine < 3.2, but pull requests are welcome for adding backwards compatibility.
This sounds like it might be a configuration difference with Redmine as installed through APT. A symlink as @brother suggested sounds like the right approach, but maybe there's a better...
Hi @huytn - can you post any additional details about your configuration?
I noticed @blauerberg's fork has a branch which adds support for this: https://github.com/sciyoshi/redmine-slack/compare/master...blauerberg:support-redmine-agile-plugin @trupizzza maybe you can test it and see if that works for you? I'd be happy to...
@VitalyKrivoshapkin thank you for the patch - this is a very useful feature! One question I have: is there ever a case where the assignee would want to be notified...
@coderdaudat - it seems like you're missing the required dependency `httpclient`, perhaps it was installed in the wrong path? I believe you need to run it from the plugin folder.
@kapod this would be a great feature :) PRs are welcome, but unfortunately I don't have the bandwidth to work on this myself at the moment.
@stephenyeargin good summary. Looks like we'd need a more generic filtering mechanism that can act on the properties of the issue before and after the update. I'd like to avoid...
@ozon thanks for the patch! The code above that line is meant to be escaping HTML characters already - if we expect the input to be HTML-formatted, I think the...