Loading...
Loading...
Compare original and translation side by side
searchJiraIssuesUsingJqlsearchJiraIssuesUsingJqlscripts/jql_builder.pyreferences/jql-patterns.mdproject = "PROJECT_KEY" AND status != Done ORDER BY priority DESC, updated DESCproject = "PROJECT_KEY" AND updated >= -7d ORDER BY priority DESCproject = "PROJECT_KEY" AND (priority IN (Highest, High) OR status = Blocked) AND status != Done ORDER BY priority DESCproject = "PROJECT_KEY" AND status = Done AND resolved >= -7d ORDER BY resolved DESCscripts/jql_builder.pyreferences/jql-patterns.mdproject = "PROJECT_KEY" AND status != Done ORDER BY priority DESC, updated DESCproject = "PROJECT_KEY" AND updated >= -7d ORDER BY priority DESCproject = "PROJECT_KEY" AND (priority IN (Highest, High) OR status = Blocked) AND status != Done ORDER BY priority DESCproject = "PROJECT_KEY" AND status = Done AND resolved >= -7d ORDER BY resolved DESCmaxResults: 100nextPageTokenmaxResults: 100nextPageTokenkeysummarystatuspriorityassigneecreatedupdatedresolveddescriptionkeysummarystatuspriorityassigneecreatedupdatedresolveddescriptionreferences/report-templates.mdreferences/report-templates.mdcreateConfluencePagecreateConfluencePage(
cloudId="[obtained from getConfluenceSpaces or URL]",
spaceId="[numerical space ID]",
title="[Project Name] - Status Report - [Date]",
body="[formatted report in Markdown]",
contentFormat="markdown",
parentId="[optional - parent page ID if nesting under another page]"
)######**text**[PROJ-123](https://yourinstance.atlassian.net/browse/PROJ-123)createConfluencePagecreateConfluencePage(
cloudId="[从getConfluenceSpaces或URL获取]",
spaceId="[数字空间ID]",
title="[项目名称] - 状态报告 - [日期]",
body="[格式化的Markdown报告]",
contentFormat="markdown",
parentId="[可选 - 嵌套页面的父页面ID]"
)######**text**[PROJ-123](https://yourinstance.atlassian.net/browse/PROJ-123)getConfluenceSpacesgetConfluenceSpacesgetConfluencePage(
cloudId="...",
pageId="123456",
contentFormat="markdown"
)updateConfluencePage(
cloudId="...",
pageId="123456",
body="[updated report content]",
contentFormat="markdown",
versionMessage="Updated with latest status - Dec 8, 2025"
)getConfluencePage(
cloudId="...",
pageId="123456",
contentFormat="markdown"
)updateConfluencePage(
cloudId="...",
pageId="123456",
body="[更新后的报告内容]",
contentFormat="markdown",
versionMessage="Updated with latest status - Dec 8, 2025"
)undefinedundefined
**Step 3 - Analyze:**
- 15 issues completed (metrics)
- 3 critical blockers (key insight)
- Major accomplishment: API integration completed (highlight)
**Step 4 - Format:**
Use Executive Summary Format from templates. Create concise report with metrics, highlights, and blockers.
**Step 5 - Publish:**
```python
**步骤3 - 分析:**
- 已完成15个工单(指标)
- 3个严重阻塞问题(关键洞察)
- 主要成果:API集成完成(亮点)
**步骤4 - 格式化:**
使用模板中的高管摘要格式。创建包含指标、亮点和阻塞问题的简洁报告。
**步骤5 - 发布:**
```pythonundefinedundefined