We are currently using the Atlassian Rovo MCP integration from within VS Code (Codex/Copilot style workflow) to create Jira tickets directly from chat.
One important limitation we are running into is the inability to attach screenshots or images to newly created issues through MCP tools.
For development and support workflows, screenshots are often essential. A typical use case is:
user pastes a screenshot into the VS Code chat
AI creates a Jira issue
screenshot is automatically uploaded as an attachment and referenced in the description/comment
At the moment, it seems MCP only supports text-based issue creation/comments, without attachment upload support.
It would be very valuable if the Atlassian MCP server could support:
attachment uploads
pasted clipboard images
multipart/form-data handling
an addAttachmentToIssue or similar MCP tool
embedding uploaded images into Jira descriptions/comments
This would significantly improve AI-assisted bug reporting and developer workflows.
Is this already on the roadmap?