Hi ,
I want to create one filter with the two filter below:
1. project = ICO AND key =iterobiz-77591 and commitmentstatus= "On Track"
2. "{panel:bgColor=#43EB43}On Track{panel}" - if the value is On Track so the color will be =43EB43
is it possible to merge the two?
Hi @yigal malka - I'm not familiar with what you're trying to accomplish on #2. Are you looking for text containing the panel information on some field? Something like this?
text ~ "{panel:bgColor=#43EB43}On Track{panel}"
If so, you should be able to combine by doing this:
project = ICO AND key =iterobiz-77591 and commitmentstatus= "On Track" AND text ~ "{panel:bgColor=#43EB43}On Track{panel}"
Note - I'm not familiar with querying against markdown so not sure that it will return what you're expecting.
Hi
thanks for your answer ,the second condition say that if the world is on track so the Color will be green,this is not text condition
thanks
yigal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the clarity. Is it your intention then that the panel text is added when the commitment status = "On Track"? If so, you're looking for an automation rule that would work something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.