Forum Discussion
hellomyname490
Feb 09, 2022Copper Contributor
Azure DevOps boards styles - Parent field empty
We аre trying to implement items on a board in Azure DevOps which are colored in case they have no "Parent" associated with them. Currently, we are struggling with the correct value clause here. W...
jameslittlenz
Mar 21, 2023Copper Contributor
I was just trying to get this functionality to work.
I think I have something that does what I want to highlight tickets with `No parent`. My Rule criteria looks like this:
Parent < 0
It seems to work.
I think I have something that does what I want to highlight tickets with `No parent`. My Rule criteria looks like this:
Parent < 0
It seems to work.