Better Task Names for JIRA

Suggests best practice task names inline in JIRA based on task type. Better names, better team performance.

Better Task Names for JIRA क्या है?

Better Task Names for JIRA https://stratejos.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suggests best practice task names inline in JIRA based on task type. Better names, better team performance."।

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

screenshot
screenshot

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

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

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

                        Suggests best practice task names inline in JIRA. 

So, when you are creating a task or editing a task's title in JIRA, this extension enables a little suggestion to show up, suggesting the best format for that type of task.

Getting better names for your tasks, bugs, issues and user stories will mean better team performance due to better shared understanding.

Based on our analysis of thousands of tasks and years of experience in software teams we've reached a hypothesis on what the best formats for task names are. 

Currently this extension only supports JIRA but if we receive enough support we'll enable it for other tools like Trello, Asana and basecamp.

Produced by stratejos as part of our mission to evolve the state of software teams to be more data-driven and AI assisted.                    

एक्सटेंशन की मूल जानकारी

नाम Better Task Names for JIRA Better Task Names for JIRA
ID ojdelmehgjmlbdkikafcbldldfipdlpm
आधिकारिक URL https://chromewebstore.google.com/detail/better-task-names-for-jir/ojdelmehgjmlbdkikafcbldldfipdlpm
विवरण Suggests best practice task names inline in JIRA based on task type. Better names, better team performance.
फ़ाइल का आकार 22.31 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2017-03-22
प्रकाशन तिथि 2017-03-21
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर https://stratejos.ai
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://support.stratejos.ai
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Task Names for JIRA",
    "short_name": "Better Task Names",
    "description": "Suggests best practice task names inline in JIRA based on task type. Better names, better team performance.",
    "version": "1.1.5",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/suggestionCounter.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "src\/jira\/issue_summary_input_helper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}