@forge/jira-bridge

1.0.0-experimental-9209a391.1.0-next.0
CHANGELOG.md
~CHANGELOG.mdModified
+12−3
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,12 +1,21 @@
 # @forge/jira-bridge
 
-## 1.0.0-experimental-9209a39
+## 1.1.0-next.0
 
-### Major Changes
+### Minor Changes
 
-- 9209a39: Added types for Story Point field
+- 5142d4a: Add extension context types for Jira Service Management agent views to the UI modifications API
 
+  The `jira:uiModifications` module also renders in the JSM agent view, but `UiModificationExtensionData` only described the Jira view types (`GIC`, `IssueView`, `IssueTransition`). Apps running in a service project had to hand-roll their own types for `context.extension`.
+
+  `UiModificationExtensionData` now also covers the three agent views:
+
+  - New view types: `GICAgentView`, `IssueViewAgentView`, and `IssueTransitionAgentView`, discriminated by `viewType`.
+  - Agent views expose an optional `requestTypeId` (the request type ARI, present only when the work item has a request type).
+  - `issue` is typed on `IssueViewAgentView` and `IssueTransitionAgentView`; `issueTransition` is typed on `IssueTransitionAgentView`.
+  - New exported types: `JiraServiceManagementAgentViewExtensionData`, `JiraUiModificationExtensionData`, `JiraServiceManagementAgentViewType`, `JiraViewType`, and `UiModificationViewType`.
+
 ## 1.0.0
 
 ### Major Changes