VSA: Add end event timestamp to table
Release notes
Several enhancements have been made to the VSA stage table, including the addition of a column for the last workflow event.
Problem
Currently, the VSA table can only be sorted by duration (time). There is no way clear option to sort by the date. users can't understand the sorting logic.
Proposal
- Remove the sorting option from the
title column
. - Add an additional column called
Last event
to the VSA issues / MRs tables. - That new column will
sort=end_event
. - Tables default sorts by
end_event
(same as today). - Both
project
andgroup
VSA need that fix.
Edited by Haim Snir