Error plugin Slack Integration

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ulisses
Posts: 1
Joined: 18 Apr 2017, 12:57

Error plugin Slack Integration

Post 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?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Error plugin Slack Integration

Post 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
Please use Search before posting and read the Manual
kratib
Posts: 12
Joined: 07 Jun 2006, 09:21

Re: Error plugin Slack Integration

Post by kratib »

The "Default Slack Channel" settings is a single channel name STRING, not an array, e.g. '#bugtrackermyproject'.
Post Reply