1
List your assigned issues
Command: “List my issues with Stash MCP”When you run this command, the agent connects to the Stash MCP Server and retrieves a list of all issues currently assigned to you.
2
Resolve issues with context
Command: “Solve ST-101 by using the context from Stash MCP”When you select an issue and give this command, the agent queries the Stash MCP Server for the full context:
- Documentation - any wikis or design docs related to the issue
- Similar past issues - including how they were fixed
- Code context - the exact files, functions, and dependencies likely affected
- Identify the root cause of the problem
- Propose or implement a fix
- Reference relevant documents or past discussions
- Push changes or open a pull request (if supported by the agent)