We want to move the issues upwards the column depending on the time spend in that status.
Each status has it's own column.
We use "days in Column" to display the red dots but i cant find the possibility to sort that column by "days in column" or find a documentation to that.
Hi Anton - Welcome to the Atlassian Community!
I assume you are using a Company-managed project - is that correct?
If so, you can probably write a query for the swimlane such as
project = ABC and status changed to "In Progress" after startOfDay(-7)
You would change the status to your status, of course, and what ever amount of days in place of 7 for how many days it should move into this swimlane.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't it is possible that way.
As a workaround, I could imagine that you introduce a custom field (Number type) which calculates the time in the issue's current status.
Then you define swimlanes like:
Do you get the idea?
(Your issues should start in the last swimlane and move upwards as the field value increases. You can configure this approach to your desired granularity by increasing the number of swimlanes.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.