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
0
votes
1 answer

Referencing a Many2many field in a format string in a Kanban view

In my Kaban views, I have a Many2many field named pages. If i use in the Kanban view template, it works fine and show the Many2many tags. However, if I use:
Hieu
  • 7,138
  • 2
  • 42
  • 34
0
votes
6 answers

Kanban Board Flow and Columns' Relationships

Given the basic flow on a Kanban board: | Backlog | Dev | QA | Deploy | After reading books/articles/presentations it got transformed roughly into Business -> | Backlog | Input | Development | QA | Deployment | Closed…
Ilya Kozhevnikov
  • 10,242
  • 4
  • 40
  • 70
0
votes
1 answer

How to order by a boolean field in Odoo?

I can't understand the behaviour of the Odoo API. It's driving me crazy. As you may know, if you want to order a model by some of its fields, you have to modify the attribute _order of the model. It works fine. Now, suppose you want to order a…
forvas
  • 9,801
  • 7
  • 62
  • 158
0
votes
1 answer

How to call onchange function in kanban view in openerp?

I want to call an on-change function in Kanban view. But I don't know how I can call this? I tried many ways, but still error. But no output. And I have another question in Kanban view: When I drag from one to another, some of the values will…
Remya
  • 1
  • 4
0
votes
2 answers

How can I perform a bulk delete on issues that have the same status in a project in Jira?

I have a project called test_pro with over 300 issues. Nearly 200 of them have a status Ready To Release, and I want to remove all those issues from my project. How can I perform a bulk delete using the status Ready To Release and the project name?…
Kanishka Panamaldeniya
  • 17,302
  • 31
  • 123
  • 193
0
votes
1 answer

Can I remove an unmapped status with issues in Jira?

I have a custom workflow in Jira. I deleted a status with issues, so now it has gone to unmapped status "Statuses containing issues." When I opened the project's workflow, the deleted status was still there because I think it had an issue. I do not…
Kanishka Panamaldeniya
  • 17,302
  • 31
  • 123
  • 193
0
votes
1 answer

TFS Board Configuration Issue

I am trying to configure the TFS board for a new team project and I was able to create the work items, states, fields, etc. However, I am getting this when trying to Configure the TFS features. Here are my questions: Where can I find the…
Frankie C
  • 349
  • 7
  • 21
0
votes
1 answer

Stack rank increasing by itself in TFS (Kanban)

I'm having a weird issue in my TFS user stories (Kanban). The stack rank are apparently increasing automatically, as if the user is doing it (see screenshot). Why does it happen and how can I disable this behavior?
Doug
  • 6,322
  • 3
  • 29
  • 48
0
votes
1 answer

Two activities in progress in Kanban

I have a question regarding workflow in Kanban. Can I have two activities in my name in the "in progress" column? For example, I started the activity 'A' but not concluded and will continue at another time, then I get the activity 'B.' Makes sense…
Bruno
  • 438
  • 1
  • 5
  • 13
0
votes
1 answer

how to get value of "active_id" for openerp kanban view

I'm creating a new module where I want to put a button in kanban view of Contact screen. When any user click on that button I need active_id of the selected contact. It is possible to get for tree and form view but I don't know how to do that for…
TPT
  • 1
  • 1
0
votes
2 answers

Adding New Work Item Types in TFS 2012

I am new to TFS 2012 and would like some help in customizing a few things. We currently have the TFS setup with the template " MSF for Agile Software Development". This was setup before I started working with TFS. I have done some research online,…
Michelle B.
  • 1
  • 1
  • 1
0
votes
2 answers

Info about to create a kanban winapp oriented

I would like to create a kanban WinApp. I would like to know which control I would best off using. The main goal is to display kanban elements that are arranged by colored box, day by day. I had thought about using a scheduler control. Is this the…
Gianni Giordano
  • 143
  • 1
  • 2
  • 13
0
votes
3 answers

Which kanban software integrates with TFS?

I am doing research for Kanban tools which has the ability to download Work items from TFS, what i have found so far are Eylean board and UrbanTurtle. If you could post others, I would really appreciate this, but the requirements is a solid…
VidasV
  • 4,335
  • 1
  • 28
  • 50
0
votes
1 answer

How can I access what lanes are configured in an existing JIRA Kanban project?

I scanned and searched through https://docs.atlassian.com/jira/REST/latest/ for how to programmatically access what lanes there are for a Kanban board, but the one possible match I found is for status categories, which may or may not be equivalent…
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113
0
votes
2 answers

OpenERP 7.0 Kanban View - Unable to show group column without data

I've created a kanban view in a module, I set the default_group_by property in kanban with the state field. The state contains: [('new','Waiting Queue'),('in_progress','In Progress'),('done','Finished')] but where's there's no data in specific…
Edxz
  • 823
  • 2
  • 8
  • 22