Add Atlassian Jira MCP integration with precise failure-mode reporting#3
Draft
Add Atlassian Jira MCP integration with precise failure-mode reporting#3
Conversation
Agent-Logs-Url: https://github.com/soloxio/iot-client-simulator/sessions/5300316b-4b8d-4be0-a1d4-729e2a1d784f Co-authored-by: soloxio <44388140+soloxio@users.noreply.github.com>
Agent-Logs-Url: https://github.com/soloxio/iot-client-simulator/sessions/5300316b-4b8d-4be0-a1d4-729e2a1d784f Co-authored-by: soloxio <44388140+soloxio@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Access Jira issue D0-1 details
Add Atlassian Jira MCP integration with precise failure-mode reporting
Mar 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the ability to fetch Jira issue
D0-1via the Atlassian REST API, reporting one of four exact failure labels (MCP not configured / authentication failed / permission denied / issue not found) when access fails.New files
jira_client.py— Jira REST v3 client driven by env vars (JIRA_BASE_URL,JIRA_USER,JIRA_API_TOKEN). RaisesJiraMcpError(FailureType)with a precise category on every failure path.jira_mcp.py— Entry-point script: fetchesD0-1and prints issue key, summary, status, assignee, first 3 acceptance criteria, first 2 linked issues. Exits 1 and printsERROR: <failure-label>on any error..gitignore— Standard Python ignores (__pycache__, bytecode, venvs,.env).Failure-type mapping
MCP not configuredMCP not configuredauthentication failedpermission deniedissue not foundCurrent environment
Atlassian MCP is not configured — running
python jira_mcp.pywithout credentials produces:Once the three env vars are set the script fetches and prints the required fields:
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.