Chrome

PR Status

5
3
88
3

A chrome extension to show the Github PR Review statuses in the cards on a JIRA board.

– For every PR associated with the JIRA ticket It adds a line of info:
– PR Status (Branch|Draft|Open|Merged|Closed)
– Name of the repo
– Latest update of the reviews from each reviewer
– The PR Status icons (Open or Merged) can be clicked to open the PR in Github.
– Status is automatically updated but can be manually refreshed by clicking on the extension icon (or by reloading the page).

LIMITATION AND REQUIREMENTS

– Currently works only with Classic JIRA boards (next-gen not supported yet).
– Github official integration should already be configured in your JIRA account.

MOTIVATION

During a daily stand up session it is essential to know the latest status of the associated Github PRs and how many reviews approvals these have. However default Github integration of JIRA does not allow this information to be shown easily. With this extension you can quickly view which tickets have their pull requests been reviewed and approved. Having this information right on the ticket should make your stand up session more productive.

SETUP

To configure the extension please provide your Github token in the Options page. Github personal access token can be generated from https://Github.com/settings/tokens. This token should have at least have ‘repo’ scopes.

Once entered, press the Check button to validate the token. It should show the result of validation below the token input area. Kindly ensure the token has access to all the repos that you expect. In particular if SSO has been enabled on your Github org account the token should be explicitly Authorized for access to the org repos via SSO.

JIRA COLUMNS

This extension automatically picks up all the JIRA issues found in the *middle columns* of any board to be populated with the PR Review statuses.

Middle columns are all the columns other than the first and the last column. No manual configuration of columns is needed. The reason for this choice is to allows the extension to work on any board. The first and last columns are usually something like TODO and DONE columns which are unlikely to contain any interesting PRs associated with them.

In future it may allow more fine tuning / customisation to restrict columns that should be updated.

LATEST UPDATES:

* v1.0.3
– Bug Fixes
* v1.0.0
– add support for DISMISSED review status
– support draft status (fixes #11)
– support for branch status
– fix overlap of review status icons over repo name
– use svg icons

* v0.3.0
– Refactored to be compatible with firefox
– Show updated count as badge on icon
– Refresh on tab activated
– Optimised permissions
– Bug fixes

PR Status
Related posts
Chrome

Pinboard Tools

Chrome

New Tab - Eromanga-sensei

Chrome

ActivCast Sender

Chrome

New Tab - Log Horizon

3 Comments

Comments are closed.