jira.js
Guide
GitHub
Preparing search index...
teams
unarchiveTeams
Function unarchiveTeams
unarchiveTeams
(
client
:
Client
,
parameters
:
{
orgId
:
string
;
teamIds
:
string
[]
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
errors
:
{
code
:
string
;
message
:
string
;
teamId
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
successfulTeamIds
:
string
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Parameters
client
:
Client
parameters
:
{
orgId
:
string
;
teamIds
:
string
[]
}
orgId
:
string
The ID of the organisation that owns the teams to unarchive.
teamIds
:
string
[]
Optional
options
:
RequestOptions
Returns
Promise
<
{
errors
:
{
code
:
string
;
message
:
string
;
teamId
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
successfulTeamIds
:
string
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
The ID of the organisation that owns the teams to unarchive.