Questions tagged [backlog]

catalogue of pending tasks in scrum terminology.

Scrum on Wikipedia

150 questions
1
vote
1 answer

TFS Iteration Board Not Showing for Team

I have a TFS project setup with multiple teams. One of the team's backlog has disappeared even though it appears that everything is setup correctly. Let me detail it out: I have the iterations setup for the team with the correct ones selected: As…
Matt Ruwe
  • 3,386
  • 6
  • 39
  • 77
1
vote
1 answer

When I uncommit a PBI, how do I define the default product backlog iteration for it in TFS?

We are using TFS 2013. Now and then we need to move a PBI from a sprint backlog to the product backlog. The usual reasons are for an erroneous commitment, or it is an unfinished story which needs to be postponed, not carried forward. Our problem is…
Bob Peterson
  • 636
  • 7
  • 16
1
vote
0 answers

Cassandra: MigrationStage cannot keep up

We have 4 nodes and running tpstats shows big backlog for MigrationStage at all nodes and it's not able to reduce the queue over time. For example: Pool Name Active Pending Completed Blocked All time…
Lucien
  • 11
  • 2
1
vote
0 answers

C - socket programmation: test listen backlog

I'm trying to test the listen backlog limits. I am collecting informations about this for some days, I know the backlog number provide to listen() is just a hint. But now I'm trying to create a server and a client (using TCP) to test the limit of…
selfm
  • 101
  • 1
  • 9
1
vote
1 answer

What are sprints children nodes of backlog iteration in TFS 2012?

I'm not sure if this is appropriate for stack overflow but we have recently upgrade to TFS 2012 and noticed that your iterations (sprints) must be children of the backlog iteration. While the tool is rigid in that approach, I'm trying to understand…
Scott
  • 658
  • 6
  • 16
1
vote
1 answer

Socket Backlog behaviour

In case of a Serversocket have full of request in its backlog and doing a long running job what will be the socket behaviour. When I try this, from windows telnet is ok, it connects. But from unix it gets "connection refused". My application is…
cacert
  • 2,677
  • 10
  • 33
  • 56
1
vote
1 answer

Aborting pending / backlog of AJAX requests using jQuery

I have the following script: $(document).ready(function(){ $('#input').keyup(function(){ sendValue($(this).val()); }); }); function sendValue(str){ $.post("ajax.php",{ sendValue: str }, function(data){ …
Daniel
  • 433
  • 1
  • 3
  • 18
1
vote
2 answers

JIRA: how to "archive" ancient backlog

We have over a thousand old tickets in our Jira, most of which we'll never get to. What are the best ways to hide those from the backlog in a way that we can most easily get them back if we want to? Ideas: give them a label and then complete them…
sprugman
  • 19,351
  • 35
  • 110
  • 163
1
vote
0 answers

Is there a way how to retrieve, using the Logback API, the Logback path location pragmatically?

I have a Java/C++ application, the java part uses Backlog and I need to put the C++ part log files into the same path location as Backlog. Is there a way how to retrieve, using the Logback API, the Logback path location pragmatically (the…
Noomen
  • 11
  • 2
1
vote
1 answer

installing redmine_backlog with chiliproject

I installed chiliproject 3.3.0. After some problems it worked fine... But now i try to add the BackLog Plugin and i am stucking there... I did the installation instruction from here: http://www.redminebacklogs.net/en/installation.html When i call…
1
vote
2 answers

Create Dynamic TFS Query in SharePoint Portal

We have recently moved our project over to TFS 2010 for CM control and issue tracking. For the most part we have been happy with the move. However, we have found that we need a way to allow users (notably our help desk) to write dynamic queries…
lumberjack4
  • 2,772
  • 4
  • 30
  • 50
1
vote
1 answer

Create an excel burndown chart with "unordered dates" and remaining effort

I'm trying to turn my data into a burndown chart to monitor the progress of my project. The contents of my excel sheet are simplified and look like this: ID - descr. - story points (SP) - remaining SP - planned remaining SP - date finished bla1;…
bas
  • 13,550
  • 20
  • 69
  • 146
0
votes
2 answers

Free online application for doing scrum on rails

What is the best free online software to help do agile development and management on my ruby on rails application? What I am looking for is an online form that multiple people can interact with with the ability to do: Planning poker …
GTDev
  • 5,488
  • 9
  • 49
  • 84
0
votes
0 answers

In Azure ADO, the iteration taskboard has a diff order than the iteration backlog

Thanks in advance. In Azure I go to Boards and then Sprints. When I switch between the Taskboard and Backlog tabs I expect the order of the user stories to be the same on both tabs but they are not. This started about 2 months ago and is happening…
HeRo
  • 1
  • 1
0
votes
0 answers

AzureDevOps Board -> Hide content (Board/Backlog/Epic/Feature/User Story/Tasks) from others Teams

In my project I have 10 teams and 1 team have confidential data. How I can hidden this content (board/backlog) from other teams? How I should grant permissions? I tried to change permission here: Project seting -> (Board) Team Configuration -> Areas…