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.
Qu'est-ce que Jira descriptive link ?
Jira descriptive link est une extension Chrome développée par floodmeadows, et sa fonction principale est "Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira descriptive link
Téléchargez les fichiers d'extension Jira descriptive link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Jira descriptive link |
ID | bfnkoiobloacajlibohhniedpcjibnmm |
URL Officiel | https://chromewebstore.google.com/detail/jira-descriptive-link/bfnkoiobloacajlibohhniedpcjibnmm |
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. |
Taille du Fichier | 40.01 KB |
Nombre d'Installations | 87 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2023-07-14 |
Date de Publication | 2023-01-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | floodmeadows |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/floodmeadows/jira-descriptive-link-chrome-extension |
URL de la Page d'Aide | https://github.com/floodmeadows/jira-descriptive-link-chrome-extension/issues |
URL de la Page de Politique de Confidentialité | https://github.com/floodmeadows/browser-extensions/wiki/Privacy-Policy |
Langues Prises en Charge | 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 } |