@custouch/jssdk
Preparing search index...
service/ticket
GetAvailableStatus
Function GetAvailableStatus
GetAvailableStatus
(
projectId
:
string
,
ticketNumber
:
string
,
)
:
Promise
<
{
auditorDetails
:
{
id
:
string
;
name
:
string
}
[]
;
auditors
:
AuditorGroup
;
currentRole
:
string
;
staffs
:
{
id
:
string
;
name
:
string
}
[]
;
statuses
:
(
{
id
:
string
;
order
:
string
;
remark
:
string
;
transitions
:
{
to
:
string
}
[]
;
}
&
{
auditorRole
:
string
}
)
[]
;
}
,
>
查询工单可变更状态
Parameters
projectId
:
string
ticketNumber
:
string
Returns
Promise
<
{
auditorDetails
:
{
id
:
string
;
name
:
string
}
[]
;
auditors
:
AuditorGroup
;
currentRole
:
string
;
staffs
:
{
id
:
string
;
name
:
string
}
[]
;
statuses
:
(
{
id
:
string
;
order
:
string
;
remark
:
string
;
transitions
:
{
to
:
string
}
[]
;
}
&
{
auditorRole
:
string
}
)
[]
;
}
,
>
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
查询工单可变更状态