Count Column

I am creating a test board via mondy.com for our testing within the organisation.

I need a column which counts the number of times the status changes.

Like , i have stages called Defect Identified, Retest , Defect Resolved etc. So i need to track how many times the retest status is hit by the tester. And would track the count in another column.

Is there a way to do that ?

Thanks
Merin

Hi @SnehaM - if you create a number column (lets call it Retest Count), you can use a custom automation like the following:

Where Status changes to Retest, increase Retest Count by 1

Hope this helps,
Mark

1 Like

Thanks @mark.anley thanks and its working, hurrayy !

2 Likes