Issue Report Column for Note Text
We are using an issue report for all of our team's completed issues. I want to add a column to the report that will capture if any of the updates (note text) contains the text "This issue was sent for automation" and then have the column populate a green "Automated" text. I am able to accomplish this, but only with using the Last Note column field, but I want it to report on if any notes on the updates tab contain this update. Sometimes comments are made after the request is completed and automated and I don't want that to disrupt the column in the report. Any ideas? Here is the text mode that works IF it only is looking at last note. Any ideas on how I can update it to include if any note has "This issue was sent for automation"? Thank you!
valuefield=lastNote:noteText
querysort=lastNote:noteText
valueformat=HTML
displayname=
linkedname=lastNote
namekey=view.relatedcolumn
namekeyargkey.0=lastNote
namekeyargkey.1=noteText
case.0.comparison.leftmethod=lastNote:noteText
case.0.comparison.lefttext=lastNote:noteText
case.0.comparison.righttext=This issue was sent for automation
case.0.comparison.operator=cicontains
case.0.comparison.operatortype=string
case.0.comparison.icon=false
case.0.comparison.truetext=Automated
styledef.case.0.comparison.leftmethod=lastNote:noteText
styledef.case.0.comparison.lefttext=lastNote:noteText
styledef.case.0.comparison.righttext=This issue was sent for automation
styledef.case.0.comparison.operator=cicontains
styledef.case.0.comparison.operatortype=string
styledef.case.0.comparison.icon=false
styledef.case.0.comparison.truetext=Automated
styledef.case.0.comparison.trueproperty.0.name=textcolor
styledef.case.0.comparison.trueproperty.0.value=03a219
