Projects
Contributors
Add contributors
List team members in config.yaml:
contributors:
- "Alice <alice@example.com>"
- "Bob <bob@example.com>"
- "Carol <carol@example.com>"
Each entry must be in "Name <email>" format. These appear in the web board's assignee picker when assigning issues.
Your identity
Set your default identity for local operations:
user: "Alice <alice@example.com>"
This is used as the author for events when no other identity is available. If not set, xpo falls back to your git config.
Check your identity
xpo whoami
Shows your current identity and, if connected to a remote server, your connection status.
Once your team is configured, see Assign & Delegate for assigning issues to team members and agents.