• Updated to Manifest version 3 for Scope360°.
  • Several bug-fixes.

Jira Enhancements

  • 1st version of custom exports. Will appear in the Export menu if there exists a config for it in local storage with key s360-custom-issue-export-config.

release-note

Example of a config file for custom exports:

[
    {
        "name":"Priority List",
        "sortBy":["rank"],
        "fields":[
            "id",
            "summary",
            "program",
            "iteration"
        ],
        "outputFormat":"csv"
    },
    {
        "name":"Program List",
        "sortBy":["id","program"],
        "fields":[
            "id",
            "summary",
            "program",
            "iteration"
        ],
        "outputFormat":"csv"
    }
]

Jira Plan Perspective

  • Added new scroll behavior in new dependency board. Scroll using the UP and DOWN keys.

release-note-full