-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: None
-
0
-
1
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Administrators could make good use of setting the Preferred Language for users through the REST Api.
Currrently, according to the REST documentation, this is not possible:
/rest/api/2/user
{
"self": "http://www.example.com/jira/rest/api/2/user?username=fred",
"name": "fred",
"emailAddress": "fred@example.com",
"avatarUrls": {
"24x24": "http://www.example.com/jira/secure/useravatar?size=small&ownerId=fred",
"16x16": "http://www.example.com/jira/secure/useravatar?size=xsmall&ownerId=fred",
"32x32": "http://www.example.com/jira/secure/useravatar?size=medium&ownerId=fred",
"48x48": "http://www.example.com/jira/secure/useravatar?size=large&ownerId=fred"
},
"displayName": "Fred F. User",
"active": true,
"timeZone": "Australia/Sydney",
"groups": {
"size": 3,
"items": []
}
}