Jira descriptive link

Jira descriptive link

Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jira descriptive link",
  "description": "Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension.",
  "version": "0.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*/browse/*"
      ],
      "js": [
        "jira-descriptive-link.user.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "converted_from_user_script": true
}