auth
jira workitem
jira project

acli jira workitem unarchive

Unarchives work item or multiple work items.

1
2
acli jira workitem unarchive [flags]

Examples

1
2
# Unarchive work item with work item keys
$ acli jira workitem unarchive --key "KEY-1,KEY-2"

# Unarchive work item by reading from a file
$ acli jira workitem unarchive --from-file "issues.txt" --yes

Options

1
2
  -f, --from-file string   Read the list of work item IDs to be unarchived from the file. The file may contain work item IDs, work item keys separated by commas, white spaces, or new lines
  -h, --help               Show help for command
      --ignore-errors      Ignore the errors and continue
      --json               Generate a JSON output
  -k, --key string         A list of work item keys to be unarchived
  -y, --yes                Confirm unarchival without prompting

SEE ALSO

Rate this page: