Discussion

Ask a Question
Back to All

Filter (in list view) with reference to parent

Hi,

I would like to make list with all user stories were the Team that is assigned on User Story level is not assigned to the Feature of the User Story.
I tried a DSL filter like this, but I don't find the correct syntax:

?Feature.AssignedTeams.Where(Team.Id is in "The collection of Teams assigned to the User Story") is false.

As we have only one Team assigned on User Story, it could also be something like

?Not Feature.AssignedTeams.Where(Team.Id is "This UserStory.ResponsibleTeam.id") is false.