I have a filter on my board that lets me see tickets from that board i.e. the board is called the "data team" and all of the tickets that start with DT are inlcuded in the filter. Sometimes a parent ticket is made on another board i.e. the customer experience (CE) board and there are data team subtasks. Because of my filter ("project = DT ORDER BY Rank ASC"), I'm unable to see DT subtasks on my board because their parent tickets don't belong to the filter. Any ideas of how to fix or if this functionality exists?
Thank you!
Something like "project = DT OR (project = CE AND summary ~'DT') ORDER BY Rank ASC" could work?
I have a PO that has his own project. He includes his work in other teams backlog so to do this I edited the board filter to show all the current project issues but also issues on the other board but they must have a specific label. They will only show up on the other teams board once the label is added.
(project = TEAM1 OR project = "Other Project Team Name" AND labels = TEAM1) AND issuetype in (subTaskIssueTypes(), Bug, Epic, Story, Task) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.