I have to find issues reported by a deleted account. Is it possible i'll find them?
Hi Misha,
I'm afraid that's not possible - please see https://jira.atlassian.com/browse/JRACLOUD-72687
Pavel
Hi @Misha Vu , welcome to the Atlassian Community. You cannot use the username of a deleted account in a JQL, but if you have an issue that the account has participated in you can get the account id using the REST API. Then using that account id you can use the below JQL to filter the issues.
reporter = accountId
The below community post might also be helpful. Let me know if you have resolved this.
https://community.atlassian.com/t5/Jira-questions/How-to-find-any-JIRA-data-associated-with-deleted-users/qaq-p/870588
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.