- Flagstar: program completed, all 35 awards already distributed - USDA Business Builder: TERMINATED July 15, 2025 (RFBC killed by current admin) - Updated funding-research.html with strikethrough + red badges + updated capital stack - Updated meeting agenda funding table (closures + added EASSI) - Added plane-projects/ scaffolds (Compose YAML, used API instead due to CE compat) - Added supply-checklist.csv, trailer-registry.md, README.html, kiowa-meeting-agenda.html
22 lines
880 B
YAML
22 lines
880 B
YAML
# workitem_templates.yaml — project-level workitem templates
|
|
# Each entry is a blueprint for creating work items.
|
|
# Requires FeatureFlag.WORKITEM_TEMPLATES to be enabled on the Plane instance.
|
|
#
|
|
# Fields:
|
|
# id: server UUID (set after first push — do not edit)
|
|
# name: template display name
|
|
# description: optional description shown in the template picker
|
|
# template_data:
|
|
# name: default work item name
|
|
# description_html: HTML description
|
|
# priority: none | low | medium | high | urgent
|
|
# state: state UUID
|
|
# assignees: list of user UUIDs
|
|
# label_ids: list of label UUIDs
|
|
# type_id: work item type UUID
|
|
# module_ids: list of module UUIDs
|
|
# estimate_point: null or string
|
|
# sub_workitems: list of sub-work-item dicts
|
|
|
|
workitem_templates: []
|