Documentation
¶
Overview ¶
Package cmd implements the atlassian-cli command-line interface.
The command tree is organised as follows:
atlassian-cli ├── jira │ ├── issue │ │ ├── get – fetch a single issue by key │ │ ├── search – search issues with JQL │ │ ├── create – create a new issue │ │ ├── update – update issue fields │ │ ├── delete – delete an issue │ │ ├── transition – move an issue to a new status │ │ ├── subtasks – list subtasks of an issue │ │ ├── open – open an issue in the browser │ │ └── comment │ │ ├── list – list comments on an issue │ │ └── add – add a comment to an issue │ └── myself – show the authenticated user ├── confluence (alias: conf) │ ├── page │ │ ├── get – fetch a page by ID │ │ ├── create – create a new page │ │ └── update – update an existing page │ ├── label │ │ ├── list – list labels on a page │ │ ├── add – add labels to a page │ │ └── remove – remove a label from a page │ └── restriction │ ├── list – list restrictions on a page │ ├── add – add a read/update restriction │ └── remove – remove a restriction ├── mcp-server – start an MCP server over stdio └── version – print version information
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- confluence.go
- confluence_label.go
- confluence_page.go
- confluence_page_create.go
- confluence_page_get.go
- confluence_page_update.go
- confluence_restriction.go
- helpers.go
- jira.go
- jira_issue.go
- jira_issue_comment.go
- jira_issue_create.go
- jira_issue_delete.go
- jira_issue_get.go
- jira_issue_open.go
- jira_issue_search.go
- jira_issue_subtasks.go
- jira_issue_transition.go
- jira_issue_update.go
- jira_myself.go
- mcp_server.go
- root.go
- version.go
Click to show internal directories.
Click to hide internal directories.