@forge/cli-shared 3.18.1-next.2 → 3.18.1-next.3
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
|
@@ -15024,12 +15024,18 @@ export type JiraJqlHistoryEdge = {
|
|
|
15024
15024
|
};
|
|
15025
15025
|
export declare enum JiraJqlAutocompleteType {
|
|
15026
15026
|
None = "NONE",
|
|
15027
|
+
Basic = "BASIC",
|
|
15028
|
+
Cascadingoption = "CASCADINGOPTION",
|
|
15027
15029
|
Component = "COMPONENT",
|
|
15028
15030
|
Group = "GROUP",
|
|
15029
15031
|
Issue = "ISSUE",
|
|
15030
15032
|
Issuetype = "ISSUETYPE",
|
|
15033
|
+
JwmCategory = "JWM_CATEGORY",
|
|
15034
|
+
Labels = "LABELS",
|
|
15035
|
+
Option = "OPTION",
|
|
15031
15036
|
Priority = "PRIORITY",
|
|
15032
15037
|
Project = "PROJECT",
|
|
15038
|
+
Resolution = "RESOLUTION",
|
|
15033
15039
|
Sprint = "SPRINT",
|
|
15034
15040
|
Statuscategory = "STATUSCATEGORY",
|
|
15035
15041
|
Status = "STATUS",
|