@forge/cli-shared 3.19.0-next.17 → 3.19.0-next.18
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
|
@@ -15509,6 +15509,7 @@ export type JiraIssueSearchViewPayload = Payload & {
|
|
|
15509
15509
|
};
|
|
15510
15510
|
export type JiraIssueTransitionFieldLevelInput = {
|
|
15511
15511
|
JiraSingleSelectField?: Maybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
15512
|
+
JiraResolutionField?: Maybe<Array<JiraUpdateResolutionFieldInput>>;
|
|
15512
15513
|
};
|
|
15513
15514
|
export declare enum JiraIssueTransitionLayoutMessageType {
|
|
15514
15515
|
Error = "ERROR",
|