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,559,701
Community Members
 
Community Events
185
Community Groups

JQL query to find issues belonging to the team where user is a member of the Portfolio Team

I want a module on my system dashboard that will use a jql query. The query should return all stories and subtasks for the active sprint for that user's team that they are assigned to in Portfolio for Jira no matter the status or who on the team it is assigned to. 

 

S/N am I missing the documentation page with the query items like currentUser(), memberOf(), closedSprints() and the other non-field related functions that are available?

1 answer

0 votes
Marianne Miller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 24, 2019

You're definitely on the right track!  You will want the filter results gadget on your dashboard.  You'll have to define the query first.

by "belonging to", do mean assigned to?

If so, try 

assignee in membersOf("Portfolio") 

where portfolio = the name of the group

 

If you're looking for issues that this team entered into the system, try

reporter in membersOf("Portfolio")

Im looking for the stories assigned to the team. They could be assigned to a developer in the team or unassigned. They could be reported by a team member, reported by the scrum master, or reported by an outside user. 

Basically I have three teams sharing a project, each using a board filtered by team name.

 

For the dashboard gadget,  I want to filter by current sprint and team for current user.

Like # people like this

Hi @Malka , 

 

have you found a solution for this? 

I'm also looking for this. I want to create one central dashboard which is then automatically adapted for all the teams. 

Kind regards

Like # people like this
Andrej Freeze _ greenique
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 27, 2021

It's 2021 and we are still searching folks :) Let's hope that we find a solution someday.

Like Chad Roberts likes this

I would be also interested to be able to query for the "team of the current user"

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events