slack-jira-plugin icon indicating copy to clipboard operation
slack-jira-plugin copied to clipboard

post: false - doesn't work

Open meetbryce opened this issue 10 years ago • 1 comments

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

meetbryce avatar Mar 17 '16 00:03 meetbryce

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 + '_');
              }

james-walton avatar Sep 22 '16 17:09 james-walton