Jira Cloud¶
Boards, issues, sprints, backlog, transitions, comments, and deployments against Jira Cloud.
Screenshot
No TUI shot yet. Capture one with the current chrome (Plugin: header) when you next run jira.
KeePass¶
Path: jira/<env>/<instance>
| Field | Meaning |
|---|---|
| URL | https://your-site.atlassian.net (also host) |
| UserName | Atlassian account email (also email) |
| Password | API token from id.atlassian.com → Security → API tokens (also api_token / token) |
omo secrets put jira/development/cloud \
--url https://your-site.atlassian.net \
--username you@example.com \
--password "$JIRA_API_TOKEN"
Warning
Do not commit API tokens. Prefer environment injection at seed / CI time.
Views¶
| Key | View |
|---|---|
| 0 | Mine |
| 1 | Boards |
| 2 | Issues |
| 3 | Sprints |
| 4 | Backlog |
| 5 | Transitions |
| 6 | Comments |
| 7 | Deploys |
| 8 | Filters |
| 9 | Site |
Actions (highlights)¶
| View | Keys |
|---|---|
| Mine / Issues | ++Enter++ detail · ++C++ close · ++O++ reopen · ++A++ assign me · ++U++ unassign · ++M++ comment · ++N++ new issue · ++J++ run JQL |
| Boards | ++Enter++ select |
| Sprints | ++Enter++ select |
| Backlog | ++S++ move to sprint |
| Transitions | ++Enter++ apply |
| Comments | ++N++ add |
| Filters | ++Enter++ run |
Tags¶
jira · atlassian · issues · boards · developer-tools