How to add a related list conditions on a filter on Personal Backlog table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 03:46 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 06:09 AM
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.
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 06:37 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:40 PM
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.