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 Mar 27, 2026

Quick Start

After installing and authenticating, try these commands:

Discover Commands

1
2
twg --help                         # Top-level navigation
twg <surface> --help               # Product-level help
twg <surface> <resource> --help    # Resource-level help

Common Commands

1
2
# See your recent work across all products
twg work query --scope me --since 7d

# Search Jira issues
twg jira issues search --site myco --jql "assignee = currentUser() AND statusCategory != Done"

# Read a Confluence page
twg confluence pages get 12345 --site myco --body-format adf

# Check your Atlas goals
twg goals --scope me

# View your org chart
twg org-tree --name "Jane Doe" --up-only

# Find your top collaborators
twg collaborators --scope me --since 30d

# Get full context around a Jira issue
twg context jira workitem PROJ-123

Use with Agents

1
2
# Install agent skills
twg skills install --global

# Then ask your agent (Rovo Dev, Claude Code, Cursor, etc.):
# "Using twg skill, summarize the work I did this week"
# "Using twg skill, what are my open Jira issues?"
# "Using twg skill, create a Confluence page about our Q2 goals"

Flags Worth Remembering

FlagWhat it does
-s mycoTarget your Atlassian site
-o jsonMachine-readable JSON output
--scope meFilter to your own items
--since 7dTime window (7d, 2w, 1m)
--helpHelp for any command

Rate this page: