From b671c57f04a69b4f25184166c0912ccee347cf90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:03:34 +0000 Subject: [PATCH] Add external plugin atlassian-twg-cli (#2980) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 29 +++++++++++++++++++++++++++++ plugins/external.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a8ed3639..86212914 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -156,6 +156,35 @@ "description": "Arize AX platform skills for LLM observability, evaluation, and optimization. Includes trace export, instrumentation, datasets, experiments, evaluators, AI provider integrations, annotations, prompt optimization, and deep linking to the Arize UI.", "version": "1.0.0" }, + { + "name": "atlassian-twg-cli", + "description": "Installs and configures Atlassian Teamwork Graph CLI (`twg`) for use with GitHub Copilot. After setup, the CLI provides access to authorized work context across Jira, Confluence, Bitbucket, and connected tools.", + "version": "1.0.10", + "author": { + "name": "Atlassian", + "url": "https://www.atlassian.com" + }, + "repository": "https://github.com/atlassian-labs/twg-plugins", + "homepage": "https://developer.atlassian.com/cloud/twg-cli/", + "license": "Apache-2.0", + "keywords": [ + "atlassian", + "teamwork-graph", + "twg", + "jira", + "confluence", + "bitbucket", + "jsm", + "rovo", + "work-context", + "project-management" + ], + "source": { + "source": "github", + "repo": "atlassian-labs/twg-plugins", + "sha": "49f3a6f9c3fbcd4cd9edb5fd3282bb878322e447" + } + }, { "name": "automate-this", "source": "plugins/automate-this", diff --git a/plugins/external.json b/plugins/external.json index 90fe3425..75c9eeee 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -104,6 +104,35 @@ "sha": "84136d82da104af9792040e91392daff098e6ff9" } }, + { + "name": "atlassian-twg-cli", + "description": "Installs and configures Atlassian Teamwork Graph CLI (`twg`) for use with GitHub Copilot. After setup, the CLI provides access to authorized work context across Jira, Confluence, Bitbucket, and connected tools.", + "version": "1.0.10", + "author": { + "name": "Atlassian", + "url": "https://www.atlassian.com" + }, + "repository": "https://github.com/atlassian-labs/twg-plugins", + "homepage": "https://developer.atlassian.com/cloud/twg-cli/", + "license": "Apache-2.0", + "keywords": [ + "atlassian", + "teamwork-graph", + "twg", + "jira", + "confluence", + "bitbucket", + "jsm", + "rovo", + "work-context", + "project-management" + ], + "source": { + "source": "github", + "repo": "atlassian-labs/twg-plugins", + "sha": "49f3a6f9c3fbcd4cd9edb5fd3282bb878322e447" + } + }, { "name": "azure", "description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.",