Hi,
is there a way to move the column in the subtask all the way to the front, before the Subtask's name:
Now I have, for e.g.
SUBTASK_1 col_1 col_2 col_3
And I need something like this:
col_1 SUBTASK_1 col_2 col_3
col_1 SUBTASK_2 col_2 col_3
And with jira.table.cols.subtasks I can only change order of the columns that are IN FRONT of my subtask name.