Talent is Atlassian's workforce planning tool for skills, staffing, and team capacity. TWG CLI exposes position lookup, search, and focus area allocation changes.
1 2twg 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
1 2twg talent position propose-focus-area --site <site> # Propose a focus area allocation change
By default, positions include: positionKey, positionPositionTitle, positionManager, positionWorker, team, focusArea. Use --fields to request additional field IDs:
1 2twg talent position query --fields positionKey,positionPositionTitle,team
1 2twg 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: