Delete links between work items.
1 2acli jira workitem link delete [flags]
1 2# Delete a link between two work items $ acli jira workitem link delete --id 10001 # Delete multiple links from a JSON file $ acli jira workitem link delete --from-json links.json # Delete multiple links from a CSV file $ acli jira workitem link delete --from-csv links.csv
1 2--from-csv string Read a CSV file for Link IDs to delete --from-json string Read a JSON file for Link IDs to delete -h, --help Show help for command --id string Link IDs to delete --ignore-errors Ignore the errors and continue with the next link --yes Confirm link deletion without prompting
Rate this page: