You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Adds the issue to the currently active sprint for its project
153
+
```
154
+
141
155
### MCP Server Mode
142
156
143
157
The MCP (Model Context Protocol) server allows AI assistants and other tools to interact with JIRA through a standardized JSON-RPC protocol over stdio. This enables seamless integration with AI coding assistants and other automation tools.
@@ -175,6 +189,8 @@ The server exposes the following tools:
175
189
-`create_issue` - Create a new JIRA issue with specified project, issue type (Story/Bug/Task), title, description, and optional assignee
176
190
-`list_issues` - List issues assigned to the current user that are unresolved and updated in the last 14 days
177
191
-`attach_file` - Attach a file to a JIRA issue
192
+
-`assign_issue` - Assign a JIRA issue to a user
193
+
-`add_issue_to_sprint` - Add a JIRA issue to the current active sprint
178
194
179
195
**Example usage from an AI assistant:**
180
196
> "Get the details of issue PROJ-123 and add a comment saying the work is in progress."
0 commit comments