Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

support for identifying users that acknowledge and resolve from Slack #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lalitkapoor
Copy link

@lalitkapoor lalitkapoor commented Feb 17, 2017

user_id in the log_entries is null if the user acknowledges/resolves from Slack.

To capture who is performing those actions I'm doing 2 things:

  1. Storing the values from the channel object that come back from the request for log entries - which includes the slack user id
  2. Syncing the list of users in Slack into a slack_users table

Now we can join the channel_user_id column in the log_entries table with the id column in the slack_users table.

If you want to enable the optional Slack integration you have to add the SLACK_TOKEN environment variable

FYI, This pr also includes the commits from #7

@lalitkapoor lalitkapoor changed the title support for identifying users that acknowledge and resolve from slack support for identifying users that acknowledge and resolve from lack Feb 17, 2017
@lalitkapoor lalitkapoor changed the title support for identifying users that acknowledge and resolve from lack support for identifying users that acknowledge and resolve from Slack Feb 17, 2017
@CLAassistant
Copy link

CLAassistant commented Aug 6, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ lalitkapoor
❌ rnaud
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants