Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • FLEXDEPLOY-10164 - GIT Instance now allows configuration for commit link syntax, which will be mostly useful for customers using On-prem Git repository. Commit links are shown in Execution UI and Change Logs. See FlexDeploy - Git Plugin Guide for more details.

  • FLEXDEPLOY-10710 - Added Abort option on the UI for queued workflow executions. Previously only Running executions were allowed to be Aborted.

  • FLEXDEPLOY-9518 - Environment State Report now allows viewing attributes 'Workflow Type', 'Workflow Id', 'Workflow Name', 'Workflow Version', 'Package Created By', 'Package Created On', 'Package Updated On', 'Package Updated by', 'Force' (which indicates whether force build or deploy was requested), 'Folder Request Id', 'File Status', 'Work Item Numbers', 'Approved By', 'Snapshot Id'.

  • FLEXDEPLOY-9819 - Multiple package versions (s) can now be selected and deployed through a single deploy requeston deploy request form. Only one version of per package is allowed. This is just quicker option to deploy more packages.

  • FLEXDEPLOY-10235 - Added getTaskById, searchTasks, getPendingTasksByChangeTicket, approveTaskById, rejectTaskById methods in FLEXDEPLOY function. This can be utilized for integration with external tools from Webhooks or Pipeline scripts.

  • FLEXDEPLOY-10622 - EMAIL Function - Added new methods that allow sending emails with CC, BCC, and allows sending a single email to multiple recipients.

  • FLEXDEPLOY-10602 Custom issue tracking system integrations now support implementing search related methods, which would enable search from the build request form, package, and release definition.

  • FLEXDEPLOY-10608 - Added Outgoing Webhook event type for Package Status Updated.

  • FLEXDEPLOY-10619 - List data for work item fields was throwing an error when trying to open a work item if one the following formats were being used:

    1. ["Break Fix","Problem","Project","Request","Risk Remediation"]

    2. [new ListValueDataObject("value1"),
      new ListValueDataObject("label2","value2"),
      new ListValueDataObject("label3","value3","Description")]

  • Code Editor

    • FLEXDEPLOY-9190 - Editor help is now provided in object constructors. Also fixed an issue causing objects instantiated with fully qualified class names to not provide suggestions.

    • FLEXDEPLOY-10023 - RuntimeException should now have groovy suggestions without the need of an explicit import in the script.

  • Notifications

    • FLEXDEPLOY-10435 - Resolved an issue with the mention notification email that would sometimes cause longer text to not wrap and shrink in the new Microsoft Outlook client.

...