mirror of
https://github.com/azaion/detections.git
synced 2026-04-23 01:36:31 +00:00
Enhance autopilot documentation and workflows: Add assumptions regarding single project per workspace, update notification sound references, and introduce context budget heuristics for managing session limits. Revise various skill documents to reflect changes in task management, including ticketing and testing processes, ensuring clarity and consistency across the system.
This commit is contained in:
@@ -213,27 +213,27 @@ Present using the Choose format for each decision that has meaningful alternativ
|
||||
|
||||
---
|
||||
|
||||
### Step 7: Jira Ticket
|
||||
### Step 7: Work Item Ticket
|
||||
|
||||
**Role**: Project coordinator
|
||||
**Goal**: Create a Jira ticket and link it to the task file.
|
||||
**Goal**: Create a work item ticket and link it to the task file.
|
||||
|
||||
1. Create a Jira ticket for the task:
|
||||
1. Create a ticket via the configured work item tracker (Jira MCP or Azure DevOps MCP — see `autopilot/protocols.md` for detection):
|
||||
- Summary: the task's **Name** field
|
||||
- Description: the task's **Problem** and **Acceptance Criteria** sections
|
||||
- Story points: the task's **Complexity** value
|
||||
- Link to the appropriate epic (ask user if unclear which epic)
|
||||
2. Write the Jira ticket ID and Epic ID back into the task file header:
|
||||
- Update **Task** field: `[JIRA-ID]_[short_name]`
|
||||
- Update **Jira** field: `[JIRA-ID]`
|
||||
2. Write the ticket ID and Epic ID back into the task file header:
|
||||
- Update **Task** field: `[TICKET-ID]_[short_name]`
|
||||
- Update **Jira** field: `[TICKET-ID]`
|
||||
- Update **Epic** field: `[EPIC-ID]`
|
||||
3. Rename the file from `[##]_[short_name].md` to `[JIRA-ID]_[short_name].md`
|
||||
3. Rename the file from `[##]_[short_name].md` to `[TICKET-ID]_[short_name].md`
|
||||
|
||||
If Jira MCP is not authenticated or unavailable:
|
||||
If the work item tracker is not authenticated or unavailable (`tracker: local`):
|
||||
- Keep the numeric prefix
|
||||
- Set **Jira** to `pending`
|
||||
- Set **Epic** to `pending`
|
||||
- The task is still valid and can be implemented; Jira sync happens later
|
||||
- The task is still valid and can be implemented; tracker sync happens later
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user