src issue unlink-issue
Remove a link between two issues
Usage
src issue unlink-issue <link-source> <link-target> [flags]
Examples
Remove link between issue 123 and 456
src issue unlink-issue 123 456
Remove without notifications
src issue unlink-issue 123 456 --silent
Flags
| Flag | Description |
|---|---|
--silent |
Remove link without notifications |
Inherited flags
| Flag | Description |
|---|---|
--env string |
Override Sourcecraft environment (use 'src envs' to list available) |
--json string |
Output JSON, optionally filtered (--json or --json=field1,field2) |
--json-compact string |
Output compact JSON, optionally filtered |
-R, --repo string |
Select another repository using OWNER/REPO format |
-V, --verbose |
Enable debug logging output |
Learn more
Use src issue unlink-issue <subcommand> --help for more information about a command.