-
Suggestion
-
Resolution: Unresolved
-
None
User problem:
An issue can have many Pull Requests related to them. Currently, the only way to JOIN the Pull request table with the Commit table is by first Joining them with the issue table. This makes it impossible to determine which commits/ files relate to their respective Pull requests.
Suggested Solutions:
Add a direct link between the Commit table and the Pull Request table. For example, the Commit ID column should be available in the Pull request table.
Workaround:
None Available.