Get authenticated user
jira_get_myselfVerifies Jira credentials and returns associated account details: ID, display name, active, type, time zone, locale. Confirms the identity for issue writes and the time zone for worklogs.
Instructions
Verify the configured credentials and return the account they belong to: accountId, displayName, active, accountType, timeZone and locale. The accountId is the identity every write is attributed to — Jira has no usernames — and the timeZone is the offset worklog timestamps are written in. Email is never returned; resolve people with jira_search_users. A 401 here means the credentials are wrong, not the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |