Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Report column for count of issues with custom field value

Avatar

Level 1

Hi all,

I am trying to add a column to a task report. It should be an integer, counting the number of issues within the task's project that have a specific value in a custom field. 

Problem is, there is not an equivalent for count(), and even len() is only applicable to text strings, not a collection (issues within a project). I can filter out the names of all the issues that have that status value, but I only need the count of objects, not the other properties of the objects.

 

Any suggestions? Thanks in advance.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 7

I think you can use the below columns to get the count of open issues within the task or Total number of Issue under the task's project.

 

Srinija_N_0-1756397618742.png

 

Please mark my reply as "Correct" if this helped you and to help others. TIA!

Avatar

Level 1

Correct, but I'm not looking to count the issues where the Status != Closed, I'm looking for a count of the issues where a custom field value is a particular value, eg DE:Resolution Status = In Review.