Links for GitHub & Jira

Chrome extension that adds links to JIRA issues from GitHub issues and PRs

Wat is Links for GitHub & Jira?

Links for GitHub & Jira is een Chrome-extensie ontwikkeld door https://samlanning.com, en de belangrijkste functie is "Chrome extension that adds links to JIRA issues from GitHub issues and PRs".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Links for GitHub & Jira

Download Links for GitHub & Jira-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrome extension that adds links to JIRA issues from GitHub issues and PRs

When you view lists of issues or pull requests on GitHub (either GitHub.com, or GitHub enterprise), the extension will use the API of the JIRA installations of your choosing to see if there are any JIRA Issues that mention each GitHub Issue or PR. It will then insert these issues, along with their current status, right into the GitHub UI alongside the labels.

* No JIRA plugins necessary
* Authentication is done simply by acting as the user you are logged in as on JIRA.
* Minimal permissions required, only needs access to websites you configure.
* Specify exactly which GitHub repositories you want connected to which JIRA installations.

This project is open source, and you can find it here: https://github.com/samlanning/github-jira-links                    

Basisinformatie over de Extensie

Naam Links for GitHub & Jira Links for GitHub & Jira
ID mcedjinjmcpfknajacebeokngmnlphik
Officiële URL https://chromewebstore.google.com/detail/links-for-github-jira/mcedjinjmcpfknajacebeokngmnlphik
Beschrijving Chrome extension that adds links to JIRA issues from GitHub issues and PRs
Bestandsgrootte 311 KB
Aantal Installaties 21
Huidige Versie 0.0.4
Laatst Bijgewerkt 2019-06-12
Publicatiedatum 2019-06-11
Ontwikkelaar https://samlanning.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/samlanning/github-jira-links
Help Pagina-URL https://github.com/samlanning/github-jira-links/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Links for GitHub & Jira",
    "description": "Chrome extension that adds links to JIRA issues from GitHub issues and PRs",
    "version": "0.0.4",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Configure Links for GitHub & Jira"
    },
    "options_page": "options.html"
}