Jql to find issues that are logged by perticuar user in my new cloud site.
search for the "creator" field.
Example: creator = admin where admin is the username of my user.
Hope this helps!
Kian
Hi @Anurag
We can get these type of results by using the plugin JQL Search Extensions for Jira
following query will give you the required results.
Jql : ( loggedTimeBy in (
"username"
))
Documentation can find here
Regards,
Sudhakar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.