jira_extract_links
Extracts all Confluence, Git, and other URLs from a Jira issue's description and comments, grouped by category.
Instructions
Find every Confluence, Git, or other URL referenced by a Jira issue.
Scans the issue's description, optionally its comments, and (optionally)
Jira's remote-issue-link entries. Returns links grouped by category:
confluence, git, and other.
Use cases: - "What design docs are linked from PROJ-123?" - "Which repos does this story touch?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |