From which version was user/bulk?accountId= and user/search?query= related queries supported

Nimish Nalan December 27, 2018

From which version were these queries provided by jira:

https://<<host>>/rest/api/2/user/bulk?accountId=557058:e66733f5-626e-4c74-b103-976e1eeb3abb

https://<<host>>/rest/api/2/user/search?query=auto

Also in the user response:

{
    "self": "https://<<host>>/rest/api/3/user?accountId=2227058:e6673aaaaaabb",
    "key": "addon_com.atlassian.jira.chat",
    "accountId": "22722058:e6673aaaaaabb",
    "name": "addon_com.atlassian.jira.chat",
    "emailAddress": "com.atlassian.jira.chat@connect.atlassian.com",
    "avatarUrls": {
        "16x16": "1111true",
        "24x24": "111rect%3Dtrue",
        "32x32": "11ss223Dtrue",
        "48x48": "111rec%3Dtrue"
    },
    "displayName": "Jira App for Chat",
    "active": true,
    "timeZone": "America/Los_Angeles",
    "locale": "en_US"
}

 

from when was "accountId" introduced?

Thanks,

Nimish Nalan

 

1 answer

0 votes
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 31, 2018

Hello Nimish,

Changes to Jira Cloud API were announced in a developer post back in May 24, 2018. You may find that post which covers the changes including accountId at: Major changes to Jira Cloud REST APIs are coming to improve user privacy.

As far as which version, are you asking when accountid and query became available within the REST API? You may find all of the released Jira version with their respective APIs at https://docs.atlassian.com/software/jira/docs/api/REST/. Within there you should be able to see all of the history of all Jira API releases.

Regards,
Stephen Sifers

Suggest an answer

Log in or Sign up to answer