Connector Improvement: Adding issue_event object to Github connector
AnsweredWe need to get issue_event object from github, which is currently not available in the github connector. Thanks!
-
Official comment
Hi Max,
Thanks for sending this feature request. I've added it to our backlog for now.
Frank
-
Hi Max,
We have the following event types already supported in these tables:
-
case:
closed,reopened-
Entity Updated:
IssueClosedHistory
-
-
case:
merged-
Entity Updated:
IssueMerged -
(Potentially updates
CommitviaupdateCommitmethod)
-
-
case:
referenced-
Entity Updated:
IssueReferenced
-
-
case:
mentioned-
Entity Updated:
IssueMention
-
-
case:
assigned,unassigned-
Entity Updated:
IssueAssigneeHistory
-
-
case:
labeled,unlabeled-
Entity Updated: (Handled by
updateLabelHistorymethod, which likely updates a label history entity)
-
-
case:
milestoned,demilestoned-
Entity Updated:
IssueMilestoneHistory
-
-
case:
renamed-
Entity Updated:
IssueRenamed
-
-
case:
locked,unlocked-
Entity Updated:
IssueLockedHistory
-
-
case:
convert_to_draft,ready_for_review-
Entity Updated:
PullRequestReadyForReviewHistory
-
-
case:
review_requested,review_request_removed-
Entity Updated:
RequestedReviewerHistoryorRequestedReviewerHistoryDeprecated(depending on a feature flag)
-
-
case:
review_dismissed-
Entity Updated:
PullRequestReviewDismissed
-
-
case:
added_to_project,moved_columns_in_project,removed_from_project,converted_note_to_issue-
Entity Updated:
IssueProjectHistory
-
Is there a specific event type you are not seeing or finding?
-
Please sign in to leave a comment.
Comments
2 comments