Connect SVN <> Mantis via Web Hook

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mmmichael
Posts: 1
Joined: 11 Jun 2014, 06:30

Connect SVN <> Mantis via Web Hook

Post by mmmichael »

Hello,

I use Mantis Version 1.2.17 and the SVN Service from www.springloops.io.

Springloops supports Web Hook and the "posted" Data looks like:
Array
(
[payload] => {
"accountURL": "https://xxx.springloops.io",
"commitDate": "2014-06-10T21:50:04+0200",
"commitURL": "https://xxx.springloops.io/project/xxxx ... ommit/3284",
"unsubscribeURL": "https://xxxx.springloops.io:443/unsubsc ... jectId=xxx",
"invokerEmail": "m.xxxxx@xxx.de",
"projectURL": "https://xxxx.springloops.io/project/xxxxx",
"projectId": "85949",
"invokerId": "51833",
"revision": "3284",
"commitEntries": "[com.springloops.common.scm.entities.CommitEntry@12300130]",
"repositoryURL": "https://xxxx.slsapp.com/source/shopware",
"subdomain": "blmedia",
"domain": "springloops.io",
"invokerProfileURL": "https://xxxxx.springloops.io/profile/51833",
"invokerSmallAvatarURL": "https://xxxx.springloops.io:443/image-s ... AVATAR.png",
"projectName": "Shopware",
"commitMessage": "khg hkljh klj löhklöjlökj",
"invoker": "Michael B.",
"commits": []
}
)
I would like to use https://github.com/mantisbt-plugins/source-integration but currently I have no Idea how to connect both services.

The Post URL currently is:
http://xxxx.xxxx-xxxx.de/plugin.php?pag ... H4enVAG2Xr

But nothing happens, because I'am unsure how to connect the Reposiroty.
Any Ideas?

Thanks,
Michael
Post Reply