jira_get_dev_status
Retrieve pull requests, branches, and commits linked to a Jira issue to track development progress.
Instructions
Get development information (PRs, branches, commits) linked to a Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | The numeric issue ID (not the key). Use jira_get_issue to get the ID. | |
| dataType | No | Filter by data type (e.g., "pullrequest", "branch", "repository") | |
| applicationType | No | Filter by application type (e.g., "GitHub", "Bitbucket", "GitLab") |