Questions tagged [backlog]

catalogue of pending tasks in scrum terminology.

Scrum on Wikipedia

150 questions
2
votes
1 answer

How to enable backlog on Jira Kanban project

I created a new kanban project on Jira but no kanban backlog displays. How do I enable this feature on Jira?
Shaun Cromie
  • 339
  • 1
  • 3
  • 16
2
votes
1 answer

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.
skyw00lker
  • 819
  • 9
  • 20
2
votes
1 answer

VSTS: How to show related tests on a work item in backlog board?

I've added a Requirement-based test suites in Test Plans with one test case inside. Obviously, the test case is linked to a Work Item in Backlog. The problem is I when I go to backlog board section (/_backlogs/board/Backlog%20items), I cannot see…
Hans
  • 2,674
  • 4
  • 25
  • 48
2
votes
1 answer

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 Professional. Should i move to Windows Server?
Shimi Bandiel
  • 5,773
  • 3
  • 40
  • 49
2
votes
1 answer

Java SocketServer is not limited by backlog value

I'm using client-server mechanism inside my app to transport internal data. One of server parts should be designed to serve one request at time, no threads, no backlogs. I found weird functionality then using: serverport = new ServerSocket(port, 1,…
LifeOnNet
  • 107
  • 2
  • 13
2
votes
4 answers

Is it possible to display bugs of different projects in same Sprint(Backlog or Kanban)

I have two different projects within same Project Collection. Is it possible to display the bugs of both the projects in same backlog or kanban board.
Developer
  • 119
  • 3
  • 17
2
votes
1 answer

Need assistance with removing "Backlog Iteration for this team" designation in TFS 2012

I have a quick question - I erroneously selected the "Backlog Iteration for this team" designation while setting up a child iteration in TFS 2012 web access (right clicking on the Iterations admin page). I cannot find any way to remove this. I can…
hoolia
  • 21
  • 1
  • 2
2
votes
1 answer

Hierarchical Backlog in Rally

Is there a way to change the Rally backlog to show a list of stories with sub-stories as a hierarchy? Right now our backlog makes more sense to just show epic level stories, but it is littered with very granular stories, so it is hard to prioritize…
2
votes
2 answers

Mac OSX 10.9 listen backlog works not properly

I Have been working on some server-client code recently, which I found a very confusing problem.I have a server listen on port and set backlog = 2, and my client create 5 thread to connect. In man, I've noticed that The backlog parameter defines…
summer
  • 146
  • 1
  • 10
1
vote
0 answers

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 '\Iteration 1' is not in the cube. Try again after you…
Aneesh
  • 21
  • 2
1
vote
1 answer

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 that via New Relic monitoring that I am having…
S.Y.Chan
  • 528
  • 5
  • 12
1
vote
2 answers

Pyspark Dataframe - Counting baklog each last day of the month

I'm trying to looking for a solution to one problem. I've the following df: task open_date close_date t01 05/03/2021 16/03/2021 t02 07/03/2021 13/04/2021 t03 23/03/2021 04/04/2021 I need a new df with the backlog at the end of the…
David
  • 11
  • 2
1
vote
0 answers

How can we add Issues from "Other work item types " to Portfolio backlogs?

How can we move Issues from "Other work item types " to Portfolio backlogs? By this, I mean that if I want to move the "Issues" which is not associated with any backlogs to " Portfolio Backlogs " under Epic or Features can that be done. ( I have…
Tamal
  • 11
  • 2
1
vote
1 answer

Backlog in Google Cloud Pub/Sub

I am new to GCP and while reading the documentation about Auto-tuning by Dataflow service they are talking about backlog and auto-scaling that depends on it. In this particular case what is backlog? If my pipeline is reading from a pub/sub, is it…
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
9 10