Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 3, 2024

Delete links between work items.

1
2
acli jira workitem link delete [flags]

Examples

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

Options

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

SEE ALSO

Rate this page: