MantisBT Slack Plugin Help

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
flexage
Posts: 1
Joined: 24 Oct 2014, 08:50

MantisBT Slack Plugin Help

Post by flexage »

Hi Guys,

I have tried using the Slack Integration plugin available from the MantisBT Plugins Repo. https://github.com/mantisbt-plugins/Slack

However, I have been unable to get it working... has anybody here had any success with getting it working? Or any better instructions on how to set it up?

From what I can tell, the Slack API "might" have changed, but then I can see that the plugin was last updated 2 days ago.... so I would assume it's current.

Can anybody help with this?

Thanks in advance,

Alex
Viktoras
Posts: 1
Joined: 20 May 2016, 20:52

Re: MantisBT Slack Plugin Help

Post by Viktoras »

Yes. Tricky plugin with very little setup information. Especially, when something goes wrong...

So, open Slack.php under plugins/Slack folder. At the end of the file find line with code:

Code: Select all

if ($result !== 'ok') {
Just right after this line add these lines:

Code: Select all

echo curl_error($ch);
echo '<br>';
echo curl_errno($ch);
echo '<br>';
Now try to add new bug report on MantisBT or make some other changes that calls notifications. Now you should get more information about the curl error.
Mary1308
Posts: 1
Joined: 07 May 2016, 13:36

Re: MantisBT Slack Plugin Help

Post by Mary1308 »

I have the same issue and I can't find Slack.php....
Post Reply