jira-syntax
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseJira Syntax
Jira语法
Jira wiki markup syntax, templates, and validation. For API operations, use the jira-communication skill.
Jira wiki标记语法、模板和验证。如需API操作,请使用jira-communication技能。
Quick Syntax Reference
快速语法参考
| Jira Syntax | Purpose | NOT this (Markdown) |
|---|---|---|
| Heading | |
| Bold | |
| Italic | |
| Inline code | |
| Code block | |
| Link | |
| Issue link | - |
| User mention | |
| Bullet list | |
| Numbered list | |
| Table header | |
See for complete syntax documentation.
references/jira-syntax-quick-reference.md| Jira语法 | 用途 | 请勿使用(Markdown语法) |
|---|---|---|
| 标题 | |
| 加粗 | |
| 斜体 | |
| 行内代码 | |
| 代码块 | |
| 链接 | |
| 问题链接 | - |
| 用户提及 | |
| 无序列表 | |
| 有序列表 | |
| 表头 | |
完整语法文档请查看 。
references/jira-syntax-quick-reference.mdAvailable Templates
可用模板
Bug Report
Bug报告模板
Path:
templates/bug-report-template.mdSections: Environment, Steps to Reproduce, Expected/Actual Behavior, Error Messages, Technical Notes
路径:
templates/bug-report-template.md包含章节:环境信息、复现步骤、预期/实际行为、错误信息、技术说明
Feature Request
功能需求模板
Path:
templates/feature-request-template.mdSections: Overview, User Stories, Acceptance Criteria, Technical Approach, Success Metrics
路径:
templates/feature-request-template.md包含章节:概述、用户故事、验收标准、技术方案、成功指标
Syntax Validation
语法验证
Run before submitting to Jira:
bash
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh path/to/content.txt提交到Jira前请运行以下命令:
bash
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh path/to/content.txtValidation Checklist
验证检查清单
- Headings: (space after period)
h2. Title - Bold: (single asterisk)
*text* - Code blocks:
{code:language}...{code} - Lists: for bullets,
*for numbers# - Links: or
[label|url][PROJ-123] - Tables: and
||Header|||Cell| - Colors:
{color:red}text{color} - Panels:
{panel:title=X}...{panel}
- 标题:(句号后需加空格)
h2. Title - 加粗:(单个星号)
*text* - 代码块:
{code:language}...{code} - 列表:无序列表用,有序列表用
*# - 链接:或
[label|url][PROJ-123] - 表格:表头用,单元格用
||Header|||Cell| - 颜色:
{color:red}text{color} - 面板:
{panel:title=X}...{panel}
Common Mistakes
常见错误
| ❌ Wrong | ✅ Correct |
|---|---|
| |
| |
| |
| |
| |
| |
| ❌ 错误写法 | ✅ 正确写法 |
|---|---|
| |
| |
| |
| |
| |
| |
Integration with jira-communication Skill
与jira-communication技能集成
Workflow:
- Get template from jira-syntax
- Fill content using Jira wiki markup
- Validate with
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh - Submit via jira-communication skill
工作流程:
- 从jira-syntax获取模板
- 使用Jira wiki标记填充内容
- 运行 进行验证
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh - 通过jira-communication技能提交
References
参考资料
- - Complete syntax documentation
references/jira-syntax-quick-reference.md - - GitLab cross-project ref convention (
references/cross-project-refs.md,group/project!N,group/project#N) when linking to GitLab from Jiragroup/project@tag - - Bug report template
templates/bug-report-template.md - - Feature request template
templates/feature-request-template.md - - Automated syntax checker
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh - Official Jira Wiki Markup
- - 完整语法文档
references/jira-syntax-quick-reference.md - - 从Jira链接到GitLab时的跨项目引用规范(
references/cross-project-refs.md,group/project!N,group/project#N)group/project@tag - - Bug报告模板
templates/bug-report-template.md - - 功能需求模板
templates/feature-request-template.md - - 自动化语法检查工具
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh - Official Jira Wiki Markup