How to add Jira ID ...
 

How to add Jira ID as bookmark for easy reference?

2 Posts
2 Users
0 Likes
926 Views
e9b1ed5241bc926e29a0197b7adbf7d8?s=80&d=wavatar&r=g
(@Jessica)
New Member
Joined: 3 years ago
Posts: 1
Topic starter  

How to open the JIRA case ID directly from any page using the bookmarklet?

How to share the JIRA case ID along with its description using a bookmarklet?

This topic was modified 3 years ago by admin

   
ReplyQuote
Topic Tags
Avatar of admin
(@mjv119gmail-com)
Estimable Member Admin
Joined: 10 years ago
Posts: 79
 

This bookmarklet can be used to open the JIRA case ID directly from any page.

javascript:(function(){var casenumber=prompt("Enter the JIRA ID");if(casenumber.length>0){if(casenumber.indexOf("-")<0){casenumber = "-" + casenumber;};document.location.href="https://<jiralink>"+casenumber;}})()

This bookmarklet can be used to share the JIRA case ID along with its description.

javascript: (function(){prompt("", document.querySelector("[data-test-id='issue.views.issue-base.foundation.breadcrumbs.breadcrumb-current-issue-container']").querySelector("a").innerText + " - " + document.querySelector("[data-test-id='issue.views.issue-base.foundation.summary.heading']").innerText)})()

   
ReplyQuote

Leave a reply

Author Name

Author Email

Title *

Preview 0 Revisions Saved
Share: