bee project edit
Overview
Section titled “Overview”Edit a project
Only specified fields are updated; others remain unchanged.
bee project edit [flags]-p,--project <id>- Project ID or project key (required)
-n,--name <name>- New name of the project
-k,--key <key>- New key of the project
--chart-enabled- Change whether the chart is enabled
--subtasking-enabled- Change whether subtasking is enabled
--project-leader-can-edit-project-leader- Change whether project administrators can manage each other
--text-formatting-rule <rule>- Change text formatting rule
--archived- Change whether the project is archived
--json <fields>- Output as JSON (optionally filter by field names, comma-separated)
-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”Rename a project
bee project edit -p PROJECT_KEY --name "New Name"Archive a project
bee project edit -p PROJECT_KEY --archivedChange formatting rule to markdown
bee project edit -p PROJECT_KEY --text-formatting-rule markdownEnvironment variables
Section titled “Environment variables”BACKLOG_PROJECT- Project ID or project key (required)
BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)
BACKLOG_API_KEY- Authenticate with an API key
BACKLOG_SPACE- Space hostname
BACKLOG_PROJECT- Default project ID or project key