YouTrack 4.x - How do you sort the entire task by priority in your voyages on a flexible board?

As the name says, is there a way to sort all tasks in swimlanes by priority?

I thought you could do this through the search box up by adding something like:

order by: priority 

however, it seems he was not doing anything (I used automatic bits to make it seem correct)?

Currently, we have critical errors in the lower and lower cosmetics at the top, and we do not want to manually sort them for developers to pick up.

+7
source share
2 answers

This is not exactly what you are looking for, but can serve a similar purpose:

  • Create a council specifically to address priorities — I call my “Priority Council”.
  • Set swimlane type for attribute
  • Set the "Field for swimming identification" field to "Priority"
  • Check all the values ​​in the "Field Values ​​for Swimlane Identification" field and click "apply"

Voilà - Drag and drop tasks between floating armrests to set their priority, and you have a clear idea of ​​the priorities and current status of various tasks - unfortunately, swimming in normal mode may not be so obvious.

Alternatively, you can set the color card field to the priority field. Not exactly the same as sorting, but still visually obvious.

+3
source

Grofit,

It is not possible to sort tasks by priority inside swimlane. Thus, you can sort only all the bugs. In addition, I would recommend that you use the following query another time if you need to sort by priority:

 sort by: Priority 
+1
source

All Articles