# 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: []