Project

General

Profile

webhooks/push notification

Added by eidiko test over 7 years ago

Hi,
I am looking for features like webhooks or push notification in redmine to post the messages to slack.
someone please guide me.

thanks


Replies (1)

RE: webhooks/push notification - Added by Federico Daguerre over 7 years ago

Hi eidiko,

I'm about to release a very first version of a custom slack command /redmine

This is what I have so far:

REDMINE SLACK INTEGRATION

/redmine <command> [options]

Available commands:

/redmine connect <redmine-url> <user-key>

This will connect your Slack account with your Redmine account

/redmine todo

This will return what you have to do ;)

/redmine issue <id>

This will return available information of an issue

/redmine issue <id> status [status]

This will return or set the status of an issue.

/redmine issue <id> priority

This will return or set the priority of an issue.

/redmine issue <id> assignee

This will return or set the assignee of an issue

/redmine issue <id> target

This will return the target of an issue.

/redmine issue <id> subtasks

This will return the subtasks of an issue.

/redmine issue <id> related

This will return the related issues of an issue.

/redmine issue <id> comments

This will return all the comments of an issue.

/redmine issue <id> comments last

This will return the last comment of an issue.

/redmine issue <id> time

This will return the logged hours in an issue

/redmine issue <id> time add <hours> <comment>

This will log the hours in the issue with the comment specified.

Next steps will be webhooks to post into slack channels. All this code will be Free Software. If you are really interested and if you want the development to be addressed quickly and have a release as soon as possible, you might consider the possibility to make a donation.

Check http://redmine.integrations.slack.fetux.net

Cheers!

    (1-1/1)