catalogue of pending tasks in scrum terminology.
Questions tagged [backlog]
150 questions
5
votes
11 answers
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 completely divested from the planning process. He…

bedwyr
- 5,774
- 4
- 31
- 49
5
votes
4 answers
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 story map instead of a flat backlog?

Tobias Furuholm
- 4,727
- 4
- 30
- 39
4
votes
2 answers
Can one project have multiple backlogs in Azure Devops?
We have tried to find out how to set up multiple (portfolio level) backlogs for a single project in Azure Devops? I know that this is possible in JIRA, but is this possible in Azure? Or is the only possibility to establish separate projects and then…

Ninza
- 41
- 1
- 2
3
votes
1 answer
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 of the user story. These relative estimates are less
…

vulcan raven
- 32,612
- 11
- 57
- 93
3
votes
2 answers
Why is the Recv-Q value in netstat equal to socket backlog + 1?
When I execute netstat -tulnp, the output is as follows:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.11:43043 …

Poison
- 389
- 2
- 14
3
votes
1 answer
No User Stories in backlog navigation levels (Azure Devops)
I can't see where to activate User Stories for my DevOps. I only have Epics and Issues. Where can I change this?

Maarten Vissers
- 499
- 1
- 4
- 11
3
votes
2 answers
Shortcut: Move an item to the top of the backlog
According to the documentation, I should be able to move an item to the top of the backlog via CTRL + Home. I am able to do it manually via drag-and-drop, but the shortcut doesn't seem to work. Do you guys have problems with the shortcuts or am I…

SOK
- 515
- 6
- 21
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
1 answer
Ordering Disabled in TFS Backlog
I am managing an agile project in TFS. When I click on the current sprint on the left hand side of the TFS web app, the stories in the sprint are listed out as normal, but there is now a message stating that:
Ordering backlog items is disabled,…

zeeple
- 5,509
- 12
- 43
- 71
3
votes
2 answers
JQL filter matching backlog including order
I need a JQL filter that matches what's in the backlog, and have the same order as the backlog.
My product owner and I ordered all the backlog, and I need my filter to reflect that.
My current attempt has about five and a half times as many items as…

Robert Achmann
- 1,986
- 3
- 40
- 66
3
votes
2 answers
listen() backlog upper limits
even though a lot was said on the topic, I am still stumped.
I experiment with a monster linux server capable of handling proper load ramps, presumably many thousand connections a second. Now, if i check default listen() queue:
#cat…

wick
- 1,995
- 2
- 20
- 31
2
votes
1 answer
How to remove first commit of a specific branch?
This is what I want to achieve. How can I remove first commit of feature on remote repository?
Thank you in advance.

Yumi
- 23
- 1
- 6
2
votes
1 answer
What is the corresponding value of the system default backlog value at java http server?
https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html
backlog - the socket backlog. If this value is less than or equal to zero, then a system default value is used.
what is corresponding valueof…

elon jeong
- 69
- 1
- 5
2
votes
1 answer
Is there a way to increase the Item Limits for Boards in DevOps?
We're using an inherited Scrum process in MS DevOps Service and recently created a new team that combines two old teams to provide a 'one-stop-shop' experience. However, when we go to look at the Sprint Backlog or Taskboard, we don't see all the…

Aveler
- 25
- 3
2
votes
1 answer
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 by the server). I have used the default constructor…

Nileema
- 58
- 5