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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jira descriptive link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Jira descriptive link
ID bfnkoiobloacajlibohhniedpcjibnmm
आधिकारिक URL 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
}