databricks / spark-pr-dashboard

Dashboard to aid in Spark pull request reviews
spark-prs.appspot.com
Apache License 2.0
54 stars 46 forks source link

Display JIRA Shepherd field in PR Table View #56

Closed JoshRosen closed 9 years ago

JoshRosen commented 9 years ago

The Spark SQL team is experimenting with using the 'shepherd' field in JIRA for tracking assignments of pull requests to reviewers. We should display this field in the PR table view.

JoshRosen commented 9 years ago

It turns out that displaying the Shepherd column is easy (I wrote the code for this in ~20 minutes), but the hard part is linking JIRA accounts to GitHub / Spark PRs ones. The easiest way to do this might be to perform the linkage using a combination of usernames and emails augmented with some manual linkage. This is going to be a bit non-trivial, though.

JoshRosen commented 9 years ago

Decided to re-scope this issue to only cover the field display; linking + metrics can be done in followup tasks.

The original scope included the following: