You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Need a query to pull all story and bug type issues that do not have an Epic associated with them.
Tried: Project = XYZ AND Epic link is EMPTY
Hello @Daniel Warren
Is this for issues in a Company Managed project or a Team Managed project?
How exactly does the filter not work? Do you get an error message? Do you not get the results you expect?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Team Managed projects don't use the Epic Link field. That is used only in Company Managed projects.
Team Managed projects use the Parent field to record the parent Epic.
Use this query:
project=TM-Scrum-A and type not in (Epic, subTaskIssueTypes()) and parent is empty
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.