feat(jira): add embedded editor image retrieval - #1460
Open
mcp-atlassian-maintainer[bot] wants to merge 4 commits into
Open
feat(jira): add embedded editor image retrieval#1460mcp-atlassian-maintainer[bot] wants to merge 4 commits into
mcp-atlassian-maintainer[bot] wants to merge 4 commits into
Conversation
mcp-atlassian-maintainer
Bot
force-pushed
the
maintainer/pr-1296
branch
from
July 11, 2026 08:48
841c7f8 to
846dc4f
Compare
Reported-by: carlhettig Co-authored-by: chettig <carl.hettig@inform-software.com>
mcp-atlassian-maintainer
Bot
force-pushed
the
maintainer/pr-1296
branch
from
July 11, 2026 09:03
846dc4f to
8b227da
Compare
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.
Summary
Supersedes #1296 while preserving the contributor-authored commits and credit. A maintainer branch was required because the scoped token could not update the contributor fork.
jira_get_issue_embedded_imagesfor images pasted into rendered Jira descriptions and commentsVerification
uv run pytest tests/unit/ -q(3318 passed, 5 skipped)uv run pytest tests/integration/ -q(23 skipped: credential-gated integration suite)uv run pytest tests/e2e/cloud --cloud-e2e -q(89 passed, 15 skipped)uv run pytest tests/e2e --dc-e2e -q(99 passed, 105 skipped)uv run pytest tests/e2e/cloud/test_images_cloud.py --cloud-e2e -q(6 passed)uv run pytest tests/e2e/test_images_dc.py --dc-e2e -q(6 passed)