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
3
votes
2 answers

Need default Rally Kanban application to only display current iteration

I need to modify the default Rally Kanban application to only display a chosen iteration. I put in a query iteration drop-down and then added : //Build query based on iteration dropdown cardboardConfig.query =…
Dax
  • 125
  • 6
3
votes
1 answer

How to remove " Archive Record " from Kanban view in Odoo

I want to remove the " Archive Record " or " Restore Records " from kanban view settings see the screenshort Select any Group By then Settings button then you will see this three options. Fold, Archive Records,Restore Record . Is there any way to…
Shojib Hasan
  • 176
  • 1
  • 7
3
votes
1 answer

Azure DevOps TaskBoard for Kanban (no sprint)

In my Azure DevOps project I have specified some sprints and I can easily see the Taskboard for the sprints I have defined. Now I am no longer creating sprints for my project. I just want to use a Kanban board to monitor the task progress, but the…
Igor Kondrasovas
  • 1,479
  • 4
  • 19
  • 36
3
votes
4 answers

How to hide columns that don't have issues from Kanban board in Jira?

I have about ten statuses and ten columns on the Kanban board in Jira. It makes the text in tickets unreadable. Some of the columns don't have issues in them. Can I show only those columns that currently have issues?
roman_ds
  • 190
  • 1
  • 17
3
votes
3 answers

Show Sub-task's parent Story on JIRA Dashboard using Filter Query

I have a Kanban Software Project in JIRA Cloud. I use Stories with Sub-tasks to separate different things that have to be done. On a dashboard, I use a Filter Results gadget to show Issues. The Sub-tasks are shown in a format as such: ABC-13 /…
Rein
  • 1,347
  • 3
  • 17
  • 26
3
votes
1 answer

Redux state shape for managing multiple React component instances?

Working on a small project using React and Redux in which I'm making what is essentially a Trello clone, or kanban system. But I'm having trouble figuring out how to construct my state for Redux so that things don't get weird. Essentially, a user…
joehdodd
  • 371
  • 5
  • 15
3
votes
1 answer

Customise Jira Kanban backlog view with more status

The new kanban backlog is great, however it is limited to only viewing the statuses of "backlog" and "todo". Is is possible to configure this somehow? We would like to have a single workflow that covers designers and developers. backlog ->…
user1037355
3
votes
0 answers

Vue Draggable - Get access to the element you are dropping on

I'm making a kanban board using Pivotal Tracker's API and building with Vue 2. I originally built this app with jQuery along with jQuery UI but now I'm rebuilding the app with Vue 2 and thought that Vue Draggable seems to be a good option to use for…
3
votes
0 answers

Salesforce : New Event and New Task link is not showing in Opportunity kanban view

Salesforce - Activity option not available on Kanban view in lightning. Where it says No Open Activities, user should be able to have 'New Task/New Event' hyperlink. When in opportunity kanban view, you should be able to hover over the orange…
Tiny
  • 31
  • 4
3
votes
4 answers

Is there a way to automatically change epic state to done when all the linked stories and tasks are complete

I am new to JIRA and Kanban. I was expecting that when I create an epic and link some stories and tasks to it. The status of the epic will automatically change (e.g. to done) when all the stories and tasks linked to it are done. But it seems this is…
Ubaidah
  • 897
  • 1
  • 11
  • 26
3
votes
1 answer

How to set team capacity in Jira

Is there a functionality to predict team capacity for given sprint (excluding leave plans or public holiday) in Jira? Pretty much similar to Visual Studio Online Team Capacity feature. https://www.visualstudio.com/get-started/work-in-sprints-vs
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
3
votes
4 answers

Kanban Board TFS 2013: Show work item ID

I'm trying to change the look of the Kanban Board in TFS 2013 by adding the WorkItem ID to tasks, bugs and PBI's. To be more precise: I would like to add the WI# before the title of each item in the swimminglanes. I'm trying to do this with witadmin…
3
votes
5 answers

Kanbanish visualization and workflow management for multi-project, multi-team department

I'm trying to think of a simple (and agile in nature) way to visualize a large department's work and bottlenecks, with the idea of gradually improving the process once we have the necessary data. The problem is that we have multiple groups of…
user93202
3
votes
1 answer

Rally SDK 2.0 Is there a way to get the Kanban state change date

Trying to retrieve the Kanban state change date for a User Story. So for each Kanban state the day it occurred. Is there an object or attribute that contains that information?
2
votes
2 answers

Rally Kanban - hiding Epic Stories

Is there a way to hide epic stories (i.e. stories with children) from Rally's kanban board app (presumably by customizing the kanban "catalog app" code to be a custom app)? I found the part of the kanban javascript app code where it sets up a query…
1 2
3
17 18