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

Save closed/closed_by references #227

Closed
martinthomson opened this issue May 18, 2020 · 1 comment
Closed

Save closed/closed_by references #227

martinthomson opened this issue May 18, 2020 · 1 comment

Comments

@martinthomson
Copy link
Owner

It would be nice to record linkages between issues, particularly the relationship between a pull request and the issue that it closes.

The graphql interface makes it a little hard to extract these, so this is non-trivial. They appear as a CrossReferencedEvent in the timelineItems field of issues and pull requests with a willCloseTarget attribute. The event list can be filtered based on the type, so it's not likely to be a huge addition to the load. Note that events should be immutable, so updating this can use skip or after fairly reliably.

@martinthomson
Copy link
Owner Author

See MikeBishop/archive-repo#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant