atlassian-tools is the technical bridge between the project and the Atlassian systems.

What it is

  • a tooling system for Jira- and Confluence-related API calls
  • the combination of the atlassian CLI and the atlassian-http-client
  • a security and operations frame for controlled requests

What it is not

  • not Jira itself
  • not the public docs
  • not the general skill or notes system

Why

  • Jira reads and writes should run repeatably and safely
  • tokens and technical request logic should not live in the caller

Structure

  • atlassian-http-client
  • atlassian CLI
  • jira ext ... operations

Roles

  • the tool owner holds secrets and config
  • callers use only the CLI
  • project workflows use safe short commands or HTTP paths

Interfaces

  • serves the Jira system
  • is used in skills and runbooks
  • provides the technical basis for Jira state sync

Current state and target picture

  • Current state:
    • system overview and API operations are already described publicly
  • Target picture:
    • atlassian-tools is clearly anchored as its own subsystem

Parent systems

Child systems

  • HTTP client
  • CLI
  • ext operations

Sources