Most Popular

1500 questions
8
votes
4 answers

Method for scoring backlog items in Jira based on impact to company goals versus level of effort

My development team uses Jira Cloud, and I'm looking for some way within Jira to prioritize the backlog items (mainly "new features" and "stories"). I'd like to do this by manually assigning scores to each backlog item for the following…
Mike Eng
  • 181
  • 1
  • 6
8
votes
5 answers

Can I build a strong career as a project manager without in depth technical knowledge?

I am an average developer. I have good web development fundamentals and a CS major. I know what Object oriented programming is, MVC, server client architecture, APIs etc etc Right now I am in a role where I am managing various digital projects and a…
bobo2000
  • 3,892
  • 1
  • 26
  • 45
8
votes
1 answer

What are "Consumed Story Points" in Trello?

Some Scrum add-ons allow you to enter both estimated story points and consumed story points. What are consumed story points and how do you measure/estimate them?
8
votes
6 answers

QA-Challenged Team - How to Improve?

Both in my Scrum Team and in the IT Department as a whole, we do not have a single hired QA-personnel. In fact, it is mandated by upper management that we cannot hire one (and I do not think this likely to change). Despite this, there still exists a…
Sarov
  • 14,768
  • 5
  • 33
  • 62
8
votes
4 answers

Should developers be talking to users during Story planning / refinement?

When you have a Product Owner who is less technical, can developers be brought into discovery with users and stakeholders? e.g. A new project is underway and the PO is doing discovery, creating epics, user stories etc. However, the developers…
TheLearner
  • 2,529
  • 1
  • 19
  • 34
8
votes
4 answers

Does anyone use a personal Kanban / Scrum board for project management activities (rather than work items)?

I've seen plenty of people using Kanban or Scrum boards to manage the work of a project. However, I also use a personal Kanban board to manage my work at home, so I was curious - does any PM use a Kanban board to manage the work that they,…
Lunivore
  • 7,123
  • 1
  • 22
  • 40
8
votes
5 answers

How can we speed up code reviews without sacrificing thoroughness of the code reviews?

At our workplace, we use Agile Scrum method. However, we don't really follow it religiously. But, we do very thorough code reviews. The problem with code reviews is that it's takes a while to document the problems with the code, and send it back…
user1338998
  • 219
  • 1
  • 6
8
votes
1 answer

Do you consider a defect an actual defect if it occurs in Dev prior to the acceptance of the User Story as Done?

A fully agile centric question. If an exception, error, defect or bug occurs prior to the completion of a user story; do you log it is a bug or do simply consider part of the work required to make a user story done?
Venture2099
  • 4,075
  • 18
  • 38
8
votes
5 answers

How to deal with an impatient stakeholder?

I am the scrum master, proxy product owner here - what is the best way to deal with an impatient stakeholder? At first I was able to tolerate it, but it is becoming stressful. To give a few examples: The team have committed to delivering work based…
bobo2000
  • 3,892
  • 1
  • 26
  • 45
8
votes
2 answers

Changing Processes - is it better to do it gradually or just change?

Based off of my previous question Can Scrum be suited to smaller development teams?, we have now picked out the elements of Scrum that would best fit our team and business, however, my Boss has suggested that we implement the processes…
LiamGu
  • 463
  • 5
  • 6
8
votes
5 answers

Jira story points versus sub task estimation

We are using Jira for agile PM, but are having problems working with both story points and sub task hours estimation. Articles like this and this just don't seem to help. The second article has a graphic image which doesn't seem to match the…
Marcus D
  • 461
  • 7
  • 18
8
votes
5 answers

Client with conservative UAT policy

One particular client has a very traditional, conservative approach to UAT and deployment. When the development team completes the items in the sprint, this is all packaged into a release, which must wind its way through a UAT/Staging environment,…
8
votes
3 answers

What is the term for an anti-user-story?

I need to create some short narratives that capture the "who", "what", and "why not" to show some of our stakeholders why we need a minor policy change. For example, imagine I'm designing a control panel for an evil overlord and I need to convince…
Eponymous
  • 183
  • 5
8
votes
1 answer

Sort "Done" Jira Agile column

We are using Jira Agile and we have a board with columns: Ideas Next Up On Hold In Progress Done Cards can be moved from left to right with the goal of moving the card to done. Right now when I move the card to done it basically places it at the…
JonH
  • 183
  • 5
8
votes
2 answers

In Kanban, What should I do if the card has a bug that need to be fixed in Test column?

Let's say the workflow is something like this: Todo -> Development -> Test -> Release If some feature has done in development and moved to test, when tester found a bug, may be app crashing or similar things, what should I do to that card? Is it the…