Add feature
add_featureAdd a feature ticket to a project board and receive a new ticket ID (FBF-###) for tracking.
Instructions
Add a feature to a board's featurelist.md. Returns the new ticket (FBF-###).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | External reference id this ticket maps to, e.g. a plan item WI-1.2. Stored as [Ref: …]. | |
| title | Yes | ||
| labels | No | ||
| dueDate | No | YYYY-MM-DD | |
| newFile | No | Original 'new file' flag: build this feature in a new file. Stored as [NewFile: …]. | |
| product | No | ||
| project | Yes | ||
| website | No | A website/URL this ticket relates to. Stored as [Website: …]. | |
| priority | No | Manual priority rank; 1 = highest. Lower sorts first; unset sorts last. | |
| attachments | No | File paths or URLs attached to this ticket. | |
| description | No | ||
| linkedIssue | No | Ticket ID of a related task, e.g. FBB-3 |