Skip to content

CreateIssueOptions

Defined in: providers/types.ts:72

Options for creating an issue

optional assignee: string

Defined in: providers/types.ts:78


optional description: string

Defined in: providers/types.ts:74


optional labels: string[]

Defined in: providers/types.ts:77


optional metadata: Record<string, unknown>

Defined in: providers/types.ts:82

Metadata passed to provider


optional parentId: string

Defined in: providers/types.ts:80

Parent issue ID for hierarchical providers


optional priority: IssuePriority

Defined in: providers/types.ts:76


title: string

Defined in: providers/types.ts:73


optional type: IssueType

Defined in: providers/types.ts:75