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
4 answers

Is it possible to display bugs of different projects in same Sprint(Backlog or Kanban)

I have two different projects within same Project Collection. Is it possible to display the bugs of both the projects in same backlog or kanban board.
Developer
  • 119
  • 3
  • 17
2
votes
1 answer

Is Kanban Board available for Visual Studio 2010 and TFS 2010

Some of my user had ask me about Kanban board for TFS 2010. I tried googling, i didn't find any answer. Is kanban board available for tfs 2010? can we integrate it with all the process template? Is it a freeware? where can i download it from?
Rizwana Khan
  • 101
  • 1
  • 1
  • 9
1
vote
3 answers

Filtering epics from Kanban board

I would like to start by saying I have read Rally Kanban - hiding Epic Stories but I'm still having trouble on implementing my filter based on the filter process from the Estimation Board app. Currently I'm trying to add an items filter to my query…
JohnT
  • 25
  • 5
1
vote
2 answers

Rally Kanban board - include only certain tags

Instead of filtering by a tag (and highlighting the stories with that tag), can I edit the code and only show stories with a specific tag on the Kanban board? I found another question with this code (as a sample for another purpose): var query…
1
vote
1 answer

Going from Scrum to Kanban near "release"

I am working as Scrum Master on a large software project. We are currently running Scrum. We have about one month left in the development phase before we are supposed to end our implementation phase. I am strongly considering switching to Kanban…
user523650
1
vote
1 answer

How to Drag and Drop in React-Native?

How to Drag and Drop in React-Native? Actually i am working on a college level prject called "Kan-Ban app". I am asked to build it in react native. I have encountered the problem where i can't find a suitable library for Drag and Drop in react…
1
vote
1 answer

Azure DevOps CSV import issue [default state 'Done', Closed Date field]

currently I'm trying to import approx 1600 tasks from Azure DevOps Kanban board to another one (via browser). I've faced two problems by doing this: It is not possible to import the task with Closed Date field, it says: Value of a readonly field…
vartemyev
  • 21
  • 2
1
vote
0 answers

Is there a way to see all Work Items type on Boards?

I've some custom Work Item types configurated for my Organization's projects. I'd like to see them all into the Boards sections: But it just show "Issues" or "Epics" (not my custom ones), neither "All". Can I see all Work Items on the Kanban…
markzzz
  • 47,390
  • 120
  • 299
  • 507
1
vote
1 answer

How to include the result of the calculated column in another calculation with Iforels

I build a business automation app with Iforels. They allow using of custom formulas in a "function" field. The question is how to use values from the related Units if the value of the related unit is also the result of the calculation. For…
Vishal
  • 6,238
  • 10
  • 82
  • 158
1
vote
1 answer

How to list work items present on Azure Board using API?

I used boards API in order to get work items present on Azure boards(at user story,feature & epic levels) but the boards API is returning the schema of the team board but I need list of work items present on the board. Any suggestions?
1
vote
0 answers

Should technical stories in Jira be stories or tasks?

I am preparing a Kanban board for my team, and under an Epic, you can create three different kinds of issues: Stories, Tasks, and Bugs. I discussed with my team whether a Technical story should be a story under Epic or a task under Epic. Their…
MilkTea027
  • 301
  • 1
  • 5
  • 24
1
vote
2 answers

Why do my issues disappear from Epic Swimlanes in JIRA?

I have issues that show up in my JIRA project's backlog page, but they disappear when my board is using Epic Swimlanes. If the board is configured to use any other swimlane option, these issues appear on the board.
Allison
  • 1,925
  • 1
  • 18
  • 25
1
vote
0 answers

Calling an axios POST request with HTML drag and drop

I'm creating a kanban board - and I have a drag and drop system working. response.js function allowDrop(ev) { ev.preventDefault(); } function drag(ev) { ev.dataTransfer.setData("text", ev.target.id); } const drop = async(ev, el) => { …
Matt
  • 105
  • 7
1
vote
0 answers

No module named web_kanban Odoo V11

I've installed Odoo-11 but it's showing error No module named web_kanban. I've added the Addon path in odoo.conf file. Path is correct but it's still showing the error and odoo is unable to start.
1
vote
0 answers

Outlook Taskboard JavaScript / HTML

there are different taskboards for Outlook and I have been using the taskboard from https://github.com/evrenvarol/outlook-taskboard There is another taskboard from janvanveldhuizen and the percent for the task is shown on this…
marcus151
  • 11
  • 1