Our prioritization system is always in the context of the current iteration of the software and works as follows.
Priority 1 - All work stops except for this item, we release the fix as soon as it is tested.
Priority 2 - The next release will not go out without this item resolved.
Priority 3 - Really desired in this release, but if we run out of time we will push it.
Priority 4 - We really don't expect to get to this in this release, but if you run out of tasks, work on it.
Priority 5 - Don't work on it.
As for the "fix bugs first" admonition. We generally do that, but also apply common sense to it. Not all bugs are created equally. If the system badly formats dates badly when they are past the year 10,000 it is certainly not critical to push back features to get that fix in. If it miscalculates someone's bank balance, well that gets to the top of the list.