jira.js
Guide
GitHub
Preparing search index...
server
getAllUserAvatars
Function getAllUserAvatars
getAllUserAvatars
(
client
:
Client
,
parameters
?:
{
username
?:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
custom
?:
{
fileName
?:
string
;
id
?:
string
;
isDeletable
?:
boolean
;
isSelected
?:
boolean
;
isSystemAvatar
?:
boolean
;
owner
?:
string
;
selected
?:
boolean
;
urls
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
[]
;
system
?:
{
fileName
?:
string
;
id
?:
string
;
isDeletable
?:
boolean
;
isSelected
?:
boolean
;
isSystemAvatar
?:
boolean
;
owner
?:
string
;
selected
?:
boolean
;
urls
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Returns all avatars which are visible for the currently logged in user.
Parameters
client
:
Client
Optional
parameters
:
{
username
?:
string
}
Optional
username
?:
string
Username
Optional
options
:
RequestOptions
Returns
Promise
<
{
custom
?:
{
fileName
?:
string
;
id
?:
string
;
isDeletable
?:
boolean
;
isSelected
?:
boolean
;
isSystemAvatar
?:
boolean
;
owner
?:
string
;
selected
?:
boolean
;
urls
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
[]
;
system
?:
{
fileName
?:
string
;
id
?:
string
;
isDeletable
?:
boolean
;
isSelected
?:
boolean
;
isSystemAvatar
?:
boolean
;
owner
?:
string
;
selected
?:
boolean
;
urls
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns all avatars which are visible for the currently logged in user.