In user profile page, I can view issues on which I worked, even if then are not owned by me. I want to see the same stuff in my dash board. But I don't know how to make a filter match these issues. I can't find a issue field that contains information telling me I worked on this issue.
SOS!
Hi @Xu Nie ,
You cannot list all tickets which you have not owned and just commented. Native jira doesn't have condition like "commented by"
You can make use of "assignee was" condition which will give list of all tickets which are and were assigned to you previously.
Hi Xu,
You can try something like: worklogAuthor = currentUser()
This will give all the issues worked on by the current logged in user. Hope this helps.
-Barnali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
worklogAuthor gives tickets where you have added the time/work log entry.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Xu Nie what do you mean by worked on? Were these issues assigned to you at one point? Did you perform edits on issues that were not yours? Trying to understand your ask here.
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.
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.