catalogue of pending tasks in scrum terminology.
Questions tagged [backlog]
150 questions
0
votes
0 answers
TFS backlog user stories changing order on their own
I am currently managing our backlog in TFS and our team likes to have the old user stories at the top and the new ones at the bottom so it is easier to identify the one we are currently working on and the next priorities.
The problem is that after I…

LuVu
- 1,053
- 1
- 7
- 23
0
votes
2 answers
POST Request to Azure DevOps Backlogs
Hey I was just wondering can you write code in a React application that sends a POST request to the Azure API but specifically create a backlog? I can see you can perform a GET request but haven't seen anything about POST
I have been on their…

eamohego
- 9
- 4
0
votes
1 answer
Is there a way to automate azure devops backlog organization/sorting?
I am a product owner using azure devops for backlog/story/bug/feature creation and organization. A repetitive task I find myself doing in is organizing the backlog by release version > priority > severity > last prioritized date to gain visibility.…

ACloud_Learner
- 1
- 3
0
votes
0 answers
Azure Backlog Tab Events
How to create the drag and drop event listener for the work item reparent action in a custom extension for the Backlog Tab (same as observers on the work item form)?
Contribution type ms.vss-work-web.work-item-notification does not work on this tab

Siarhei
- 1
- 1
0
votes
0 answers
【Windows-C#】TCP Connect refused
everyone.
I had written one TCP server program in C# as following, after running it and using jmeter to test it with 1000 threads in 1 second(In such condition, I type the backlog size as 10000). there are about 800 connection ready but others fail…

Theodore
- 1
- 1
0
votes
1 answer
python 'listen' creates established socket. why?
I created simple server.py that listen connection, but not accept connection.
import socket
server_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
PORT = 1234
server_socket.bind(("", PORT))
server_socket.listen(5)
while 1:
…

Jiwon
- 1,074
- 1
- 11
- 27
0
votes
1 answer
How to breakdown MVP designs into testable user stories?
I am unfamiliar with the ideas behind creating user stories for Agile projects, as well as acceptance criteria.
I was wondering how I could turn any MVP design, like the Basket MVP, into tested user stories.
What, by my assumption, are…

QA_A
- 69
- 4
0
votes
1 answer
How to set a custom work item to a back log level
I am using inherited agile template where in Epic level backlog, we have hierarchy Epic > Feature > User Story
I am defining a custom work item type "Requirement" which I want to add under Feature and also display in the backlog hierarchy.
I could…

kanmani24
- 31
- 5
0
votes
1 answer
Turn off continuous scrolling in Azure DevOps
Is there any way to turn off continuous scrolling in Azure DevOps?
Scenario
We have a relatively large Product Backlog (>500) items in Azure DevOps. We currently are unable to search (using CTRL F) due to intelligent pagination. Azure DevOps seems…

John
- 106
- 2
- 13
0
votes
1 answer
Jira first set-up
I am to set up Jira in my organization and there arise some questions, for which I could not yet come to a, for me convincing, decision... may you give me your opinion, what the best configuration would be?
(I will be talking here about projects but…

Paul Efford
- 261
- 4
- 12
0
votes
1 answer
How to rebase branch from develop to another new branch create from develop?
I want to create experimental branch from develop and rebase feature branch that has 2 commits to it but something I make mistake and the result is like in this question : How to remove first commit of a specific branch?
Now I can fix by the…

Yumi
- 23
- 1
- 6
0
votes
0 answers
How to run parallel sprints for all types of Projects created in JIRA?
I have created two projects in JIRA - Project 1 (MobileApp) and Project 2 (Wordpress Portal). I want to run two sprints - both Developer Sprint and QA Sprint in parallel.
I did start two sprints in parallel for Project 1 (MobileApp) but not able to…

Charlie
- 33
- 2
- 5
0
votes
1 answer
Is there a way to pickup backlog item data from the Azure DevOps API?
We are using the Azure DevOps API for many features in our web application built with C# (.NET CORE) and JavaScript (React).
We would like to make an API GET to pickup our backlog item data from our Azure DevOps repositories but are unable to find…

Dainank
- 2,142
- 2
- 7
- 14
0
votes
1 answer
syncronizing Backlog Priority between Azure DevOps and Aha
I'm trying to understand how to set up my two tools to work together seamlessly. When I prioritize the backlog as a Product Leader, I want to preserve that order when it moves to Azure DevOps using the Aha API. but this just adds everything to the…

Stacy
- 1
- 1
0
votes
3 answers
Is it possible to have multiple backlogs for a single team in Azure Devops?
Sorry if this isn't the right place for this, but all the devops question I see on stack exchange seem to be in stackoverflow.
I've begun working with Azure DevOps, and something I'm noticing is that managing items becomes more cumbersome as I add…

Vandel212
- 1,074
- 1
- 13
- 28