I´m extracting historical information about issues via Rest API. All the assignee (or any user, author, reporter, etc) information is anonymized after the extraction. I´d like to know if Jira provide an API that returns the user data already anonymized, in the response json files.
In Jira Cloud when you fetch issue details (e.g., /rest/api/3/issue/{issueId}) the fields like reporter, assignee, creator, etc. will include real names, account IDs, avatars, and potentially email addresses for users they set their Profile visibility as public.
In Jira Cloud, API responses are affected by profile visibility settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.