@forge/manifest 5.2.0-next.4 → 5.2.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 5.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3a4a72d0: Added issue property related product events to scope mapping
|
|
8
|
+
|
|
9
|
+
## 5.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 6b5fc4ac: Add route property missing validation for endpoint module referenced by trigger extension point
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- a0da1771: Updated condition for snapshot warning
|
|
18
|
+
- 9ebe94bd: Added modules jira:jiraIssueContexts and jira:jiraRemoteLinkInfoProvider to connect module validation
|
|
19
|
+
- 3efdf355: Update manifest definitions
|
|
20
|
+
- 863f0f21: Update manifest definitions
|
|
21
|
+
|
|
3
22
|
## 5.2.0-next.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1155,6 +1155,28 @@
|
|
|
1155
1155
|
]
|
|
1156
1156
|
}
|
|
1157
1157
|
},
|
|
1158
|
+
{
|
|
1159
|
+
"productEvent": "avi:jira:set:issue-property",
|
|
1160
|
+
"oAuthScopes": {
|
|
1161
|
+
"beta": [
|
|
1162
|
+
"read:issue.property:jira"
|
|
1163
|
+
],
|
|
1164
|
+
"current": [
|
|
1165
|
+
"read:jira-work"
|
|
1166
|
+
]
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"productEvent": "avi:jira:deleted:issue-property",
|
|
1171
|
+
"oAuthScopes": {
|
|
1172
|
+
"beta": [
|
|
1173
|
+
"read:issue.property:jira"
|
|
1174
|
+
],
|
|
1175
|
+
"current": [
|
|
1176
|
+
"read:jira-work"
|
|
1177
|
+
]
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1158
1180
|
{
|
|
1159
1181
|
"productEvent": "avi:jira:created:component",
|
|
1160
1182
|
"oAuthScopes": {
|