How to add Jira ID ...
 

How to add Jira ID as bookmark for easy reference?

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

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?

Reply
Topic Tags
1 Reply
9fa02807da30edc179da9f0e7df6d075?s=80&d=wavatar&r=g
Posts: 77
Admin
(@mjv119gmail-com)
Estimable Member
Joined: 9 years ago

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)})()
Reply

Leave a reply

Author Name

Author Email

Title *

Preview 0 Revisions Saved
Share: