Returns details for the current user.
Permissions required: Permission to access Jira.
Optional
parameters: Version3Parameters.GetCurrentUserOptional
callback: undefinedReturns the locale for the user.
If the user has no language preference set (which is the default setting) or this resource is accessed anonymous, the browser locale detected by Jira is returned. Jira detects the browser locale using the Accept-Language header in the request. However, if this doesn't match a locale available Jira, the site default locale is returned.
This operation can be accessed anonymously.
Permissions required: None.
Returns the locale for the user.
If the user has no language preference set (which is the default setting) or this resource is accessed anonymous, the browser locale detected by Jira is returned. Jira detects the browser locale using the Accept-Language header in the request. However, if this doesn't match a locale available Jira, the site default locale is returned.
This operation can be accessed anonymously.
Permissions required: None.
Optional
callback: undefinedReturns the value of a preference of the current user.
Note that these keys are deprecated:
These system preferences keys will be deprecated by 15/07/2024. You can still retrieve these keys, but it will not have any impact on Notification behaviour.
Use Update a user profile from the user management REST API to manage timezone and locale instead.
Permissions required: Permission to access Jira.
Returns the value of a preference of the current user.
Note that these keys are deprecated:
These system preferences keys will be deprecated by 15/07/2024. You can still retrieve these keys, but it will not have any impact on Notification behaviour.
Use Update a user profile from the user management REST API to manage timezone and locale instead.
Permissions required: Permission to access Jira.
Optional
callback: undefinedDeletes a preference of the user, which restores the default value of system defined settings.
Note that these keys are deprecated:
Use Update a user profile from the user management REST API to manage timezone and locale instead.
Permissions required: Permission to access Jira.
Deletes a preference of the user, which restores the default value of system defined settings.
Note that these keys are deprecated:
Use Update a user profile from the user management REST API to manage timezone and locale instead.
Permissions required: Permission to access Jira.
Optional
callback: undefinedCreates a preference for the user or updates a preference's value by sending a plain text string. For example,
false
. An arbitrary preference can be created with the value containing up to 255 characters. In addition, the
following keys define system preferences that can be set or created:
html
.true
.false
.Note that these keys are deprecated:
These system preferences keys will be deprecated by 15/07/2024. You can still use these keys to create arbitrary preferences, but it will not have any impact on Notification behaviour.
Use Update a user profile from the user management REST API to manage timezone and locale instead.
Permissions required: Permission to access Jira.
Creates a preference for the user or updates a preference's value by sending a plain text string. For example,
false
. An arbitrary preference can be created with the value containing up to 255 characters. In addition, the
following keys define system preferences that can be set or created:
html
.true
.false
.Note that these keys are deprecated:
These system preferences keys will be deprecated by 15/07/2024. You can still use these keys to create arbitrary preferences, but it will not have any impact on Notification behaviour.
Use Update a user profile from the user management REST API to manage timezone and locale instead.
Permissions required: Permission to access Jira.
Optional
callback: undefined
Returns details for the current user.
Permissions required: Permission to access Jira.