Questions tagged [scrumboard]

The board to review the progress of a sprint. Please note that this is exclusively for programming questions; questions related to methodology and project management should be directed to either Software Engineering SE or Project Management SE.

Scrumboard is the place where the scrum team keeps a tab on its progress. It contains multiple columns based on the workflow the team follows (a typical workflow would have 3 columns To do, In Progress, Done). The stories/tasks are pasted/moved across these columns based on the progress the team makes.

The electronic format of such boards also provides with a sprint planning and reporting/burndown facilities.

44 questions
17
votes
9 answers

kanban scrumish tool(s) to get started

After investigating a little bit scrum and kanban, I finally read this answer and decided to start using kanban, picking something from scrum (note that I'm working mostly by myself, and I do have read this question and its answers). Now, my…
Davide
  • 17,098
  • 11
  • 52
  • 68
7
votes
3 answers

how can i view a gitlab issue board that spans multiple projects

background I've been a religious user for github/zenhub for quite a while. We recently moved our repos to gitlab for many reasons, including free pipelines, security, more flexible groups etc. Problem Zenhub is a greasemonkey app that's added to…
abbood
  • 23,101
  • 16
  • 132
  • 246
6
votes
1 answer

Is there a way to show commits on subtasks of stories in a Jira scrum board?

We are migrating from an in-house tool to Jira for managing our scrum board, and we have concerns that I have been unable to resolve by searching the Internet. But you folks are smart, right? ;-) Our current scrum board shows the usual swim lanes…
KlaymenDK
  • 714
  • 9
  • 31
4
votes
1 answer

How to mark a delay of 2 *working days* (or more) in a task?

We're using the following rule to mark work items that delay 2 days or more: Changed Date <= @Today - 2 Work Item Type = Task State = In Progress (Then, color the task in red) The problem is that when a task gets started on Friday,…
Tar
  • 8,529
  • 9
  • 56
  • 127
3
votes
1 answer

How to determine which task is open for work in an Azure DevOps sprint?

Our team is having difficulties identifying tasks in a sprint that are open for work. We use Azure DevOps and assign our stories and tasks to a sprint iteration. Our team workflow is modeled after the DevOps Scrum template. All tasks are child work…
Greg Burghardt
  • 17,900
  • 9
  • 49
  • 92
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
2
votes
1 answer

JQL: Hide `Done` sub-tasks when their parent moved to `Done`

Sometimes tasks have lots of sub-tasks, and it is perfectly OK for them being on the board during work on them. With time sub-tasks will be resolved to Done column. And as soon as parent task is also finished and moved to Done - there is no sense to…
Shurov
  • 400
  • 1
  • 9
  • 20
2
votes
1 answer

Use target version for release planning in JIRA

We have JIRA issues with the following fields: Affects version - version where issue is noticed Target version - version in which we want to fix the issue Fix version - version where issue is really fixed The release planning is based on the fix…
Antiohia
  • 1,142
  • 13
  • 37
2
votes
2 answers

Jira Development - Agile Project configuration under version 7.1.7 of Jira

I´m writing because it´s been really difficult to understand the Jira Development Environment, given that there are many differences between 6.x and 7.x versions and the documentations not always is accurate, as far as I could see as a starter in…
Elder
  • 41
  • 1
  • 5
2
votes
1 answer

Is there a way to display reviewers information of any given issue in the Jira Scrum Board cards?

Currently, developers have to: click on each card within the "In Review" status in the Jira Scrum Board click on the "Reviews" tab click on the review link finally they are able to see who the reviewers are (if any) I would like to be able to see,…
aleafonso
  • 2,244
  • 8
  • 38
  • 58
2
votes
1 answer

JIRA Remaining estimate

JIRA User Story Time Tracking I recently adopted JIRA as a Scrum agile development tool. This is my scenario: Scrum board Estimation Statistic: Original Time Estimate Time Tracking: Remaining Estimate and Time Spent Our Product Owner populates…
2
votes
2 answers

TFS visualstudio.com print or export?

I would like to be able to print the backlog of the current sprint to view the progress. The thing is that the webbased Team foundation service is not very suitable for print. I also did not find an option to export to Microsoft project. I prefer to…
JP Hellemons
  • 5,977
  • 11
  • 63
  • 128
1
vote
1 answer

Tool recommendation for screen-sharing with access to remote desktop for a whole team

as COVID put us in a new situation, where everybody is at home we are still struggling with how to do our SCRUM dailies well. One of the biggest challenges is, that wo do not have a chance to use our JIRA-board as we would do offline. What we…
digital-h
  • 301
  • 3
  • 11
1
vote
1 answer

Unable to configure Jira swimlanes

I'm currently trying to create a Scrum-ban board within Jira, but I got some difficulties. Below is what I am trying to achieve. I have an expedites lane; expedites are the tasks we have to handle asap (Most of the time, they are not stories) The…
ClubberLang
  • 1,624
  • 3
  • 21
  • 45
1
vote
1 answer

Azure DevOps Restricted Board

Is there anyway in Azure Devops to restrict project members to see only their assigned Product Backlog Items in Board (and not for the others)? I mean, by default anyone can see only his/her assigned product backlog items when entered to the Board…
Siyavash Hamdi
  • 2,764
  • 2
  • 21
  • 32
1
2 3