具有拖放堆栈排名功能的工作项跟踪工具?
我正在寻找一个工作项跟踪/错误跟踪系统(或 JIRA 插件,或 TFS 插件,或...),它可以轻松地对工作项进行堆叠排名,而无需手动为每个工作分配优先级值物品。
相反,我们的团队希望能够查看打开的工作项目列表,并能够拖放一个或多个工作项目选择,直到顺序与团队的优先级匹配。这比争论优先级数字和处理关系要容易得多(例如“我今天应该处理标记为优先级 = 2 的 5 个错误中的哪一个?”)。
我们的团队正在考虑切换工作项跟踪器(我们现在使用 Gemini)并提供良好的拖拽功能-drop Prioritizer 在我们的需求列表中名列前茅。
我意识到拖放排名并非易事,因为没有团队会对所有工作项进行排名。相反,我们想要获取一个子集(例如,一个冲刺冲刺或迭代的工作项,或分配给一个开发人员的错误)并对它们进行堆栈排名,然后查看不同的子集并对它们进行堆栈排名,等等。我确信我们有时需要混合和匹配不同的堆栈,因此需要关于如何显示先前单独堆栈的堆栈的启发式(最好是可配置的)。
Pivotal Tracker 与我从 UI 角度考虑的拖放式 UI 很接近,但是 Pivotal 的将用户故事与底层工作项分离的模型(加上一些其他问题)与我们想要的工作方式不符。我们不想处理不同的工件(故事与 JIRA/BugZilla 工作项)——相反,我们只需要一个拖放式 UI 来自动填写问题跟踪器中的“优先级”字段,并且我们稍后在排序和过滤时可以使用它。我们不想使用 Pivotal 作为我们唯一的工作项跟踪器,因为它似乎缺乏批量编辑等对于大型项目至关重要的常见功能。
有人知道像我上面描述的那样的工具吗?
I'm looking for a work-item-tracking/bug-tracking system (or JIRA plugin, or TFS plugin, or...) which makes it easy to stack-rank work items without having to manually assign priority values to each work item.
Instead, our team wants to be able to see a list of open work items and be able to drag-n-drop one or a multiple selection of work items until the order matches the team's prioritization. This would be much easier than arguing about priority numbers and dealing with ties (e.g. "which of the 5 bugs marked priority=2 should I work on today?").
Our team is considering switching work-item-trackers (we use Gemini now) and availability of a good drag-n-drop prioritizer is high on our requirements list.
I realize drag-n-drop ranking is non-trivial because no team will stack rank all work items. Instead, we'll want to take a subset (e.g. work items for one sprint sprint or iteration, or bugs assigned to one developer) and stackrank those, then later look at a different subset and stackrank those, etc. And I'm sure we'll sometimes need to mix and match different stacks, so there'd need to be heuristics (ideally configurable) about how to show a stack of items previously stacked separately.
Pivotal Tracker is close to the drag-n-drop UI I'm thinking of from a UI perspective, but Pivotal's model of separating user stories from the underlying work items (plus a few other issues) doesn't match how we want to work. We don't want to have to deal with different artifacts (stories vs. JIRA/BugZilla work items)-- instead we just want a drag-n-drop UI to automatically fill out a "priority" field in the issue tracker, and which we can use later when sorting and filtering. And we wouldn't want to use Pivotal as our only work item tracker, because it seems to lack common features like bulk editing which are critical for large projects.
Anyone know of a tool like what I describe above?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Urban Turtle 是最好的 TFS 附加组件,使排名/优先级成为一项明智的活动。按数字优先是一场灾难,所以不要认为你是孤身一人。
http://urbanturtle.com/
Urban Turtle 每月都会更新,并被很多团队使用,其中包括我的一些团队团队。
Urban turtle is the best TFS add-on, making ranking/prioritizing a sane activity. Priority by number is a disaster so don't think you're alone there.
http://urbanturtle.com/
Urban Turtle is updated every month and used by quite a few teams including a number of my teams.
Eylean Board 拥有您所需的一切正在寻找。他们提供了一个任务板,通过移动任务来确定任务的优先级,优先级任务位于顶部。界面漂亮干净,并且提供其他功能,例如与 TFS 集成、报告等。
Eylean Board has what you are looking for. They offer a task board where the tasks are prioritized by moving them around, the priority tasks being on top. Interface is nice and clean and they offer other features such as integration with TFS, reports, etc.
JIRA 的 greenhopper 插件有这个功能。它对我来说效果很好......尽管我总体上不是 JIRA 的忠实粉丝。
http://www.atlassian.com/software/greenhopper/tour/backlog -management.jsp
在此之前,我只使用过excel。
The greenhopper plugin for JIRA has this feature. It's worked well for me ...though I'm not a big fan of JIRA in general.
http://www.atlassian.com/software/greenhopper/tour/backlog-management.jsp
Previous to this, I just used excel.
我见过的最好(也是最快)的 Web UI 之一是 AgileZen,它支持与此类似的功能。最后我知道它没有与 TFS 内置集成,但它确实有一个 REST API。它基本上是一个基于网络的、可共享的看板。
One of the best (and fastest) web UI's I've seen is on AgileZen, which supports something similar to this. Last I knew it did not have built-in integration with TFS, but it does have a REST API. It's basically a web-based, shareable Kanban board.