Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/ai-feedback/lib/linear-issue
LinearTicketSource
Type Alias LinearTicketSource
The feedback fields a ticket is built from.
type
LinearTicketSource
=
{
comment
:
string
|
null
;
correction
:
string
|
null
;
entity_name
:
string
|
null
;
flow
:
AiFeedbackFlow
;
id
:
string
;
question
:
string
|
null
;
rating
:
AiFeedbackRating
;
severity
:
AiFeedbackSeverity
|
null
;
status
:
AiFeedbackStatus
;
}
Index
Properties
comment
correction
entity_
name
flow
id
question
rating
severity
status
Properties
comment
comment
:
string
|
null
correction
correction
:
string
|
null
entity_
name
entity_name
:
string
|
null
flow
flow
:
AiFeedbackFlow
id
id
:
string
question
question
:
string
|
null
rating
rating
:
AiFeedbackRating
severity
severity
:
AiFeedbackSeverity
|
null
status
status
:
AiFeedbackStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
correction
entity_
name
flow
id
question
rating
severity
status
Circle V2 API Docs
Loading...
The feedback fields a ticket is built from.