[
https://issues.apache.org/jira/browse/HBASE-23689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015981#comment-17015981
]
Hudson commented on HBASE-23689:
--------------------------------
Results for branch master
[build #1598 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1598/]: (x)
*{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1598//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1598//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1598//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Bookmark for github PR to jira redirection
> -------------------------------------------
>
> Key: HBASE-23689
> URL: https://issues.apache.org/jira/browse/HBASE-23689
> Project: HBase
> Issue Type: Sub-task
> Components: documentation, tooling
> Affects Versions: master
> Reporter: Bharath Vissapragada
> Assignee: Bharath Vissapragada
> Priority: Minor
> Fix For: 3.0.0
>
>
> Following is a simple js snippet that redirects from any HBase PR to its
> corresponding jira. Without this, one has to copy the jira ID from the PR,
> construct a jira URL manually and paste it in the browser URL bar. Saves a
> bunch of clicks.
> {code:javascript}
> javascript:location.href='https://issues.apache.org/jira/browse/'document.getElementsByClassName("js-issue-title")[0].innerHTML.match(/HBASE-\d/)[0];{code}
> Particularly helpful for reviewers who'd like to read the jira contents often
> when reviewing a PR.
> For chrome:
> - Right Click on the bookmarks bar
> - Click on Add page. Fill in the following details:
> Name: HBase jira redirect (or any other that you prefer)
> URL: – {{snippet from above}}--
> - Click Save
> Now you should see "HBase jira redirect" (or any other name you gave)
> bookmark on the bar.
> Go to any Github PR, click on this button and it redirects to the
> corresponding jira.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)