Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
I would like to know how to set up a function so I can quickly find task/epic that I have created e.g. I am the reporter.
Thank you.
Cheers
Thomas
Create a filter with JQL as follows
creator = currentUser() AND issuetype in ("Task", "Epic")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.