Questions tagged [agile-project-management]

Agile project management is an alternative to traditional project management. **IMPORTANT NOTE:** Questions about project management are off-topic. Please ask on Project Management SE instead.

Agile project management is a response to the traditional way of project management focusing on continuous delivery of valuable software, welcome changing requirements, business people and developers working together, self-organizing teams, face-to-face conversations, sustainable development, continuous attention to technical excellence and simplicity.

From Wikipedia:

Agile management or agile project management is an iterative and incremental method of managing the design and build activities for engineering, information technology, and new product or service development projects in a highly flexible and interactive manner, for example agile software development. - from Wikipedia

Some useful tools for project management are:

84 questions
1
vote
1 answer

Slack and github integration: start receiving updates for tasks in a github project for status changes on a single slack channel

We use slack for internal communication in our team and have configured github on slack for getting updates about new commits and issues. Now, we want our workstream to be managed by tasks in github projects and for this need to configure a slack…
1
vote
1 answer

How can I add a widget with data from a split board column?

I would like to have a widget showing me the evolution of how many US are in the Doing and Done split (or sub) columns per week on my azure board. I have tried many ways but cannot seem to find the correct way to display this data. Would you know…
1
vote
1 answer

Continuous delivery for On-Prem installable Product supporting multiple version across different customer installations

How can we have a continuous delivery for an On-Prem installed Product when we need to support multiple versions? More importantly, in such products, the codebase is not in a single repo. The repos can grow/shrink across versions. To elaborate more…
1
vote
1 answer

Modify task dates in TFS 2015 so they show up on burndown chart?

Can the entry and/or completion date of tasks in TFS 2015 be modified once entered? I have completed tasks ON the day of planning (i.e. the same day stories and tasks were entered into TFS), and the effort burnt is not reflected in the burndown…
1
vote
2 answers

Is it possible to associate one product backlog with multiple projects?

I'm building two products. I am trying to build one backlog for a product with two Projects. My first product is a web application and the other is a mobile application. Is it possible to associate those two Project with one team and one Product?…
ms944
  • 71
  • 9
1
vote
1 answer

TFS 2012 - Product backlog missing future iterations & unable to forecast

I have two questions: According to this article if I define some future iterations (i.e. iterations with dates set in the future) then I should see them listed on the left hand side under the heading 'Future'. But I don't see anything: I assume…
1
vote
2 answers

JIRA Agile sprint with tasks from different projects

I'm currently using Jira Agile for managing my projects.Currently, I have 3 projects: A,B and C. Is there any way to create a Sprint with task from different projects. For example, this week should work on bug fixing so it might be expectable to…
Claus
  • 5,662
  • 10
  • 77
  • 118
1
vote
1 answer

TFS - whole project start and end dates with sprints

i am having a TFS 2012 server for managing my project i have several sprints with same length 2weeks Is it possible to set a whole project start and end dates ?how can you see the whole project start and end dates with all the sprints informations…
dtjmsy
  • 2,664
  • 9
  • 42
  • 62
1
vote
1 answer

Sync Rally with another bug tracking solution

I'm looking for a solution to sync (in both directions) between our Rally subscription and another bug tracking system (FIT http://www.fittrackingsolutions.com/ in particularly) At first, I thought that I have to get Rally data via REST APIs and…
HuyNA
  • 598
  • 3
  • 19
1
vote
1 answer

What features should an agile development tool have?

I decided that my final project for university will be a minimalistic agile project management tool. I need to find a set of features to develop. I looked at JIRA, but it has a ton of features. Which should I choose to add to my app? In your…
Robert Audi
  • 8,019
  • 9
  • 45
  • 67
0
votes
1 answer

Functional Software Requirement Specification (FSRS) & Agile development

i am on the way to learn how to lead a group of developers for projects in RoR using agile methodology. I have found some tools online like VersionOne or PivotalTracker, that can help you create iterations, backlog, stories, etc., so you can divide…
0
votes
1 answer

Project/Task tracking tool with notifications

I am looking for a particular project/task tracking tool with : Ability to define hierarchy of task. Like Project -> Task -> Sub-task etc. Ability to assign owner. Status level like NotStarted, Inprogress, Impeded, Complete Notification based i.e.…
Gaurav
  • 1,549
  • 2
  • 15
  • 31
0
votes
1 answer

capturing project/product whiteboard: recommendation webcam + webapp solution

We are doing kanban and have a whiteboard with colored stickers. As sometimes the team is distributed (like home office) we need to have another visual access to that board. We want to do this with stationary webcam everybody can access. Our…
0
votes
1 answer

Is there any way to use Version One API to fetch team room scorecard details?

How can I fetch the details given in the image like total story points, detail estimate, capacity hours, done hours by using version one API. Version one scoreboard I have tried using many assets type like "Story", "Timebox" but can't find the…
Knmh
  • 1
0
votes
1 answer

How to implement Agile Scrum for a testing team that does BAU and project work simultaneously

Recently, I have taken over the role as a test manager for a company. I am looking at avenues to implement agile. The team does BAU tasks and project work in parallel. Basically, the work is shared between the team members. We have internal releases…