jira_get_board_issues
Retrieve all issues associated with a specific Jira board using a JQL query. Specify fields to include, expand responses, and set result limits for efficient issue tracking and management.
Instructions
Get all issues linked to a specific board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
board_id | Yes | The id of the board (e.g., '1001') | |
expand | No | Fields to expand in the response (e.g., 'version', 'body.storage') | version |
fields | No | Comma-separated fields to return in the results. Use '*all' for all fields, or specify individual fields like 'summary,status,assignee,priority' | *all |
jql | Yes | JQL query string (Jira Query Language). Examples: - Find Epics: "issuetype = Epic AND project = PROJ" - Find issues in Epic: "parent = PROJ-123" - Find by status: "status = 'In Progress' AND project = PROJ" - Find by assignee: "assignee = currentUser()" - Find recently updated: "updated >= -7d AND project = PROJ" - Find by label: "labels = frontend AND project = PROJ" - Find by priority: "priority = High AND project = PROJ" | |
limit | No | Maximum number of results (1-50) | |
start | No | Start index of issue |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Atlassian
- confluence_attach_content
- confluence_create_page
- confluence_delete_page
- confluence_get_comments
- confluence_get_page
- confluence_get_page_ancestors
- confluence_get_page_children
- confluence_search
- confluence_update_page
- jira_add_comment
- jira_add_worklog
- jira_create_issue
- jira_delete_issue
- jira_download_attachments
- jira_get_agile_boards
- jira_get_board_issues
- jira_get_epic_issues
- jira_get_issue
- jira_get_project_issues
- jira_get_sprint_issues
- jira_get_sprints_from_board
- jira_get_transitions
- jira_get_worklog
- jira_link_to_epic
- jira_search
- jira_transition_issue
- jira_update_issue
Related Tools
- @zereight/confluence-mcp
- @zereight/confluence-mcp
- @CamdenClark/jira-mcp
- @1broseidon/mcp-jira-server
- @sooperset/mcp-atlassian