Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
admin auth
admin user
jira auth
jira dashboard
jira filter
jira project
jira workitem
rovodev auth
Last updated Oct 3, 2024

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: