Report coding help - adding only OPEN and HIGH items from change requests and RAID Log to a report
I’m trying to add Open and HIGH items from our change requests and RAID log‚Ķ we have a status that equals Open, and we have a risk rating field we created that can equal high, medium, low.
Here is the code I’ve come up with:
DE=Rating_Mod=in
displayname=RAID items
listdelimiter=<p>
listmethod=nested(issues).lists
projectPortfolioID_Mod=in
status=ARL
status_Mod=in
textmode=true
type=iterate
valuefield=description
valueformat=HTML
I can’t seem to get why it’s returning some closed items? And I can’t seem to have it show only the high items. Any ideas on what I am doing incorrectly here?