Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Jira 敏捷中。在工作视图中。当一个问题没有任务时,它会失去它的优先级,并在“其他问题”部分的页面中向下移动。
有没有办法来解决这个问题?
谢谢。
在板的配置中,转到Swimlanes > Base Swimlanes on: Query。
对于查询的 JQL,输入: ORDER BY Priority
这将仅按优先级对问题进行排序,因此没有子任务的高优先级问题将高于具有许多子任务的低优先级问题。