provider Avatars GET
/rest/api/3/avatar/{type}/system @utdk/jira
/rest/api/3/avatar/{type}/system Get system avatars by type
Returns a list of system avatar details by owner type, where the owner types are issue type, project, user or priority.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** None.
- type path required
- The avatar type.
- enum: issuetype, project, user, priority
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getallsystemavatars()