Pull Request Linking/Unlinking with Issue - Event Trigger Needed in Webhooks #127247
Unanswered
Kanenil
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Body
Hello,
I've been deeply involved with Github's API and Webhooks to fetch events. While working with these tools, I’ve encountered a potential area for enhancement around pull requests (PRs) and issues.
Currently, there are a variety of events provided (e.g.,
assigned
,unassigned
,labeled
,unlabeled
,opened
,edited
,closed
, andreopened
) that help significantly in managing PRs and issues. However, there is no explicit event relayed when a PR gets linked or unlinked to an issue. This absence can be limiting in certain workflows where tracing the relationship between PRs and issues is critical.My humble suggestion is to add two event triggers:
linked
: Triggered when a pull request is linked to an issueunlinked
: Triggered when a pull request is unlinked from an issueBy acknowledging the linking and unlinking of PRs to issues, we could capture more granular insights into the development lifecycle and issue resolution process. It certainly would enhance actions from the Github API and extend opportunities for integrations via webhooks.
I truly believe that the implementation of these suggested events will be beneficial to many users. I'm looking forward to any feedback the community may have on this request or any information on whether there are plans to implement such a feature.
Beta Was this translation helpful? Give feedback.
All reactions