How to add a related list conditions on a filter on Personal Backlog table

VIVEK GARG
Tera Contributor

Hi All,

 

We have a filter on personal backlog on story table.

Now we need to add some more filter conditions for it's related list scrum task so backlog show stories only with active scrum task.

Please suggest on how shall we add related list conditions on filter for story table if anyone has come across the same.

 

Thanks,

Vivek

3 REPLIES 3

Riya Verma
Kilo Sage
Kilo Sage

HI @VIVEK GARG ,
I trust you are doing fine.
To begin, navigate to the filter on the Story table that is used for the Personal Backlog. Locate the filter condition section and add the following condition:

^scrum_task.active=true

This condition ensures that only stories with active scrum tasks are displayed in the backlog. The "^" symbol is used to concatenate this condition with the existing conditions in the filter.

Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma

Hi @Riya Verma ,

Thanks for replying.

Probably that's the issue I didn't get how to add that condition ^scrum_task.active = true.

Please help with a screen shot on where and how I should add this condition.

I can add filters for story table fields, but how to add conditions for related list field .

May be I am not able to locate it neither directly in table nor in filter for personal backlog.

Thanks,

Vivek

Hi @Riya Verma , I think as for my env. on Utah, Related list conditions are hidden somehow and that's why I am unable to add this filter condition for related list on personal backlog filter. Unable to edit personal backlog filter via list view also.

This related list conditions are available to select when creating a new report on story table though, please suggest I should I enable this related list condition builder for story table directly without going into reports.