Rank issues based on custom global rank field within Portfolio

XMLWordPrintable

    • 1
    • 1

      Currently, the ranking of the issues on Portfolio is solely based on the default global rank value. Ranking change on Portfolio does not have any effect on board which issues order by custom global rank field. It will be great if we can add agile board which rank is order by a custom global rank field as Portfolio's data source.

      Steps to Reproduce

      1. Create a Jira project e.g. Sandbox (SAN).
      2. Create 5-10 issues in project SAN.
      3. Create two filters - call them 'Filter Original' and 'Filter Custom'.
      4. Modify 'Filter Original' with the following JQL query.
        project = SAN ORDER BY Rank ASC
      5. Create a new 'Global Rank' custom field via General Configuration > Issue > Custom Field and call it 'Custom Rank'.
      6. Modify 'Filter Custom' with the following JQL query.
        project = AWE ORDER BY "Custom Rank" ASC
      7. Create two Scrum boards associated with the two filters created earlier e.g. 'Filter Original' and 'Filter Custom'.
      8. Create a Portfolio plan based on the Scrum board associated with 'Filter Custom'.
      9. Reorder the rank and observe the rank change on both Scrum boards.

            Assignee:
            Unassigned
            Reporter:
            Sean Yong
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: