link_execution_defects
Link Jira defects to test executions by providing execution IDs and defect issue keys. Supports batch attachment and optional polling for completion.
Instructions
Link Jira defect(s) to execution(s) (asynchronous; returns/polls a token).
executions are execution ids; defects are Jira issue keys (e.g. ABC-41).
Each defect is attached to each execution. With wait=True (default) polls to
completion; with wait=False returns {jobProgressToken}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executions | Yes | ||
| defects | Yes | ||
| wait | No | ||
| timeout | No |