Closed lacymorrow closed 8 years ago
This may just be a matter of you editing the config file for posting, but
token: '<token>, // https://api.slack.com/web
is definitively wrong. There is a missing ' after the string (which of course would be your slack security token).
Yeah, that's from me editing to hide my config token. Thanks for taking a look though!
@lacymorrow I think url: "https://myproject.jira.com/browse/",
is the culprit. Unfortunately, the JIRA library I am using can't handle paths in the URL right now. I believe there is a patch but it hasn't been released.
Hi, the readme is pretty straightforward but doesn't dive deep into how to fix issues should they be encountered. Here is my config, it creates an API for
MYPROJECT
but I can't get it to post anything to slack when issues or urls are mentioned.