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

post: false - doesn't work #21

Open meetbryce opened 8 years ago

meetbryce commented 8 years ago

Instead of updating the original post, it still posts a new post with the link, but it also shows the following:

screenshot 2016-03-17 11 24 36

james-walton commented 8 years ago

I am seeing the same behavior.

Looks like that option is not implemented right now:

             if (issue && self.config.post == true) {
                ... do a bunch of stuff
              } else {
                msg.push(':exclamation:' + jira + ' - _' + error + '_');
              }