简体   繁体   English

Jira-Greenhopper看板-自定义完成动作(移至新板-更改状态)

[英]Jira - Greenhopper KanBan - custom done action (move to new board - change status)

We use jira with the Greenhopper plugin. 我们将jira与Greenhopper插件一起使用。

I am trying to find a way to chain workflows. 我正在尝试找到一种链接工作流的方法。

So lets say that we have a development workflow that goes 所以可以说我们有一个开发流程

backlog -> queued -> development -> testing -> signoff -> done

Simple enough, but I want to create a planning workflow that could lead into this, for example it might be: 足够简单,但是我想创建一个可能导致这种情况的计划工作流,例如,可能是:

Feature request -> Priority -> Specification -> Signoff -> Done

Simple enough in its own right, but I want an item that is dropped in done (or released from done) to jump into the backlog column of the development workflow. 就其本身而言,它足够简单,但我希望将已完成(或已完成)删除的项目跳转到开发工作流程的待办事项列。

So I am looking for a way of controlling the 'done' action, or using a state transition to move a task to a new project/board (and sub tasks if exist) and change the status. 因此,我正在寻找一种控制“完成”操作的方法,或者使用状态转换将任务移至新项目/板(如果存在则还有子任务)并更改状态。

I am aware that I could use one long workflow and different boards and I can hide columns but I would like to be able to chain several possibly non related workflows. 我知道我可以使用一个漫长的工作流程和不同的板,并且可以隐藏列,但是我希望能够链接几个可能不相关的工作流程。

I appreciate any clues. 我感谢任何线索。


EDIT - I am using the hosted Jira. 编辑-我正在使用托管的Jira。

It turns out that you cannot get the result I needed. 事实证明,您无法获得我需要的结果。 You can almost get the effect I want by using one long workflow that uses a unique status for each state. 通过使用一个冗长的工作流,每个状态使用唯一的状态,几乎可以达到我想要的效果。 You can setup boards to group, or not display certain statuses. 您可以将板设置为分组或不显示某些状态。 So by using multiple boards on the same workflow, and some manual moving of issues/ tasks this sort of works as required. 因此,通过在同一工作流程上使用多个面板,并手动移动问题/任务,可以按需进行此类工作。 But the lack of automation is a kick. 但是缺乏自动化是一个障碍。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM