Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,391
Community Members
 
Community Events
184
Community Groups

JQL to show me all issues in Epics assigned to me

Hey all I'm trying to build a board where the swimlanes are all of my epics and those swimlanes contain all the tasks in the given epic.

 

Thanks!

2 answers

2 accepted

1 vote
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 03, 2018

@Mitchell Cardwell, there are going to be some limitations here you can't overcome possibly but let's try this...

Board filter: project = CT and "Epic Link" is not EMPTY or (project = CT and issuetype = Epic and assignee = your.userid)

be sure to replace "your.userid"

Now set swimlanes to be based upon Epic.

let's see where that leads us.

Perfect! I'm new at this. Thanks so much.

1 vote
Answer accepted
Arthur Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 03, 2018

Hi Mitchell,

You can use the following JQL:

"Epic Link"  is not EMPTY and assignee = currentUser() 

This should return all issues belonging to epics that are assigned to your user account.

Hope this info helps!

 

Regards,
Arthur Gonçalves | Atlassian Support 

Clarifying I need all the issues in the Epic regardless of who they're assigned to. Thx.

This is what I have so far:

project = CT AND issuetype in (Epic, Spot) AND assignee in (currentUser())

I want to refine that so it shows me only my Epics but then shows me the other issues (Spot) that are assigned to anybody in the Epic.

I tried this...

project = CT AND issuetype = Epic AND assignee in (admin) AND (project = CT AND issuetype = Spot)

 With no return.

And I figured it out...

 

project = CT AND issuetype = Epic AND assignee in (admin) OR (project = CT AND issuetype = Spot)
Gary Walker
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 11, 2023 • edited

I'm trying to obtain the same results

- Return all issues linked to epics that are assigned to a particular user (the issues could be assigned to any user - only the epic is assigned to the specified user) - I don't understand the suggestion above, or how to adapt this for what I want to achieve

e.g.

issuetype = Spot

assignee in (admin)

I want to obtain the same result as the below query for components, but adapted for Epic assignee rather than Component Owner

component in componentsLeadByUser(username)

I'd appreciate any assistance as really struggling with this. I work for a large company that does not allow use of plugins / extensions.

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events