Questions tagged [kanban]

Kanban is a method for developing software products and processes with an emphasis on just-in-time delivery while not overloading the software developers. **Please note:** This is exclusively for programming questions; methodology questions should be directed to Software Engineering SE, and project management questions should go to Project Management SE.

Kanban is a method for developing software products and processes with an emphasis on just-in-time delivery while not overloading the software developers. In this approach, the process, from definition of a task to its delivery to the customer, is displayed for participants to see and developers pull work from a queue.

258 questions
2
votes
0 answers

How Do I Enable Drag-and-Drop in Tiki Wiki Kanban Boards?

I am trying to set up Kanban boards in Tiki Wiki, and have successfully enabled the plugin via the profile installer. I am currently running Tiki Wiki 24.1vcs with a company intranet profile. However, I am unable to drag-and-drop the Kanban cards in…
2
votes
0 answers

How to set all newly created Github projects board tasks to become issues by default

Every new task I create in the Github projects board must be manually converted to an issue by me. I couldn't find any setting for what seems a most obvious thing, so is there any method of making that happen? The following screenshot is what I want…
laszlo
  • 494
  • 4
  • 18
2
votes
1 answer

Design and its fit in the kanban development methodology

How does design fit into the kanban method. Should there be a dedicated column for design to be placed in, or is the high & low level design of the story done before it even moves from the story queue into the WIP?
dbobrowski
  • 846
  • 2
  • 9
  • 18
2
votes
1 answer

Odoo custom field to kanban grouped stage column

I added a new custom field(many2many) to the model hr.recruitment.stage ,please refer to the below image for reference, And trying to display it in the grouped kanban column view of hr.applicant, please refer to the below image for reference Here…
Ajay Kumar
  • 1,595
  • 3
  • 20
  • 36
2
votes
2 answers

GitHub project board not copying with repo; is this possible?

I've set up a public GH project board that I wanted to share with some people, but when they fork it, only the code transfers over and their project tab remains empty. How can I share this so people can use it? I tried setting it up as a template…
Jake H
  • 21
  • 2
2
votes
3 answers

How to display all stages (even empty ones) of a selection field in Kanban view in Odoo 10?

I am trying to display stages for a model defined as a Selection field in Kanban view in Odoo 10. But when I add the stage field in Kanban view, stages with records in it are displayed in kanban view but not all stages. I have a Selection field…
Ibrahim Rahimi
  • 519
  • 8
  • 31
2
votes
0 answers

How to setup TFS 2018 kanban board to show only leaf work items (User Stories)

Is there a way how to display only leaf work items (User Stories and not Features, Epics or higher) in TFS 2018.3.1 Kanban board? It was working fine in TFS 2017.3 and after upgrade it started to show all work items. Our User Stories, Features and…
Adronius
  • 256
  • 2
  • 6
2
votes
1 answer

publish UT results (TRX) to azure devops

I have a project opened in azuer-devops but I'm only using the boards for it's control. The sources are in our local SVN and should not be connected to azure. I would like to have my tests defined in azure and publish my results (trx?) when I run…
javirs
  • 1,049
  • 26
  • 52
2
votes
1 answer

How to enable backlog on Jira Kanban project

I created a new kanban project on Jira but no kanban backlog displays. How do I enable this feature on Jira?
Shaun Cromie
  • 339
  • 1
  • 3
  • 16
2
votes
1 answer

VSTS kanban board to manage multiple projects

I recently inherited the management of a few legacy applications and the associated development team of 3. Currently, the team manages work visa emails. There is no central place to see all work. Some of the projects have their own VSTS sites. I…
shikarishambu
  • 2,219
  • 6
  • 35
  • 57
2
votes
1 answer

When using Visual Studio Team Services, is there a way to archive work items so they are no longer visible on the Kanban board?

Currently our team deletes the items altogether, otherwise they clutter the Kanban board, obscuring the currently relevant work items. Is there an option to archive an item, so it disappears from the Kanban board completely?
Konrad Jamrozik
  • 3,254
  • 5
  • 29
  • 59
2
votes
2 answers

'active_id' for project in kanban view?

I've added a notes section in the project kanban view. The problem is when I click it I get an error NameError: name 'active_id' is not defined I've used this method to create smart buttons in project, contact, and product form views and it works…
lslaz
  • 85
  • 11
2
votes
3 answers

Is it possible to show an One2many field in a kanban view in Odoo?

I would like to know if it's possible to show a One2many field in a kanban view in Odoo (note that I'm not talking about Qweb in templates or reports, only about Qweb in kanban views). I have a model which has a One2many field named…
forvas
  • 9,801
  • 7
  • 62
  • 158
2
votes
8 answers

Using a Kanban board per developer

I have been trying to get our software department to adopt some kind development process methodolgy. We only have 9 developers, and about as many projects. Currently, we can only be described as chaotic. Or perhaps 'crisis driven development' as…
grimus
  • 3,175
  • 2
  • 18
  • 26
2
votes
1 answer

Working with boards in Phabricator

I think this question belongs here (but it is may get voted down). My company is migrating from GitHub to Phabricator. But, not sure how to implement the "boards" feature. I've never worked on a team that used kanban. We have created 8 different…
David S
  • 12,967
  • 12
  • 55
  • 93