Page MenuHomePhabricator

Use "rest/api/3/myself" to retrieve JIRA profile details, not "rest/auth/1/session"
ClosedPublic

Authored by epriestley on Apr 25 2020, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 7, 3:57 PM
Unknown Object (File)
Wed, Apr 30, 12:00 PM
Unknown Object (File)
Sun, Apr 27, 2:37 AM
Unknown Object (File)
Sat, Apr 26, 4:53 AM
Unknown Object (File)
Fri, Apr 25, 5:24 PM
Unknown Object (File)
Tue, Apr 15, 5:57 PM
Unknown Object (File)
Apr 11 2025, 7:58 AM
Unknown Object (File)
Mar 30 2025, 12:24 PM
Subscribers
None

Details

Summary

Ref T13493. At time of writing, the old API method no longer functions: 1/session does not return an accountId but all calls now require one.

Use the modern 3/myself API instead. The datastructure returned by 2/user (older appraoch) and 3/myself (newer approach) is more or less the same, as far as I can tell.

Test Plan

Linked an account against modern-at-time-of-writing Atlassian-hosted JIRA.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable