Scope360° Version 2023.01.31
31 Jan 2023
release-note- Updated to Manifest version 3 for Scope360°.
- Several bug-fixes.
Jira Enhancements - Custom Exports
- 1st version of custom exports. Will appear in the
Export
menu if there exists a config for it in local storage with keys360-custom-issue-export-config
.
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 - Dependency Board
- Added new scroll behavior in new dependency board. Scroll using the
UP
andDOWN
keys.