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

Add custom post type for webhook posts, in order to comment, edit, and close issues/PRs #618

Open
asatkinson opened this issue Nov 29, 2022 · 1 comment · May be fixed by #636
Open

Add custom post type for webhook posts, in order to comment, edit, and close issues/PRs #618

asatkinson opened this issue Nov 29, 2022 · 1 comment · May be fixed by #636
Labels
Difficulty/3:Hard Hard ticket Type/Enhancement New feature or improvement of existing feature
Milestone

Comments

@asatkinson
Copy link

asatkinson commented Nov 29, 2022

At the moment, there are no actions shown on posts created by the plugin's bot. In Slack's example shown below, there are three actions:

  • Comment
  • Edit
  • Close

The task here is to implement a new custom post type, which will render these actions at the bottom of the post for the MM webapp.

For the "edit issue" feature, there is already an existing feature to create a GitHub issue, so we would reuse the same modal, but have it opened by this new action button inside the post.

Shown below are the Comment, Edit and Close buttons on a post and an example of how the Close dialog look in Slack

image

image

@hanzei hanzei added Type/Enhancement New feature or improvement of existing feature Difficulty/3:Hard Hard ticket labels Dec 3, 2022
@Nityanand13
Copy link
Contributor

@asatkinson Is it reasonable to send the notification in the replies once we make a comment or close an issue?
temp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/3:Hard Hard ticket Type/Enhancement New feature or improvement of existing feature
Projects
Status: Submitted / In Review
4 participants