41 lines
2.6 KiB
Markdown
41 lines
2.6 KiB
Markdown
---
|
|||
|
|
name: jira-flamingo-board
|
||
|
|
description: What a WSP ticket needs to appear on the STF Flamingo board (411) — membership of the "Flamingo - CommittedWork" saved filter and no released fixVersion; Team/PI/Commitment do not affect it.
|
||
|
|
metadata:
|
||
|
|
node_type: memory
|
||
|
|
type: reference
|
||
|
|
---
|
||
|
|
|
||
|
|
Board **411** (`https://citrix.atlassian.net/jira/people/712020:adee5450-23f2-4ac7-a208-6851f44b214b/boards/411`), STF Flamingo. Verified 2026-09-01 against the board's own configuration.
|
||
|
|
|
||
|
|
**Filter**
|
||
|
|
|
||
|
|
```
|
||
|
|
(filter = "Flamingo - CommittedWork" AND (statusCategory != Done OR resolutiondate >= -30d))
|
||
|
|
OR (labels = stf-flamingo-help)
|
||
|
|
ORDER BY Rank ASC
|
||
|
|
```
|
||
|
|
|
||
|
|
**Sub-filter:** `fixVersion in unreleasedVersions() OR fixVersion is EMPTY`. Timeframe 2 weeks.
|
||
|
|
|
||
|
|
**So a new ticket appears only if both hold:**
|
||
|
|
|
||
|
|
1. It is a member of the saved filter `Flamingo - CommittedWork`, **or** carries the label `stf-flamingo-help` (the escape hatch that pulls in WSHELP customer escalations).
|
||
|
|
2. Its `fixVersion` is empty or points at an **unreleased** version. A released fixVersion hides the ticket outright, even while it is still In Progress.
|
||
|
|
|
||
|
|
Done items drop off 30 days after `resolutiondate`.
|
||
|
|
|
||
|
|
**`Flamingo - CommittedWork` is curated, not computed.** Of its 100 most recently updated members, 52 have no Team, 94 have no PI Commitment, and its components span the whole product. Nothing about Team, PI or PI Commitment will get a ticket into it — check membership with `filter = "Flamingo - CommittedWork" AND key = WSP-xxxxx` and add the ticket to the filter if it is missing.
|
||
|
|
|
||
|
|
**Set these anyway, per Lyra's house rule** — they drive PI planning and reporting, not the board:
|
||
|
|
|
||
|
|
| Field | ID | Value |
|
||
|
|
| ------------- | ------------------- | ----------------------------------------------------------- |
|
||
|
|
| Team | `customfield_10001` | `STF Flamingo` = `8df4e08d-6dd2-4f88-a646-b3f97a089e6c-106` |
|
||
|
|
| PI | `customfield_10322` | current PI, multi-value; `PI 26Q4` = `12824` as of 2026-09 |
|
||
|
|
| PI Commitment | `customfield_10095` | `Committed` = `11527` (`Committed After Plan` = `11528`) |
|
||
|
|
|
||
|
|
`Teams` (`customfield_10065`) is a **different, unused** field — leave it alone. Field names are not resolvable through the MCP tools; get IDs from `getJiraIssueTypeMetaWithFields` on the Epic type with `requiredFieldsOnly: false`.
|
||
|
|
|
||
|
|
**How to apply:** after creating or closing a WSP ticket for Lyra, confirm filter membership and check `fixVersion` before claiming it will show on the board. Related: [[jira-wsp-fields]], [[jira-tooling]].
|