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.
什麼是Jira descriptive link?
Jira descriptive link是由floodmeadows開發的Chrome擴展程式,該擴展的主要功能是“Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension.”。
擴展截圖
下載Jira descriptive link擴展crx文件
下載Jira descriptive link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For Jira Server (self-hosted, not Jira Cloud). Adds a button to the issue (story) details view to copy a link to that issue. Ideal for pasting into Slack, Teams, or email etc. The link includes the issue name (summary) and key, so you can see at a glance which issue it is. Also means that you can easily search through your messages by issue key to find all references to that issue, even if the issue name has changed since the link was pasted. Works with Jira, but is not made, endorsed, or supported by Jira or Atlassian.
擴展基本資訊
名稱 | Jira descriptive link |
ID | bfnkoiobloacajlibohhniedpcjibnmm |
官方網址 | https://chromewebstore.google.com/detail/jira-descriptive-link/bfnkoiobloacajlibohhniedpcjibnmm |
簡介 | Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension. |
檔案大小 | 40.01 KB |
安裝次數 | 87 |
目前版本 | 0.2 |
更新時間 | 2023-07-14 |
上架時間 | 2023-01-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | floodmeadows |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/floodmeadows/jira-descriptive-link-chrome-extension |
說明頁面URL | https://github.com/floodmeadows/jira-descriptive-link-chrome-extension/issues |
隱私政策頁面URL | https://github.com/floodmeadows/browser-extensions/wiki/Privacy-Policy |
支援的語言 | en |
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 } |