You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In plugins, we have an event for LaunchAutoAnalysisFinishEvent, which is great, as we can then detect if an issue was auto-analyzed and linked to an external ticket. We use this in our (currently closed source) plugin to post a comment on a github issue, where we track occurrences of the issue.
I would like events raised when an issue is manually linked or unlinked from an external ticket, so we can perform the same "post a comment" logic.