‚We implemented a custom form scorecard. When our requestors submit a request they are required to answer 7 questions that were identified by the management of the requesting teams. Each answer has points associated with them. Once the request is submitted there is a simple algorithm that adds the total score and divides the total by questions answered.
This has helped us greatly as we are an Agile team so when we look at the request backlog they are ranked highest score to lowest score. Depending on availability and our teams capacity we select the highest scored item that we can complete within a sprint (Iteration) and plan our iterations based upon the ranking with some adjustments based upon availability and capacity.
The scorecard has helped us to prioritize. The custom form is a simple calculation to capture the points from each answer and totally them at the end. We also have a calculation to add up or count the questions that have answers which become the denominator for the points to be used for ranking.