Get Issues Development Info
jira_get_issues_development_infoRetrieve PRs, commits, and branches for multiple Jira issues in one batch. Filter by application type or data type to narrow results.
Instructions
Get development information for multiple Jira issues.
Batch retrieves development panel information (PRs, commits, branches) for multiple issues at once.
Args: ctx: The FastMCP context. issue_keys: List of Jira issue keys. application_type: Optional filter by source control type. data_type: Optional filter by data type.
Returns: JSON string with list of development information for each issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_type | No | (Optional) Filter by data type. Examples: 'pullrequest', 'branch', 'repository' | |
| issue_keys | Yes | Comma-separated list of Jira issue keys (e.g., 'PROJ-123,PROJ-456') | |
| application_type | No | (Optional) Filter by application type (case-sensitive). Examples: 'stash' (Bitbucket Server), 'bitbucket', 'GitHub', 'GitLab' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |