Get Issues Development Info
jira_get_issues_development_infoRetrieve development details (pull requests, commits, branches) for multiple Jira issues at once, with optional filtering by data type or application.
Instructions
Get development information for multiple Jira issues.
Batch retrieves development panel information (PRs, commits, branches) for multiple issues at once.
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', 'githube' (GitHub Enterprise Server), 'GitLab'. If omitted, types are discovered automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |