bee project activities
Overview
Section titled “Overview”List project activities
Results are ordered by most recent first. Use --activity-type to filter by type.
For activity type IDs, see:
https://developer.nulab.com/docs/backlog/api/2/get-project-recent-updates/#response-description
bee project activities [flags]-p,--project <id>- Project ID or project key (required)
--activity-type <id>- Filter by activity type IDs (repeatable)
-L,--count <n>- Number of results (default: 20)
--order <dir>- Sort order
--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”List recent activities
bee project activities -p PROJECT_KEYShow only issue-related activities
bee project activities -p PROJECT_KEY --activity-type 1 --activity-type 2 --activity-type 3Show last 50 activities
bee project activities -p PROJECT_KEY --count 50Output as JSON
bee project activities -p PROJECT_KEY --jsonEnvironment 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