Page 1 of 1

Error plugin Slack Integration

Posted: 18 Apr 2017, 13:14
by ulisses
Hi,


I installed the plugin "Slack Integration 1.0", but when I set the "Default Slack Channel" option to use in specific projects, with the configuration below:

Code: Select all

Array (
   'My Project' => '#bugtrackermyproject',
)
When trying to create a task for my project the following error occurs:

APPLICATION ERROR #plugin_Slack_ERROR_CURL
The request to Slack did not go through. Check your webhook URL. Also make sure there are no unusual characters in your bot name or bot icon settings. Further details may be printed below this box.



What am I doing wrong?

Re: Error plugin Slack Integration

Posted: 18 Apr 2017, 14:05
by atrol
I don't expect that you will get any support for this 3rd party plugin in this forum.

I recommend to contact the author and/or to file a report at https://github.com/infojunkie/MantisBT-Slack/issues

Re: Error plugin Slack Integration

Posted: 18 Apr 2017, 18:11
by kratib
The "Default Slack Channel" settings is a single channel name STRING, not an array, e.g. '#bugtrackermyproject'.