-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Why do we need this ?
Many of the times, customers tend to share their queries directly in the chat, such as reporting a bug or something like a feature request, adding an action button in the list of actions beside a message that pops up a modal which helps in opening an issue can be a very good addition for a user convenience.
As a GitHub App developer
Add an action button that triggers the New Issue Modal
, providing the message as a template to the modal.
Acceptance Criteria
- Register the action button, in Command's Main Function.
- Make Action Handler to the Button and check for auth.
- Modify the New User Modal, for shared support for both
SlashCommandContext
and also withAction Button Context
- Launch the Modal with
message.text
asdata.template
for theNewIssueModal
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request