Tim Jacomb
Tim Jacomb
> @timja that is not true, the docs are actually outdated. > You simply need to request the proper permissions. > [api.slack.com/methods/chat.postMessage#authorship](https://api.slack.com/methods/chat.postMessage#authorship) > [api.slack.com/scopes/chat:write.customize](https://api.slack.com/scopes/chat:write.customize) I was trying last week and...
Use `slackUserIdFromEmail` it will lookup the user's profile in Jenkins and use the slack API if it's not set there. Or whatever strategy you use. Some places store it in...
Can you add more logging please: It should make it clearer https://github.com/jenkinsci/slack-plugin#enable-additional-logging
Is there a url logged on where the request is going? you can *** out the token.
Try add org.apache.http to the loggers https://hc.apache.org/httpcomponents-client-4.5.x/logging.html
can you please screenshot your configuration?
I’ll try test it out tonight
Works for me =/  I also hit the same issue with values needing to be saved first at least with bot user, that should be fixable 👀
@emas80 https://github.com/jenkinsci/slack-plugin/pull/729
Did you want to keep this open or are you sorted now?