Loading...
Loading...
Use when interacting with Backlog project management service - creating issues, listing pull requests, managing projects, checking notifications, or any Backlog operation via CLI
npx skill4agent add nulab/bee using-beebee auth login| Variable | Purpose | Example |
|---|---|---|
| Default space hostname | |
| Default project key | |
| Default repository name | |
| Command | Subcommands |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Open Backlog pages in browser |
| Make raw API requests |
| Show dashboard |
| Shell completion |
bee --helpbee <command> --help--yes--jsonbee issue list -p PROJECT --json
bee issue list -p PROJECT --json id,summary,status # specific fields@me@me--assigneebee issue list -p PROJECT -a @mebee apibee api users/myself
bee api issues -f 'projectId[]=12345' -f statusId=1 -f statusId=2
bee api issues -X POST -f projectId=12345 -f summary="New issue" -f issueTypeId=1 -f priorityId=3--count--count--offset--min-id--max-idbee browsebee browse PROJECT-123 # open issue
bee browse -p PROJECT --board # open boardbee api-X POST/PUT/PATCH/DELETE| Error | Cause | Fix |
|---|---|---|
| Not authenticated | Run |
| Invalid or expired credentials | Run |
| Too many requests | Wait until the reset time shown in the error |
| Resource not found (wrong ID/key) | Verify the issue key, project key, or ID |
| Insufficient permissions | Check user permissions in Backlog |
--jsonbee issue listbee api--json