zereight/skill · Archived

atlassian-with-mcporter

Read or verify Atlassian Jira and Confluence items through mcporter. Use for bankx.atlassian.net links, Jira issue keys, Confluence pages, Jira ticket validation, JQL/CQL searches, or when another Jira MCP wrapper fails.

First seen May 11, 2026

Installation

$ npx skills add zereight/skill --skill atlassian-with-mcporter

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zereight/skill · top by installs.

npx skills add zereight/skill

Browse all from zereight/skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,839 B
  • docs SUMMARY.md 251 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Atlassian With Mcporter

Use mcporter first for Atlassian work. Do not conclude that an issue/page is missing from a wrapper failure alone.

Workflow

  1. Inspect the server before fallback:

``bash /Users/tao.exe/.nvm/versions/node/v22.22.2/bin/mcporter list atlassian --schema --json ``

  1. If it fails with listen EPERM, rerun outside the sandbox with approval. The Atlassian MCP proxy may need local port binding.
  1. Get accessible resources:

``bash /Users/tao.exe/.nvm/versions/node/v22.22.2/bin/mcporter call atlassian.getAccessibleAtlassianResources ``

  1. For Jira issues, use the Atlassian MCP JQL tool:

``bash /Users/tao.exe/.nvm/versions/node/v22.22.2/bin/mcporter call atlassian.searchJiraIssuesUsingJql \ cloudId=bankx.atlassian.net \ jql='key = ISSUE-123' \ maxResults=10 \ fields='["summary","description","status","issuetype","priority","created","updated","project","assignee","reporter"]' \ responseContentFormat=markdown ``

  1. If search returns an ARI or lightweight result, call atlassian.fetch for details.

Guardrails

  • Do not trust mcp__Confluence_wiki__.executejqlsearch alone; it may use obsolete Jira APIs.
  • Do not say "issue not found" until Atlassian MCP JQL has been tried.
  • If REST fallback is needed, prefer:

https://api.atlassian.com/ex/jira/{cloudId}/rest/api/3/... over only: https://site.atlassian.net/rest/api/3/...

  • Report failure causes separately: obsolete wrapper API, sandbox port failure, auth/permission failure, empty query result.