Jump to bottom of Jira Page

Swapnil Kadu October 30, 2017

Hi Team,

 

We are using atlassian product and its URL goes like "reqcentral.com" we are executing some test cases and they are listed here in the tese-cycles page which is updated with latest cycles continuously and new cycles are added to the bottom of the page.

 

But unfortunately there is no sorting option available so we can't sort the list by time. Please let us know any anchor tag or something in the URL which we can use so that we can directly jump to the bottom of the page.

Its Urgent,

test cases.JPG

1 answer

0 votes
Domenico Manzo _Actonic_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 30, 2017

As workaround you can try to add it to Announcement Banner:

<script>
AJS.toInit(function () {
if(window.location.href.indexOf("zephyr") > -1) {
$('html, body').animate({scrollTop:$(document).height()}, 'slow');
}
});
</script>

Suggest an answer

Log in or Sign up to answer