Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Apr 3, 2026

Talent

Talent is Atlassian's workforce planning tool for skills, staffing, and team capacity. TWG CLI exposes position lookup, search, and focus area allocation changes.

Positions

1
2
twg talent position --site <site>                        # Your current position
twg talent position query --site <site>                  # Query all positions
twg talent position query --rql <query> --first 10       # Filter by RQL expression
twg talent position get --id <ari>                       # Get a specific position by ARI

Focus area allocations

1
2
twg talent position propose-focus-area --site <site>     # Propose a focus area allocation change

Available fields

By default, positions include: positionKey, positionPositionTitle, positionManager, positionWorker, team, focusArea. Use --fields to request additional field IDs:

1
2
twg talent position query --fields positionKey,positionPositionTitle,team
1
2
twg talent --help
twg talent position --help
twg talent position query --help
twg talent position get --help
twg talent position propose-focus-area --help

Rate this page: