Structs§
- Delete
User Property Params - struct for passing parameters to the method
delete_user_property
- GetUser
Property Keys Params - struct for passing parameters to the method
get_user_property_keys
- GetUser
Property Params - struct for passing parameters to the method
get_user_property
- SetUser
Property Params - struct for passing parameters to the method
set_user_property
Enums§
- Delete
User Property Error - struct for typed errors of method
delete_user_property
- GetUser
Property Error - struct for typed errors of method
get_user_property
- GetUser
Property Keys Error - struct for typed errors of method
get_user_property_keys
- SetUser
Property Error - struct for typed errors of method
set_user_property
Functions§
- delete_
user_ property - Deletes a property from a user. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to delete a property from any user. * Access to Jira, to delete a property from the calling user’s record.
- get_
user_ property - Returns the value of a user’s property. If no property key is provided Get user property keys is called. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to get a property from any user. * Access to Jira, to get a property from the calling user’s record.
- get_
user_ property_ keys - Returns the keys of all properties for a user. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to access the property keys on any user. * Access to Jira, to access the calling user’s property keys.
- set_
user_ property - Sets the value of a user’s property. Use this resource to store custom data against a user. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to set a property on any user. * Access to Jira, to set a property on the calling user’s record.