userProperties property

UserPropertiesApi userProperties
latefinal

This resource represents user properties and provides for storing custom data against a user. Use it to get, create, and delete user properties as well as get a list of property keys for a user. This resourse is designed for integrations and apps to store per-user data and settings. This enables data used to customized the user experience to be kept in the Jira Cloud instance's database. User properties are a type of entity property.

This resource does not access the user properties created and maintained in Jira.

Implementation

late final userProperties = UserPropertiesApi(_client);