gsingers / slack-jira-plugin

A Slack plugin that watches channels for messages about JIRA and acts accordingly
MIT License
252 stars 85 forks source link

Support for threaded messages #31

Closed nahojkap closed 7 years ago

nahojkap commented 7 years ago

When being triggered inside a message thread, the plugin still posts within the main channel - without having looked into too much detail in the code, it would be great if the plugin could use the thread_ts/ts attributes as discussed in [1].

Thanks,

Johan

[1] https://api.slack.com/docs/message-threading

gsingers commented 7 years ago

Thanks for the patch!