How Do I Sort the PR results by Date

I would like to sort my branch pull requests by date

Details:

  • Repository is in Bitbucket Cloud
  • CI system used is Azure DevOps
  • C#
  • SonarCloud project is private
  • There is no error Error observed
  • Steps to reproduce:
    1. Open Sonar Cloud
    2. Click on Project
    3. Select Admin-> Branches and Pull Requests
      Results: The list is not sorted by dat
      Expected: I want to sort by date
  • There is no workaround

Hello,

I assume you want to sort them by last analysis date ?
If that’s the case you could enabled the new beta UI where the branches and PRs are sorted by last analysis date.

You can activate it from there:
image

The PR’s are not in date order with the beta ui either.

In the new PR’s page ? They should be ordered by last analysis date. Can you share a screenshot of what you are seeing ?

Or is it that you expect a different date than the last analysis one ?

Ah you are right, seems like the ordering is buggy on branches list while it’s correct on PR list.
We will fix that bug.

The PR’s are ordered correctly on the overview page now. Thanks for the added feature. That is very helpful.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.