The backlog tag has no wiki summary.
0
votes
1answer
30 views
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?
...
0
votes
1answer
83 views
how to control maximum number of established connections
when using netty to programe,
I occur an question : "control maximum number of established connections"
Is there such a method can implements this featrue?
just like : "serverBootstrap.option( ...
0
votes
0answers
80 views
Does the TFS Web Access task board display only the top 20 work items?
When using TFS 2012 Web Access to run the sprint using MSF Scrum 2.1, I find that it's difficult to use the task board. In Web Access, navigating to WORK | backlog | Product Backlog | board, it seems ...
0
votes
1answer
19 views
Explicit Backlog node, or root node as backlog node?
Is there any reason to prefer an explicit Backlog area or iteration node in TFS, instead of just using the root node? Does this improve the function of any of the reports or anything? Do either of ...
0
votes
1answer
58 views
non-interactive Python command history
I know the python interpreter and ipython have a easy way to browse through the history of commands. That is in interactive Python programming.
My problem/question:
I have a GUI-based Python tool ...
9
votes
1answer
5k views
TFS 2012 Scrum 2 - Best configuration for Areas, Iterations, backlog iteration, sprint iteration
This set of questions tries to elicit a best practice answer on how to setup TFS 2012 Areas and Iterations with Scrum 2.
Context:
We've been using Team System since TFS 2005 and had initially created ...
1
vote
0answers
15 views
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 ...
4
votes
2answers
1k views
TFS2012 sprint planning: Can I modify the “Backlog Query”?
We have upgraded our Team Foundation Server 2010 to Team Foundation Server 2012 and are now using the great TFS2012 web access to handle our product backlog, our sprints and our scrum board. And it ...
0
votes
0answers
16 views
Aligning PBI and task status
Is there a rule(s) that can be applied to align PBI/Bug status with related tasks. For example I would like to enforce a rule that states no task can be "In Progress" if the related PBI status is ...
0
votes
1answer
464 views
Redmine and backlog no such file to load — phusion_passenger/utils (LoadError)
I tried to install redmine with backlog plugin. I followed this tutorial: https://github.com/backlogs/redmine_backlogs/wiki/Installation-of-Backlogs-in-Redmine-2.0
And now I have apache error:
...
1
vote
1answer
196 views
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: ...
1
vote
1answer
847 views
TFS 2012 Backlog prioritisation
I'm new to TFS 2012, and I was wondering if anyone could help, on probably a silly question but:
How is the Backlog Priority determined in TFS out of the box? I can see I can change the priority by ...
1
vote
2answers
98 views
An inquiry about Rally's capability to model different kinds of activities necessary for achieving organization-wide agile
I am an independent consultant, helping companies of different sizes
and in different stages towards organization-wide adoption of agile.
In my experience, while success in agile transformation leans ...
1
vote
2answers
732 views
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 ...
1
vote
1answer
539 views
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 ...
0
votes
0answers
100 views
what's the max limit of backlog?how to push through the limitations?
in the listen function,the 2rd parameter backlog , what's the max limit of backlog? In linux man page,I find that
If the backlog argument is greater than the value in
...
0
votes
1answer
653 views
TCP backlog exhaustion causes incoming connections not to be signaled
I am doing following:
Open a listening TCP socket.
Set BACKLOG to 10
Open 50 connecting sockets (non-blocking connect is used)
poll on the listening socket and accept the connections
Connections ...
3
votes
3answers
321 views
listen() ignoring backlog value
As I understand, backlog determines the size of the connection queue. Any extra requests greater this size at that time will be dropped off(is this statment right??).
Now I have very simple program ...
0
votes
2answers
164 views
What value of backlog should I use?
I read the man 2 listen.
I don't understand what is the backlog value, it says
The backlog argument defines the maximum length to which the queue of pending connections for sockfd may grow
...
1
vote
0answers
262 views
TFS 2010 Iteration backlog - Burndown. Not updating
In my Iteration Backlog generated by TFS 2010, Burn-down chart is not updating with data.It is always showing the below error message.I have "\Iteration 1" in my team project.
The iteration path ...
1
vote
1answer
1k views
Measuring scale for story points in Scrum framework
According to this Scrum article:
Story points are relative values that do not translate directly into a
specific number of hours. Instead, story points help a team quantify
the general size ...
0
votes
1answer
127 views
Prioitizing a Scrum Backlog
Our software company receives literally hundreds of support requests per day and there's a whole team working on our inbox. How can we gain effective metrics that map directly to our Scrum backlogs?
...
0
votes
1answer
820 views
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 ...
1
vote
1answer
153 views
What is the best way to gauge how much request Heroku is rejecting due to Backlog too deep?
I am running Rail 2.3 on bamboo-mri-1.9.2 stack on Heroku. However I am encountering some scaling issue. During peak hours of my traffic, I am seeing some Error H11 (Backlog too deep) and I can see ...
0
votes
2answers
230 views
Steps to take to create the Product Backlog for starting our project with Scrum
A small team (3 or 4) are working on a fairly big project that might take 1 year to complete.
We are basically re-designing an existing software (that had been developer over 5-6 years while being ...
2
votes
1answer
378 views
Check number of connections in the queue of a server socket in Java
I have a Java program that creates a server socket and accepts connections from various clients.
I am interested in finding out the number of connections that are in queue (waiting to be processed ...
1
vote
1answer
987 views
How to install plugins on Redmine hosted on Heroku.com
Just pushed redmine to the heroku platform,
though I can't get the backlog-plugin to work, it works just fine locally.
I have pushed the local database to heroku aswwell.
1
vote
1answer
938 views
.NET Socket Listen backlog
I have a server socket that I have configured to allow one connection at once (by blocking Accept calls with a semaphore), with a backlog queue size of 1. That is, I called .Listen(1).
I then follow ...
2
votes
5answers
245 views
When is it okay to delete a userstory from the backlog
If I am grooming the backlog and I see a user story that is completely valid but is ultra low priority should it be deleted? Is the backlog supposed to be just the user stories that have a chance of ...
6
votes
11answers
383 views
Should developers be allowed to participate in backlog planning processes?
I recently interviewed with a company which has started introducing Scrum for their development cycles. I asked one of the developers how their experience has been, and it sounds like they are ...
9
votes
4answers
8k views
How does serversocket class serve multiple client connections on same port?
When using a Socket class one is establishing a TCP connection to a server on some port, but on the server the ServerSocket is capable of handling multiple client connections for each accept request ...
0
votes
1answer
446 views
Maximum backlog value for Windows port
It seems that there is an upper limit of ~200 for the backlog queue on Windows ports.
Is it true? And if so, can i change the limit?
I'm doing ServerSocket.accept(backlog) on a Windows XP ...
6
votes
6answers
1k views
Scrum backlog sizing is taking forever
I work on a huge project. While we program we end up meeting for endless backlog sizing sessions where all the developers sit down with the team and size user stories.
Scrum doubters are saying that ...
0
votes
3answers
190 views
How can I manage multiple Scrum Backlogs with Agilo?
We have now installed Agilo to manage our Scrum projects, and we have that proble: we can handle just one backlog. How can we have different backlogs?
Thanks for your time!
5
votes
3answers
635 views
Story map or flat backlog?
I struggle on creating good visualization/tracking for my scrum project and are therefore considering several alternatives. One interesting concept is Story Mapping. Do you have any input on using a ...
6
votes
5answers
2k views
System stories for agile architecture
While trying to apply agile principles to our development process, in particular scrum principles and XP-like user stories, we faced a problem about the architecture.
Maybe we are still too much ...
9
votes
3answers
2k views
Scrum: Technical items in a backlog that is managed by a non technical PO?
Should technical items such as "Upgrade sever from v1 to v2" or "Increase startup performance" or "Refactor login module to reduce code complexity" go in to the product backlog and if so how should a ...
5
votes
6answers
4k views
How do you manage your task-list/backlog? Wiki-based tools to suggest? [closed]
I'm looking for a low-key tool to handle a simple ranked task list (aka backlog in the agile lingo).
This will be used by several users, and will most likely change frequently. We already have a bug ...
19
votes
9answers
5k views
How do you manage a large product backlog?
We have a large backlog of things we should do in our software, in a lot of different categories, for example:
New problem areas for our products to solve
New functionality supporting existing ...
