Hi All,
I have 2 teams in same project. Team A has done an epic & 4 defects are raised. Team B has worked on 2 of those defects.
Now when I'm querying to get list of defects linked to the epic grouping by Team, the 2 issues worked by Team B are not coming.
The 2 issues are displaying under Team B.
Help me to resolve this issue.
Query I used
issueFunction in linkedIssuesOfAll("filter=TotalEpics") AND issuetype = Bug AND status not in (Withdrawn) AND "Responsible Organization" in (TeamA, TeamB) AND labels != duplicate AND "Pre-existing Issue?" = No AND "Date Resolved" >= startOfYear()
Thanks,
Divya
On the two defects that aren't showing, assuming that "Responsible Organization" is a custom field, is that field set to show Team B?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.