Skip to main content
Planview Customer Success Center

Hub Release Notes - 23.4.0.20230731-b5506

Posted: August 1, 2023

Upgrade Notes

Planview Hub Upgrade Notes

Planview Hub

  • 131981: The JavaScript engine used to run extension scripts has been upgraded, and extensions should be reviewed and updated in the following cases:
    • String length checks are now only accessible as a property. Existing function calls such as "hello".length() should be expressed as property access: "hello".length.

    • JavaScript String object functions should be used instead of any corresponding Java String methods.

    • Creating or running a JavaScript Thread may fail under certain circumstances. It is not recommended to write multithreaded extension scripts.

    • Declaring or implementing a Java Interface or abstract Class from within a JavaScript extension is not supported.

    • The following functions previously provided under the Java global object are no longer available: Java.isJavaFunction, Java.isJavaMethod, Java.isScriptObject, and Java.isScriptFunction.

Connector-Specific Upgrade Notes

Digital.ai Agility

  • 125927: In order to to use blocked fields, please contact customer success.

Fixes

Planview Hub Fixes

Settings

  • 133955: Fixed an issue where the License Server settings were not displayed when starting Hub for the first time.

Connector-Specific Fixes

ServiceNow

  • 133210: Fixed an issue that sometimes prevented person fields from being synchronized.

Features

Planview Hub Features

Metrics Dashboard

  • 133577: ROI metrics are now calculated based on 6 minutes per transaction rather than 3 minutes.

Planview Hub

  • 131981: The JavaScript engine used to run extension scripts has been upgraded. ECMAScript 2022 is now fully supported, so that the latest JavaScript language features can be used when writing extensions.

Connector-Specific Features

Atlassian Jira

  • 134032: Added support for Atlassian Jira version 9.10.x.

  • 134031: Added support for Atlassian Jira Service Management version 5.10.x.

Atlassian Jira Align

  • 132280: Added custom field support to Jira Align for text boxes, text areas, single selects, and multi select fields.

Digital.ai Agility

  • 134190: Added support for Digital.ai Agility version 23.2.
  • 125927: Blocked certain fields from the artifact schema. Please contact customer care if you'd like to unblock certain fields.

Microsoft Project Server

  • 134086: Added support for the "Marked" field.

PTC Windchill

  • 133988: Added support for "Assignee Full Name" and "Reviewer Full Name" String fields on Change Tasks.
  • 133986: The Change Notice link on the Change Task artifact type is supported as a read-only artifact link field.