-
Suggestion
-
Resolution: Unresolved
-
None
-
4
-
1
-
I would like to be able to drag and drop issues across swimlanes to re-categorize issues. Parse the JQL used to define a swimline, and update the subject issue to make the it match.
Example use case:
With swimlanes defined as follows:
Swimlane A | priority=High AND assignee=engineering |
---|---|
Swimlane B | priority=Medium AND assignee=support |
Swimlane C | priority=Low AND assignee=sales |
Dragging an issue from Swimlane B and dropping it in Swimlane A should update the issue's priority to High and the assignee to engineering. Likewise, dragging an issue from Swimline A and dropping it in Swimlane C should update the issue's priority to Low and the assignee to sales.
- is duplicated by
-
JSWSERVER-9655 Kanban - Cannot move issue from one sprint to another
- Closed
-
JSWSERVER-12736 Switchable swimlanes for simple conditions.
- Closed
- relates to
-
JSWSERVER-6431 As a Scrum Master I would like ability to assign issues by dragging and dropping between assignee swimlanes
- Gathering Interest
-
JSWSERVER-4735 Quick filters which displays a drop-down for each value for a field
- Future Consideration
With the current solution, how to build a real Kanban board with JIRA ?
I mean, in Kanban you are supposed to distinguish, for each major "states" in your pipeline the "todo", and the "done" state.
JIRA does not provide these "sub-state" out of the box.
As a consequence, you have to manage it by yourself:
How are we suppose to work in Kanban with JIRA ?
I vote.