Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding to channels with wildcard #57

Open
umlaeute opened this issue Aug 25, 2020 · 2 comments
Open

adding to channels with wildcard #57

umlaeute opened this issue Aug 25, 2020 · 2 comments
Labels
Hacktoberfest Help Wanted Community help wanted Needs Spec Needs further specification to be a good (help wanted) ticket Tech/Go Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers

Comments

@umlaeute
Copy link

umlaeute commented Aug 25, 2020

it would be great if it was possible to extend the ChannelsAddedTo syntax to allow wildcards.

as in the following, where the user would get added to bugs, developers, devops, devsecops, devices and devilish

"Actions" : [
{
  "ActionType": "button",
  "ActionDisplayName": "Developer",
  "ActionName": "developer-action",
  "ChannelsAddedTo": ["bugs", "dev*"],
  "ActionSuccessfulMessage": [
    "### Awesome! I have added you to the developer channels:"
  ]
},
@levb levb added Triage Help Wanted Community help wanted Needs Spec Needs further specification to be a good (help wanted) ticket Tech/Go Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers and removed Triage labels Aug 25, 2020
@jrepe
Copy link

jrepe commented Oct 22, 2020

hey, mind if I have a go at this one?

@jrepe
Copy link

jrepe commented Oct 24, 2020

I've a question, I have roughly implemented this using SearchChannels(teamId, term string) ([]*model.Channel, *model.AppError), however it would appear I'm not able to get private channels through this approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Help Wanted Community help wanted Needs Spec Needs further specification to be a good (help wanted) ticket Tech/Go Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
Development

No branches or pull requests

5 participants