Jira issue and workflow operations
集成
jira-reader
试用Read-only Jira lookup commands, including JSON task-directory output.
它能做什么
Read-only Jira lookup commands, including JSON task-directory output.
技能文档
Jira Reader
Use for read-only Jira Cloud lookups with scoped Atlassian API tokens: issue details, JQL searches, project metadata, recent activity, assigned open work, and current-user task directories.
Requirements
- Node.js 18+.
- Scoped Atlassian API token with Jira read scopes.
- Environment:
JIRA_BASE_URL,JIRA_EMAIL,JIRA_ACCESS_TOKEN; optionalJIRA_PROJECTandJIRA_CLOUD_ID. - The helper loads
.env; setJIRA_ENV_FILEfor another file. Existing process values win.
Never print or commit tokens. Keep every operation read-only.
Commands
node scripts/jira-reader.mjs me
node scripts/jira-reader.mjs project
node scripts/jira-reader.mjs issue PROJ-123
node scripts/jira-reader.mjs search --jql 'project = PROJ ORDER BY updated DESC' --max 10
node scripts/jira-reader.mjs recent --max 10
node scripts/jira-reader.mjs my-open --max 20
node scripts/jira-reader.mjs my-tasks-directory --max 100
node scripts/jira-reader.mjs my-tasks-directory --project PROJ --max 50
my-tasks-directory queries all open tasks assigned to currentUser() unless --project is supplied. It emits JSON grouped as directory[projectKey][statusName], with compact issue summaries at the leaves. A truncated flag reports when --max omits results.
Treat open work as statusCategory != Done.
Validation
node scripts/jira-reader.mjs --version
node scripts/jira-reader.mjs me
node scripts/jira-reader.mjs my-tasks-directory --max 10
相关技能
Jira (atlassian.com). Use this skill for ANY Jira request — reading, creating, and updating data. Whenever a task involves Jira, use this skill instead of calling the API directly.
Use when an agent needs to work with Just Easy Tasks (JET) via the jet CLI or API: configure API key/context, find, create, update, complete, comment on, link, reference, or inspect tasks and project metadata.
使用个人访问令牌(PAT)管理自托管 Jira 实例的事务,适合 SSO/SAML 环境。Use when 需要项目管理、任务规划、进度跟踪、团队协作时使用。不适用于实际人员绩效评估。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。
Use for JumpServer V4 preflight, `.env.local` initialization, org selection, and read-only asset, permission, audit, and access queries through the bundled `...
Render compact generic data tables to PNG images with json-render-cli. Use when users ask to visualize arbitrary structured rows/columns (non-ticket-specific...