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

Provide a feature for the duty person to share bot's action solution with the reporter #169

Open
alosenkov-infobip opened this issue Mar 20, 2024 · 0 comments

Comments

@alosenkov-infobip
Copy link

Hi!

I'm as a duty person in a channel where bot actions are used, would like to have a feature to find and get the bot's response to share the solution in the channel.

Current blockers

  1. The bot doesn't react on the duty person messages when suggesting actions (and that's good) --> I have to ask the reporter to type PROBLEM_SUBSTRING in the thread to get the response.
  2. If I don't remember which actions and problem substrings are available.

Idea

  1. Add command like @bot action list to print actions available for this channel. Probably a short list of just problem field would be enough, i.e. without solution text. I could run this command in my personal thread.

    # Output example
    [
        "My problem 1",
        "My problem 2",
        "My problem 3"
    ]
  2. Add a command to retrieve the solution for the problem specified, like @bot action show problem:PROBLEM_SUBSTRING (syntax similar to @bot action create — I would like to call this command in the support channel to share the solution with the reporter.

Thank you in advance for your work! ❤️

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

No branches or pull requests

1 participant