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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.