Report column for count of issues with custom field value | Community
Skip to main content
August 26, 2025
Question

Report column for count of issues with custom field value

  • August 26, 2025
  • 1 reply
  • 256 views

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.

1 reply

Srinija_N
Level 7
August 28, 2025

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.

 

 

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

BenLi2Author
August 28, 2025

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.