Get Issue Development Info
jira_get_issue_development_infoRetrieve development information linked to a Jira issue, including pull requests, commits, and branches from connected source control systems like GitHub, Bitbucket, or GitLab.
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 |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') | |
| application_type | No | (Optional) Filter by application type. Examples: 'stash' (Bitbucket Server), 'bitbucket', 'github', 'gitlab' | |
| data_type | No | (Optional) Filter by data type. Examples: 'pullrequest', 'branch', 'repository' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |