auth
jira workitem
jira project

acli jira project update

Update a Jira project.

1
2
acli jira project update [flags]

Examples

1
2
# Update project key and name
$ acli jira project update --project-key "TEAM1" --key "TEAM" --name "New Name"

# Generate a JSON file that could be used for project update via --from-json flag
$ acli jira project update --generate-json

# Update project from a JSON file
$ acli jira project update --project-key "TEAM1" --from-json "project.json"

Options

1
2
  -d, --description string   New description of the project
  -j, --from-json string     Read updated project details from a json file
  -g, --generate-json        Generates a JSON file that could be used for project update
  -h, --help                 Show help for command
  -k, --key string           New key of the project
  -l, --lead-email string    New lead account user email
  -n, --name string          New name of the project
  -p, --project-key string   Key of the project to be updated
  -u, --url string           New URL of the project

SEE ALSO

Rate this page: