Get Issue Development Info
jira_get_issue_development_infoGet development information like pull requests, branches, and commits linked to a Jira issue from connected source control systems.
Instructions
Get development information (PRs, commits, branches) linked to a Jira issue.
This retrieves the development panel information that shows linked pull requests, branches, and commits from connected source control systems like Bitbucket, GitHub, or GitLab.
Args: ctx: The FastMCP context. issue_key: The Jira issue key. application_type: Optional filter by source control type. data_type: Optional filter by data type (pullrequest, branch, etc.).
Returns: JSON string with development information including: - pullRequests: List of linked pull requests with status, author, reviewers - branches: List of linked branches - commits: List of linked commits - repositories: List of repositories involved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_type | No | (Optional) Filter by data type. Examples: 'pullrequest', 'branch', 'repository' | |
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') | |
| 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 |