Hey!
I am trying to add two columns in my board that will contain the number of days (int) and the time (datetime) since an Item was moved from one group to another.
For example:
A feature request was opened under a group - ‘New requests’ on Feb 1st, 24 then the item was moved to group - ‘Planned’ on Feb 5th, 24, finally the item was moved to ‘Released’ on April 1st, 24.
Then the column of ‘Days to Release’ will be - 60 days (from the creation date to the ‘Release’ date).
And the date column will be the date it was moved to ‘Released’ which is April 1st,24.
Is there a way I can do such a thing?
Thanks!