Loading...
Loading...
Automate Jira tasks via Rube MCP (Composio): issues, projects, sprints, boards, comments, users. Always search tools first for current schemas.
npx skill4agent add aaaaqwq/claude-code-skills jira-automationRUBE_MANAGE_CONNECTIONSjiraRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSjiraJIRA_SEARCH_FOR_ISSUES_USING_JQL_POSTJIRA_GET_ISSUEjqlproject = PROJ AND status = "In Progress"maxResultsstartAtfieldsissueIdOrKeycustomfield_10001totalstartAt + maxResultsJIRA_GET_ALL_PROJECTSJIRA_GET_FIELDSJIRA_CREATE_ISSUEJIRA_EDIT_ISSUEJIRA_ASSIGN_ISSUEprojectissuetypesummarydescriptionissueIdOrKeyJIRA_LIST_BOARDSJIRA_LIST_SPRINTSJIRA_MOVE_ISSUE_TO_SPRINTJIRA_CREATE_SPRINTboardIdsprintIdnamestartDateendDateJIRA_LIST_ISSUE_COMMENTSJIRA_ADD_COMMENTissueIdOrKeybodyJIRA_GET_ALL_PROJECTSJIRA_GET_PROJECTJIRA_FIND_USERSJIRA_GET_ALL_USERSJIRA_GET_PROJECT_ROLESJIRA_ADD_USERS_TO_PROJECT_ROLEprojectIdOrKeyqueryroleIdproject = "PROJ"status = "In Progress"assignee = currentUser()created >= -7dlabels = "bug"priority = HighORDER BY created DESCANDORNOTstartAtmaxResultstotalstartAt + maxResults >= totalcustomfield_10001| Task | Tool Slug | Key Params |
|---|---|---|
| Search issues (JQL) | JIRA_SEARCH_FOR_ISSUES_USING_JQL_POST | jql, maxResults |
| Get issue | JIRA_GET_ISSUE | issueIdOrKey |
| Create issue | JIRA_CREATE_ISSUE | project, issuetype, summary |
| Edit issue | JIRA_EDIT_ISSUE | issueIdOrKey, fields |
| Assign issue | JIRA_ASSIGN_ISSUE | issueIdOrKey, accountId |
| Add comment | JIRA_ADD_COMMENT | issueIdOrKey, body |
| List comments | JIRA_LIST_ISSUE_COMMENTS | issueIdOrKey |
| List projects | JIRA_GET_ALL_PROJECTS | (none) |
| Get project | JIRA_GET_PROJECT | projectIdOrKey |
| List boards | JIRA_LIST_BOARDS | (none) |
| List sprints | JIRA_LIST_SPRINTS | boardId |
| Move to sprint | JIRA_MOVE_ISSUE_TO_SPRINT | sprintId, issues |
| Create sprint | JIRA_CREATE_SPRINT | name, boardId |
| Find users | JIRA_FIND_USERS | query |
| Get fields | JIRA_GET_FIELDS | (none) |
| List filters | JIRA_LIST_FILTERS | (none) |
| Project roles | JIRA_GET_PROJECT_ROLES | projectIdOrKey |
| Project versions | JIRA_GET_PROJECT_VERSIONS | projectIdOrKey |