@forge/jira-bridge

0.39.00.40.0-next.0
CHANGELOG.md
~CHANGELOG.mdModified
+15
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,21 @@
 # @forge/jira-bridge
 
+## 0.40.0-next.0
+
+### Minor Changes
+
+- 81058d4: Add Request Type field support to UI Modifications API
+
+  Added TypeScript support for JSM Request Type custom field (`com.atlassian.servicedesk:vp-origin`) in the UI Modifications API. This enables Forge apps to interact with Request Type fields using:
+
+  - New type: `RequestTypeField` - represents the request type field value as `{ requestTypeId: string } | null`
+  - New type: `RequestTypeFieldSetValue` - accepts a request type ID string for setting field value
+  - New constant: `REQUEST_TYPE_CF_TYPE` - field type identifier (`'com.atlassian.servicedesk:vp-origin'`)
+  - Type-safe `getValue()` operation - returns the request type object with ID
+  - Type-safe `setValue()` operation - accepts request type ID string to set the field
+  - `getOptionsVisibility()` and `setOptionsVisibility()` - control which request type options are visible to users
+
 ## 0.39.0
 
 ### Minor Changes