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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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!
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.
Views
Replies
Total Likes
Hi, how are you doing
have you found a solution to the problem?
waiting for your comments
regards, JC
Views
Replies
Total Likes
Views
Likes
Replies