Update a Jira project.
1 2acli jira project update [flags]
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"
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
Rate this page: