Filter stories by labels within a report?

Brian Hofmeiste
Kilo Guru

Is this possible?  I created a report to show me all stories.  When I click on the filter I don't see an option for "label".  Is label buried somewhere in the tree and I'm missing it?

 

Thanks!

5 REPLIES 5

Gangadhar Ravi
Giga Sage
Giga Sage

Hi @Brian Hofmeiste ,

 

Can you please let me know what table you are building report on ? are you looking for filter on tags ?

 

GangadharRavi_0-1728608142425.png

 

Please mark my answer correct and helpful if this works for you.

I'm trying to build on rm_story table.  While you are in the visual task board you can see each story is adorned with a "label".  However that label is not stored in the story table.  It looks like labels are stored in a separate table that is specifically used by the visual task board features.  From reports I can't figure out a way to join from the story table back to the label table where that information is stored.

 

And no, these are not tags.  These are labels that are stored on the story within the VTB.

Omkar Mone
Mega Sage

Hello Brian,

 

You can find those labels in "vtb_board_label" table, where you will see the labels tied to the boar. Please see the below ss

 

OmkarMukeshMo_0-1728612178376.png

 

Hope this is what you were looking for.

Thank you! Do you know how I could construct a story report that shows those labels on it? I’m trying to think I can dot walk from the story table over to that VTB label table and show them in the same row on a report.