Forge CLI version 4.4.0 - 21st June 2020

We’ve released a new version of the Forge CLI, @forge/cli@4.4.0 which includes following updates:

:tada: Build product triggers for issue type created/deleted/updated events

We’ve added new Jira events for issue types. You can now create triggers that respond when an issue type is created, updated, or deleted:

  • IssueTypeCreatedEvent
  • IssueTypeUpdatedEvent
  • IssueTypeDeletedEvent

:hammer: Fix for custom field inline edit on create issue view in the jira:customFieldType module

When using the jira:customFieldType module in UI kit, inline editing of custom fields on the issue create view wasn’t enabled. As a result, the modal had to be used.

We corrected this behavior. Inline editing is now available on the issue create view for both the jira:customFieldType and the jira:customField module.

:hammer: Fix custom UI CSP script-src unsafe-inline validation issue due to conflict with generated hashes

This release includes a fix for FRGE-712: custom CSP script-src unsafe-inline doesn’t work due to conflict with hashesIN PROGRESS . During resource upload, if unsafe-inline has been specified, hashes are not generated for inline scripts.

Run npm install -g @forge/cli@latest on the command line to install the latest version of @forge/cli .

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.