In our add-in, we use a call to /rest/servicedeskapi/info to detect the current version. This recently changed from a normal version string “X.Y.Z” to something like below, where it’s not possible to do any assumptions anymore. Is this correct?
{
"version": "1c6628d7c1d0b27eccfec582ca2d8389712288be",
"platformVersion": "1c6628d7c1d0b27eccfec582ca2d8389712288be",
"buildDate": {
"iso8601": "2018-10-16T02:00:00+0200",
"jira": "2018-10-16T02:00:00.000+0200",
"friendly": "Today 2:00 AM",
"epochMillis": 1539648000000
},
"buildChangeSet": "1c6628d7c1d0b27eccfec582ca2d8389712288be",
"isLicensedForUse": true,
"_links": {
"self": "https://yasoon.atlassian.net/rest/servicedeskapi/info"
}
}
Thanks
Tobias