@forge/cli-shared 3.20.3-next.0 → 3.20.3-next.10
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 +95 -0
- package/out/graphql/graphql-types.d.ts +269 -13
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +29 -12
- package/package.json +13 -13
|
@@ -1713,6 +1713,7 @@ export type ArjConfiguration = {
|
|
|
1713
1713
|
epicLinkCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1714
1714
|
parentCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1715
1715
|
storyPointEstimateCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1716
|
+
storyPointsCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1716
1717
|
};
|
|
1717
1718
|
export type ArjHierarchyConfigurationLevel = {
|
|
1718
1719
|
__typename?: 'ArjHierarchyConfigurationLevel';
|
|
@@ -2823,6 +2824,7 @@ export type CommerceOffering = {
|
|
|
2823
2824
|
};
|
|
2824
2825
|
export type CommercePricingPlan = {
|
|
2825
2826
|
primaryCycle?: Maybe<CommercePrimaryCycle>;
|
|
2827
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
2826
2828
|
};
|
|
2827
2829
|
export type CommercePrimaryCycle = {
|
|
2828
2830
|
interval?: Maybe<CcpBillingInterval>;
|
|
@@ -5341,6 +5343,12 @@ export type ConfluenceCreateUserPropertyPayload = Payload & {
|
|
|
5341
5343
|
success: Scalars['Boolean']['output'];
|
|
5342
5344
|
userProperty?: Maybe<ConfluenceUserProperty>;
|
|
5343
5345
|
};
|
|
5346
|
+
export type ConfluenceDatabase = {
|
|
5347
|
+
__typename?: 'ConfluenceDatabase';
|
|
5348
|
+
databaseId: Scalars['ID']['output'];
|
|
5349
|
+
id: Scalars['ID']['output'];
|
|
5350
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
5351
|
+
};
|
|
5344
5352
|
export type ConfluenceDeleteBlogPostPropertyInput = {
|
|
5345
5353
|
blogPostId: Scalars['ID']['input'];
|
|
5346
5354
|
key: Scalars['String']['input'];
|
|
@@ -5763,6 +5771,8 @@ export type ConfluenceQueryApi = {
|
|
|
5763
5771
|
blogPosts?: Maybe<Array<Maybe<ConfluenceBlogPost>>>;
|
|
5764
5772
|
comment?: Maybe<ConfluenceComment>;
|
|
5765
5773
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
5774
|
+
database?: Maybe<ConfluenceDatabase>;
|
|
5775
|
+
databases?: Maybe<Array<Maybe<ConfluenceDatabase>>>;
|
|
5766
5776
|
findSpaces?: Maybe<ConfluenceSpaceConnection>;
|
|
5767
5777
|
inlineTask?: Maybe<ConfluenceInlineTask>;
|
|
5768
5778
|
longTask?: Maybe<ConfluenceLongTask>;
|
|
@@ -5788,6 +5798,12 @@ export type ConfluenceQueryApiCommentArgs = {
|
|
|
5788
5798
|
export type ConfluenceQueryApiCommentsArgs = {
|
|
5789
5799
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
5790
5800
|
};
|
|
5801
|
+
export type ConfluenceQueryApiDatabaseArgs = {
|
|
5802
|
+
id: Scalars['ID']['input'];
|
|
5803
|
+
};
|
|
5804
|
+
export type ConfluenceQueryApiDatabasesArgs = {
|
|
5805
|
+
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
5806
|
+
};
|
|
5791
5807
|
export type ConfluenceQueryApiFindSpacesArgs = {
|
|
5792
5808
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
5793
5809
|
cloudId: Scalars['ID']['input'];
|
|
@@ -7487,6 +7503,7 @@ export type DataResidency = {
|
|
|
7487
7503
|
};
|
|
7488
7504
|
export declare enum DataResidencyResponse {
|
|
7489
7505
|
AppDoesNotSupportDr = "APP_DOES_NOT_SUPPORT_DR",
|
|
7506
|
+
NotApplicable = "NOT_APPLICABLE",
|
|
7490
7507
|
StoredExternalToAtlassian = "STORED_EXTERNAL_TO_ATLASSIAN",
|
|
7491
7508
|
StoredInAtlassianAndDrNotSupported = "STORED_IN_ATLASSIAN_AND_DR_NOT_SUPPORTED",
|
|
7492
7509
|
StoredInAtlassianAndDrSupported = "STORED_IN_ATLASSIAN_AND_DR_SUPPORTED"
|
|
@@ -7495,6 +7512,7 @@ export type DataRetention = {
|
|
|
7495
7512
|
__typename?: 'DataRetention';
|
|
7496
7513
|
isCustomRetentionPeriodAllowed?: Maybe<Scalars['Boolean']['output']>;
|
|
7497
7514
|
isDataRetentionSupported: Scalars['Boolean']['output'];
|
|
7515
|
+
isRetentionDurationIndefinite?: Maybe<Scalars['Boolean']['output']>;
|
|
7498
7516
|
retentionDurationInDays?: Maybe<RetentionDurationInDays>;
|
|
7499
7517
|
};
|
|
7500
7518
|
export type DataTransfer = {
|
|
@@ -9982,6 +10000,8 @@ export type ForgeMetricsLabelGroup = {
|
|
|
9982
10000
|
value: Scalars['String']['output'];
|
|
9983
10001
|
};
|
|
9984
10002
|
export declare enum ForgeMetricsLabels {
|
|
10003
|
+
ForgeApiRequestCount = "FORGE_API_REQUEST_COUNT",
|
|
10004
|
+
ForgeApiRequestLatency = "FORGE_API_REQUEST_LATENCY",
|
|
9985
10005
|
ForgeBackendInvocationCount = "FORGE_BACKEND_INVOCATION_COUNT",
|
|
9986
10006
|
ForgeBackendInvocationErrors = "FORGE_BACKEND_INVOCATION_ERRORS",
|
|
9987
10007
|
ForgeBackendInvocationLatency = "FORGE_BACKEND_INVOCATION_LATENCY"
|
|
@@ -10274,8 +10294,11 @@ export type Graph = {
|
|
|
10274
10294
|
__typename?: 'Graph';
|
|
10275
10295
|
fetchAllRelationships?: Maybe<GraphSimpleRelationshipConnection>;
|
|
10276
10296
|
incidentAssociatedPostIncidentReviewLinkRelationship?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
10277
|
-
incidentAssociatedPostIncidentReviewLinkRelationshipBatch?: Maybe<Array<Maybe<
|
|
10297
|
+
incidentAssociatedPostIncidentReviewLinkRelationshipBatch?: Maybe<Array<Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>>>;
|
|
10278
10298
|
incidentAssociatedPostIncidentReviewLinkRelationshipInverse?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
10299
|
+
incidentHasActionItemRelationship?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
10300
|
+
incidentHasActionItemRelationshipBatch?: Maybe<Array<Maybe<GraphIncidentHasActionItemRelationshipConnection>>>;
|
|
10301
|
+
incidentHasActionItemRelationshipInverse?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
10279
10302
|
issueAssociatedDesign?: Maybe<GraphJiraDesignConnection>;
|
|
10280
10303
|
issueAssociatedDesignInverse?: Maybe<GraphJiraIssueConnection>;
|
|
10281
10304
|
issueAssociatedDesignRelationship?: Maybe<GraphIssueAssociatedDesignRelationshipConnection>;
|
|
@@ -10341,6 +10364,19 @@ export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipInverseArgs
|
|
|
10341
10364
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10342
10365
|
to: Scalars['ID']['input'];
|
|
10343
10366
|
};
|
|
10367
|
+
export type GraphIncidentHasActionItemRelationshipArgs = {
|
|
10368
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10369
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10370
|
+
from: Scalars['ID']['input'];
|
|
10371
|
+
};
|
|
10372
|
+
export type GraphIncidentHasActionItemRelationshipBatchArgs = {
|
|
10373
|
+
from: Array<Scalars['ID']['input']>;
|
|
10374
|
+
};
|
|
10375
|
+
export type GraphIncidentHasActionItemRelationshipInverseArgs = {
|
|
10376
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10377
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10378
|
+
to: Scalars['ID']['input'];
|
|
10379
|
+
};
|
|
10344
10380
|
export type GraphIssueAssociatedDesignArgs = {
|
|
10345
10381
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10346
10382
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -10589,6 +10625,12 @@ export type GraphConfluencePageEdge = {
|
|
|
10589
10625
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10590
10626
|
node: GraphConfluencePage;
|
|
10591
10627
|
};
|
|
10628
|
+
export type GraphCreateIncidentHasActionItemInput = {
|
|
10629
|
+
from: Scalars['ID']['input'];
|
|
10630
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
10631
|
+
to: Scalars['ID']['input'];
|
|
10632
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10633
|
+
};
|
|
10592
10634
|
export type GraphCreateIssueAssociatedDesignInput = {
|
|
10593
10635
|
from: Scalars['ID']['input'];
|
|
10594
10636
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -10759,6 +10801,12 @@ export type GraphGenericFetchAllRelationshipsArgs = {
|
|
|
10759
10801
|
updatedFrom?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10760
10802
|
updatedTo?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10761
10803
|
};
|
|
10804
|
+
export type GraphIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {
|
|
10805
|
+
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkPayload';
|
|
10806
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10807
|
+
incidentAssociatedPostIncidentReviewLinkRelationship: Array<Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationship>>;
|
|
10808
|
+
success: Scalars['Boolean']['output'];
|
|
10809
|
+
};
|
|
10762
10810
|
export type GraphIncidentAssociatedPostIncidentReviewLinkRelationship = Node & {
|
|
10763
10811
|
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkRelationship';
|
|
10764
10812
|
from: GraphGeneric;
|
|
@@ -10766,11 +10814,6 @@ export type GraphIncidentAssociatedPostIncidentReviewLinkRelationship = Node & {
|
|
|
10766
10814
|
lastUpdated: Scalars['DateTime']['output'];
|
|
10767
10815
|
to: GraphGeneric;
|
|
10768
10816
|
};
|
|
10769
|
-
export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipBatchResult = {
|
|
10770
|
-
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkRelationshipBatchResult';
|
|
10771
|
-
fromId: Scalars['ID']['output'];
|
|
10772
|
-
relationships?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
10773
|
-
};
|
|
10774
10817
|
export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection = {
|
|
10775
10818
|
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection';
|
|
10776
10819
|
edges: Array<Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipEdge>>;
|
|
@@ -10781,6 +10824,29 @@ export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipEdge = {
|
|
|
10781
10824
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10782
10825
|
node: GraphIncidentAssociatedPostIncidentReviewLinkRelationship;
|
|
10783
10826
|
};
|
|
10827
|
+
export type GraphIncidentHasActionItemPayload = Payload & {
|
|
10828
|
+
__typename?: 'GraphIncidentHasActionItemPayload';
|
|
10829
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10830
|
+
incidentHasActionItemRelationship: Array<Maybe<GraphIncidentHasActionItemRelationship>>;
|
|
10831
|
+
success: Scalars['Boolean']['output'];
|
|
10832
|
+
};
|
|
10833
|
+
export type GraphIncidentHasActionItemRelationship = Node & {
|
|
10834
|
+
__typename?: 'GraphIncidentHasActionItemRelationship';
|
|
10835
|
+
from: GraphGeneric;
|
|
10836
|
+
id: Scalars['ID']['output'];
|
|
10837
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
10838
|
+
to: GraphJiraIssue;
|
|
10839
|
+
};
|
|
10840
|
+
export type GraphIncidentHasActionItemRelationshipConnection = {
|
|
10841
|
+
__typename?: 'GraphIncidentHasActionItemRelationshipConnection';
|
|
10842
|
+
edges: Array<Maybe<GraphIncidentHasActionItemRelationshipEdge>>;
|
|
10843
|
+
pageInfo: PageInfo;
|
|
10844
|
+
};
|
|
10845
|
+
export type GraphIncidentHasActionItemRelationshipEdge = {
|
|
10846
|
+
__typename?: 'GraphIncidentHasActionItemRelationshipEdge';
|
|
10847
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
10848
|
+
node: GraphIncidentHasActionItemRelationship;
|
|
10849
|
+
};
|
|
10784
10850
|
export type GraphIssueAssociatedDesignPayload = Payload & {
|
|
10785
10851
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
10786
10852
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -10888,6 +10954,7 @@ export type GraphJiraDocumentEdge = {
|
|
|
10888
10954
|
};
|
|
10889
10955
|
export type GraphJiraIssue = Node & {
|
|
10890
10956
|
__typename?: 'GraphJiraIssue';
|
|
10957
|
+
data?: Maybe<JiraIssue>;
|
|
10891
10958
|
id: Scalars['ID']['output'];
|
|
10892
10959
|
incident?: Maybe<JsmIncident>;
|
|
10893
10960
|
};
|
|
@@ -10973,10 +11040,14 @@ export type GraphJiraVulnerabilityEdge = {
|
|
|
10973
11040
|
};
|
|
10974
11041
|
export type GraphMutation = {
|
|
10975
11042
|
__typename?: 'GraphMutation';
|
|
11043
|
+
createIncidentHasActionItem?: Maybe<GraphIncidentHasActionItemPayload>;
|
|
10976
11044
|
createIssueAssociatedDesign?: Maybe<GraphIssueAssociatedDesignPayload>;
|
|
10977
11045
|
createIssueAssociatedPr?: Maybe<GraphIssueAssociatedPrPayload>;
|
|
10978
11046
|
createSprintRetrospectivePage?: Maybe<GraphSprintRetrospectivePagePayload>;
|
|
10979
11047
|
};
|
|
11048
|
+
export type GraphMutationCreateIncidentHasActionItemArgs = {
|
|
11049
|
+
input: GraphCreateIncidentHasActionItemInput;
|
|
11050
|
+
};
|
|
10980
11051
|
export type GraphMutationCreateIssueAssociatedDesignArgs = {
|
|
10981
11052
|
input: GraphCreateIssueAssociatedDesignInput;
|
|
10982
11053
|
};
|
|
@@ -11942,6 +12013,7 @@ export type HamsOffering = CommerceOffering & {
|
|
|
11942
12013
|
export type HamsPricingPlan = CommercePricingPlan & {
|
|
11943
12014
|
__typename?: 'HamsPricingPlan';
|
|
11944
12015
|
primaryCycle?: Maybe<HamsPrimaryCycle>;
|
|
12016
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
11945
12017
|
};
|
|
11946
12018
|
export type HamsPrimaryCycle = CommercePrimaryCycle & {
|
|
11947
12019
|
__typename?: 'HamsPrimaryCycle';
|
|
@@ -13130,6 +13202,73 @@ export type InlineColumnEditConfig = {
|
|
|
13130
13202
|
__typename?: 'InlineColumnEditConfig';
|
|
13131
13203
|
enabled: Scalars['Boolean']['output'];
|
|
13132
13204
|
};
|
|
13205
|
+
export type Insights = {
|
|
13206
|
+
__typename?: 'Insights';
|
|
13207
|
+
nextBestTasksByProject?: Maybe<Array<Maybe<InsightsNextBestTask>>>;
|
|
13208
|
+
nextBestTasksBySprint?: Maybe<Array<Maybe<InsightsNextBestTask>>>;
|
|
13209
|
+
};
|
|
13210
|
+
export type InsightsNextBestTasksByProjectArgs = {
|
|
13211
|
+
projectAri: Scalars['ID']['input'];
|
|
13212
|
+
};
|
|
13213
|
+
export type InsightsNextBestTasksBySprintArgs = {
|
|
13214
|
+
sprintAri: Scalars['ID']['input'];
|
|
13215
|
+
};
|
|
13216
|
+
export type InsightsBuildDetails = {
|
|
13217
|
+
__typename?: 'InsightsBuildDetails';
|
|
13218
|
+
buildNumber?: Maybe<Scalars['Int']['output']>;
|
|
13219
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
13220
|
+
issueKey?: Maybe<Scalars['String']['output']>;
|
|
13221
|
+
issueName?: Maybe<Scalars['String']['output']>;
|
|
13222
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
13223
|
+
numberOfFailedBuilds?: Maybe<Scalars['Int']['output']>;
|
|
13224
|
+
};
|
|
13225
|
+
export type InsightsDeploymentDetails = {
|
|
13226
|
+
__typename?: 'InsightsDeploymentDetails';
|
|
13227
|
+
environmentNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
13228
|
+
environmentType?: Maybe<InsightsEnvironmentType>;
|
|
13229
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
13230
|
+
issueKey?: Maybe<Scalars['String']['output']>;
|
|
13231
|
+
issueName?: Maybe<Scalars['String']['output']>;
|
|
13232
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
13233
|
+
numberOfFailedDeployments?: Maybe<Scalars['Int']['output']>;
|
|
13234
|
+
pipelineName?: Maybe<Scalars['String']['output']>;
|
|
13235
|
+
};
|
|
13236
|
+
export declare enum InsightsEnvironmentType {
|
|
13237
|
+
Development = "DEVELOPMENT",
|
|
13238
|
+
Production = "PRODUCTION",
|
|
13239
|
+
Staging = "STAGING",
|
|
13240
|
+
Testing = "TESTING",
|
|
13241
|
+
Unmapped = "UNMAPPED"
|
|
13242
|
+
}
|
|
13243
|
+
export type InsightsNextBestTask = {
|
|
13244
|
+
__typename?: 'InsightsNextBestTask';
|
|
13245
|
+
details?: Maybe<InsightsNextBestTaskDetails>;
|
|
13246
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
13247
|
+
task?: Maybe<InsightsTaskType>;
|
|
13248
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
13249
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
13250
|
+
};
|
|
13251
|
+
export type InsightsNextBestTaskDetails = InsightsBuildDetails | InsightsDeploymentDetails | InsightsPullRequestDetails | InsightsPullRequestNeedsWorkDetails;
|
|
13252
|
+
export type InsightsPullRequestDetails = {
|
|
13253
|
+
__typename?: 'InsightsPullRequestDetails';
|
|
13254
|
+
approvalsCount?: Maybe<Scalars['Int']['output']>;
|
|
13255
|
+
commentCount?: Maybe<Scalars['Int']['output']>;
|
|
13256
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
13257
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
13258
|
+
};
|
|
13259
|
+
export type InsightsPullRequestNeedsWorkDetails = {
|
|
13260
|
+
__typename?: 'InsightsPullRequestNeedsWorkDetails';
|
|
13261
|
+
commentCount?: Maybe<Scalars['Int']['output']>;
|
|
13262
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
13263
|
+
needsWorkCount?: Maybe<Scalars['Int']['output']>;
|
|
13264
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
13265
|
+
};
|
|
13266
|
+
export declare enum InsightsTaskType {
|
|
13267
|
+
BuildFailed = "BUILD_FAILED",
|
|
13268
|
+
DeploymentFailed = "DEPLOYMENT_FAILED",
|
|
13269
|
+
PrNeedsWork = "PR_NEEDS_WORK",
|
|
13270
|
+
PrReview = "PR_REVIEW"
|
|
13271
|
+
}
|
|
13133
13272
|
export type InstallationContextWithLogAccess = {
|
|
13134
13273
|
__typename?: 'InstallationContextWithLogAccess';
|
|
13135
13274
|
installationContext: Scalars['ID']['output'];
|
|
@@ -14915,6 +15054,14 @@ export type JiraDefaultGrantTypeValue = Node & {
|
|
|
14915
15054
|
id: Scalars['ID']['output'];
|
|
14916
15055
|
name: Scalars['String']['output'];
|
|
14917
15056
|
};
|
|
15057
|
+
export type JiraDeleteProjectNotificationPreferencesInput = {
|
|
15058
|
+
projectId: Scalars['ID']['input'];
|
|
15059
|
+
};
|
|
15060
|
+
export type JiraDeleteProjectNotificationPreferencesPayload = Payload & {
|
|
15061
|
+
__typename?: 'JiraDeleteProjectNotificationPreferencesPayload';
|
|
15062
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15063
|
+
success: Scalars['Boolean']['output'];
|
|
15064
|
+
};
|
|
14918
15065
|
export type JiraDeleteShortcutInput = {
|
|
14919
15066
|
projectId: Scalars['ID']['input'];
|
|
14920
15067
|
shortcutId: Scalars['ID']['input'];
|
|
@@ -15500,6 +15647,10 @@ export type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
15500
15647
|
name: Scalars['String']['output'];
|
|
15501
15648
|
type: Scalars['String']['output'];
|
|
15502
15649
|
};
|
|
15650
|
+
export declare enum JiraGlobalIssueCreateView {
|
|
15651
|
+
FullModal = "FULL_MODAL",
|
|
15652
|
+
MiniModal = "MINI_MODAL"
|
|
15653
|
+
}
|
|
15503
15654
|
export type JiraGlobalPermission = {
|
|
15504
15655
|
__typename?: 'JiraGlobalPermission';
|
|
15505
15656
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -15664,6 +15815,7 @@ export type JiraIssue = Node & {
|
|
|
15664
15815
|
hierarchyLevelAbove?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
15665
15816
|
hierarchyLevelBelow?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
15666
15817
|
id: Scalars['ID']['output'];
|
|
15818
|
+
incidentActionItems?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
15667
15819
|
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
15668
15820
|
isResolved?: Maybe<Scalars['Boolean']['output']>;
|
|
15669
15821
|
issueColorField?: Maybe<JiraColorField>;
|
|
@@ -15674,7 +15826,7 @@ export type JiraIssue = Node & {
|
|
|
15674
15826
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
15675
15827
|
key: Scalars['String']['output'];
|
|
15676
15828
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
15677
|
-
postIncidentReviewLinks?: Maybe<
|
|
15829
|
+
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
15678
15830
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
15679
15831
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
15680
15832
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
@@ -15860,6 +16012,14 @@ export type JiraIssueConnection = {
|
|
|
15860
16012
|
export type JiraIssueConnectionPageCursorsArgs = {
|
|
15861
16013
|
maxCursors: Scalars['Int']['input'];
|
|
15862
16014
|
};
|
|
16015
|
+
export type JiraIssueCreatedStreamHubPayload = {
|
|
16016
|
+
__typename?: 'JiraIssueCreatedStreamHubPayload';
|
|
16017
|
+
resource?: Maybe<Scalars['ID']['output']>;
|
|
16018
|
+
};
|
|
16019
|
+
export type JiraIssueDeletedStreamHubPayload = {
|
|
16020
|
+
__typename?: 'JiraIssueDeletedStreamHubPayload';
|
|
16021
|
+
resource?: Maybe<Scalars['ID']['output']>;
|
|
16022
|
+
};
|
|
15863
16023
|
export type JiraIssueDeploymentEnvironment = {
|
|
15864
16024
|
__typename?: 'JiraIssueDeploymentEnvironment';
|
|
15865
16025
|
status?: Maybe<JiraIssueDeploymentEnvironmentState>;
|
|
@@ -16483,11 +16643,6 @@ export type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
16483
16643
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16484
16644
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
16485
16645
|
};
|
|
16486
|
-
export declare enum JiraIssueSearchViewContext {
|
|
16487
|
-
Nin = "NIN",
|
|
16488
|
-
NinWithFallback = "NIN_WITH_FALLBACK",
|
|
16489
|
-
ShadowRequest = "SHADOW_REQUEST"
|
|
16490
|
-
}
|
|
16491
16646
|
export type JiraIssueSearchViewPayload = Payload & {
|
|
16492
16647
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
16493
16648
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -16577,6 +16732,10 @@ export type JiraIssueTypeInput = {
|
|
|
16577
16732
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
16578
16733
|
issueTypeId: Scalars['ID']['input'];
|
|
16579
16734
|
};
|
|
16735
|
+
export type JiraIssueUpdatedStreamHubPayload = {
|
|
16736
|
+
__typename?: 'JiraIssueUpdatedStreamHubPayload';
|
|
16737
|
+
resource?: Maybe<Scalars['ID']['output']>;
|
|
16738
|
+
};
|
|
16580
16739
|
export declare enum JiraIssueViewActivityFeedSortOrder {
|
|
16581
16740
|
NewestFirst = "NEWEST_FIRST",
|
|
16582
16741
|
OldestFirst = "OLDEST_FIRST"
|
|
@@ -17410,6 +17569,7 @@ export type JiraMutation = {
|
|
|
17410
17569
|
deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
|
|
17411
17570
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
17412
17571
|
deleteJiraVersionApprover?: Maybe<JiraVersionDeleteApproverPayload>;
|
|
17572
|
+
deleteProjectNotificationPreferences?: Maybe<JiraDeleteProjectNotificationPreferencesPayload>;
|
|
17413
17573
|
deleteProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
17414
17574
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
17415
17575
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
@@ -17423,6 +17583,7 @@ export type JiraMutation = {
|
|
|
17423
17583
|
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
17424
17584
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
17425
17585
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
17586
|
+
resetProjectNotificationPreferences?: Maybe<JiraResetProjectNotificationPreferencesPayload>;
|
|
17426
17587
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
17427
17588
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
17428
17589
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
@@ -17452,6 +17613,7 @@ export type JiraMutation = {
|
|
|
17452
17613
|
updateParentField?: Maybe<JiraParentFieldPayload>;
|
|
17453
17614
|
updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
|
|
17454
17615
|
updateProjectField?: Maybe<JiraProjectFieldPayload>;
|
|
17616
|
+
updateProjectNotificationPreferences?: Maybe<JiraUpdateProjectNotificationPreferencesPayload>;
|
|
17455
17617
|
updateProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
17456
17618
|
updateRadioSelectField?: Maybe<JiraRadioSelectFieldPayload>;
|
|
17457
17619
|
updateReleaseNotesConfiguration?: Maybe<JiraUpdateReleaseNotesConfigurationPayload>;
|
|
@@ -17528,6 +17690,10 @@ export type JiraMutationDeleteIssueNavigatorJqlHistoryArgs = {
|
|
|
17528
17690
|
export type JiraMutationDeleteJiraVersionApproverArgs = {
|
|
17529
17691
|
id: Scalars['ID']['input'];
|
|
17530
17692
|
};
|
|
17693
|
+
export type JiraMutationDeleteProjectNotificationPreferencesArgs = {
|
|
17694
|
+
cloudId: Scalars['ID']['input'];
|
|
17695
|
+
input: JiraDeleteProjectNotificationPreferencesInput;
|
|
17696
|
+
};
|
|
17531
17697
|
export type JiraMutationDeleteProjectShortcutArgs = {
|
|
17532
17698
|
input: JiraDeleteShortcutInput;
|
|
17533
17699
|
};
|
|
@@ -17563,6 +17729,10 @@ export type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
|
|
|
17563
17729
|
id: Scalars['ID']['input'];
|
|
17564
17730
|
input: JiraReplaceIssueSearchViewFieldSetsInput;
|
|
17565
17731
|
};
|
|
17732
|
+
export type JiraMutationResetProjectNotificationPreferencesArgs = {
|
|
17733
|
+
cloudId: Scalars['ID']['input'];
|
|
17734
|
+
input: JiraResetProjectNotificationPreferencesInput;
|
|
17735
|
+
};
|
|
17566
17736
|
export type JiraMutationSaveVersionDetailsCollapsedUisArgs = {
|
|
17567
17737
|
input: JiraVersionDetailsCollapsedUisInput;
|
|
17568
17738
|
};
|
|
@@ -17656,6 +17826,10 @@ export type JiraMutationUpdatePriorityFieldArgs = {
|
|
|
17656
17826
|
export type JiraMutationUpdateProjectFieldArgs = {
|
|
17657
17827
|
input: JiraUpdateProjectFieldInput;
|
|
17658
17828
|
};
|
|
17829
|
+
export type JiraMutationUpdateProjectNotificationPreferencesArgs = {
|
|
17830
|
+
cloudId: Scalars['ID']['input'];
|
|
17831
|
+
input: JiraUpdateProjectNotificationPreferencesInput;
|
|
17832
|
+
};
|
|
17659
17833
|
export type JiraMutationUpdateProjectShortcutArgs = {
|
|
17660
17834
|
input: JiraUpdateShortcutInput;
|
|
17661
17835
|
};
|
|
@@ -17777,6 +17951,17 @@ export type JiraNotificationPreferences = {
|
|
|
17777
17951
|
issueMentioned?: Maybe<JiraNotificationPreference>;
|
|
17778
17952
|
issueUpdated?: Maybe<JiraNotificationPreference>;
|
|
17779
17953
|
};
|
|
17954
|
+
export type JiraNotificationProjectPreferenceConnection = HasPageInfo & HasTotal & {
|
|
17955
|
+
__typename?: 'JiraNotificationProjectPreferenceConnection';
|
|
17956
|
+
edges?: Maybe<Array<Maybe<JiraProjectNotificationPreferenceEdge>>>;
|
|
17957
|
+
pageInfo: PageInfo;
|
|
17958
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
17959
|
+
};
|
|
17960
|
+
export type JiraNotificationProjectPreferences = {
|
|
17961
|
+
__typename?: 'JiraNotificationProjectPreferences';
|
|
17962
|
+
preferences?: Maybe<JiraNotificationPreferences>;
|
|
17963
|
+
project?: Maybe<JiraProject>;
|
|
17964
|
+
};
|
|
17780
17965
|
export declare enum JiraNotificationType {
|
|
17781
17966
|
CommentCreated = "COMMENT_CREATED",
|
|
17782
17967
|
CommentDeleted = "COMMENT_DELETED",
|
|
@@ -18407,6 +18592,8 @@ export type JiraProject = Node & {
|
|
|
18407
18592
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
18408
18593
|
devOpsToolRelationships?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
18409
18594
|
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
18595
|
+
hasRelationshipFrom?: Maybe<Scalars['Boolean']['output']>;
|
|
18596
|
+
hasRelationshipTo?: Maybe<Scalars['Boolean']['output']>;
|
|
18410
18597
|
id: Scalars['ID']['output'];
|
|
18411
18598
|
intentTemplates?: Maybe<VirtualAgentIntentTemplatesConnection>;
|
|
18412
18599
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -18464,6 +18651,12 @@ export type JiraProjectDevOpsToolRelationshipsArgs = {
|
|
|
18464
18651
|
filter?: InputMaybe<JiraProjectAndDevOpsToolRelationshipFilter>;
|
|
18465
18652
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
18466
18653
|
};
|
|
18654
|
+
export type JiraProjectHasRelationshipFromArgs = {
|
|
18655
|
+
type: Scalars['ID']['input'];
|
|
18656
|
+
};
|
|
18657
|
+
export type JiraProjectHasRelationshipToArgs = {
|
|
18658
|
+
type: Scalars['ID']['input'];
|
|
18659
|
+
};
|
|
18467
18660
|
export type JiraProjectIntentTemplatesArgs = {
|
|
18468
18661
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
18469
18662
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -18803,6 +18996,11 @@ export type JiraProjectListViewTemplateItem = {
|
|
|
18803
18996
|
title?: Maybe<Scalars['String']['output']>;
|
|
18804
18997
|
};
|
|
18805
18998
|
export type JiraProjectNavigationMetadata = JiraServiceManagementProjectNavigationMetadata | JiraSoftwareProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
18999
|
+
export type JiraProjectNotificationPreferenceEdge = {
|
|
19000
|
+
__typename?: 'JiraProjectNotificationPreferenceEdge';
|
|
19001
|
+
cursor: Scalars['String']['output'];
|
|
19002
|
+
node?: Maybe<JiraNotificationProjectPreferences>;
|
|
19003
|
+
};
|
|
18806
19004
|
export type JiraProjectOptions = {
|
|
18807
19005
|
projectType?: InputMaybe<JiraProjectType>;
|
|
18808
19006
|
};
|
|
@@ -18917,6 +19115,7 @@ export type JiraQuery = {
|
|
|
18917
19115
|
allJiraProjectTypes?: Maybe<JiraProjectTypeDetailsConnection>;
|
|
18918
19116
|
allJiraProjects?: Maybe<JiraProjectConnection>;
|
|
18919
19117
|
allJiraUserBroadcastMessages?: Maybe<JiraUserBroadcastMessageConnection>;
|
|
19118
|
+
allNotificationProjectPreferences?: Maybe<JiraNotificationProjectPreferenceConnection>;
|
|
18920
19119
|
announcementBanner?: Maybe<JiraAnnouncementBanner>;
|
|
18921
19120
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
18922
19121
|
booleanUserProperty?: Maybe<JiraEntityPropertyBoolean>;
|
|
@@ -18983,6 +19182,7 @@ export type JiraQuery = {
|
|
|
18983
19182
|
lockedIssueTypeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
18984
19183
|
naturalLanguageToJql?: Maybe<JiraJqlFromNaturalLanguage>;
|
|
18985
19184
|
notificationGlobalPreference?: Maybe<JiraNotificationGlobalPreference>;
|
|
19185
|
+
notificationProjectPreferences?: Maybe<Array<Maybe<JiraNotificationProjectPreferences>>>;
|
|
18986
19186
|
permission?: Maybe<JiraPermission>;
|
|
18987
19187
|
permissionSchemeGrants?: Maybe<JiraPermissionGrantValueConnection>;
|
|
18988
19188
|
postIncidentReviewLinksByIds?: Maybe<Array<Maybe<JiraPostIncidentReviewLink>>>;
|
|
@@ -19044,6 +19244,13 @@ export type JiraQueryAllJiraUserBroadcastMessagesArgs = {
|
|
|
19044
19244
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19045
19245
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
19046
19246
|
};
|
|
19247
|
+
export type JiraQueryAllNotificationProjectPreferencesArgs = {
|
|
19248
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
19249
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
19250
|
+
cloudId: Scalars['ID']['input'];
|
|
19251
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19252
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
19253
|
+
};
|
|
19047
19254
|
export type JiraQueryAnnouncementBannerArgs = {
|
|
19048
19255
|
cloudId: Scalars['ID']['input'];
|
|
19049
19256
|
};
|
|
@@ -19127,6 +19334,7 @@ export type JiraQueryFiltersArgs = {
|
|
|
19127
19334
|
export type JiraQueryFirst100JsmWorkflowTemplatesArgs = {
|
|
19128
19335
|
cloudId: Scalars['ID']['input'];
|
|
19129
19336
|
keywords?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
19337
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
19130
19338
|
projectStyle?: InputMaybe<JiraProjectStyle>;
|
|
19131
19339
|
tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
19132
19340
|
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -19333,6 +19541,10 @@ export type JiraQueryNaturalLanguageToJqlArgs = {
|
|
|
19333
19541
|
export type JiraQueryNotificationGlobalPreferenceArgs = {
|
|
19334
19542
|
cloudId: Scalars['ID']['input'];
|
|
19335
19543
|
};
|
|
19544
|
+
export type JiraQueryNotificationProjectPreferencesArgs = {
|
|
19545
|
+
cloudId: Scalars['ID']['input'];
|
|
19546
|
+
projectIds: Array<Scalars['ID']['input']>;
|
|
19547
|
+
};
|
|
19336
19548
|
export type JiraQueryPermissionArgs = {
|
|
19337
19549
|
cloudId: Scalars['ID']['input'];
|
|
19338
19550
|
type: JiraPermissionType;
|
|
@@ -19676,6 +19888,15 @@ export type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
|
19676
19888
|
inclusive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
19677
19889
|
nodes: Array<Scalars['String']['input']>;
|
|
19678
19890
|
};
|
|
19891
|
+
export type JiraResetProjectNotificationPreferencesInput = {
|
|
19892
|
+
projectId: Scalars['ID']['input'];
|
|
19893
|
+
};
|
|
19894
|
+
export type JiraResetProjectNotificationPreferencesPayload = Payload & {
|
|
19895
|
+
__typename?: 'JiraResetProjectNotificationPreferencesPayload';
|
|
19896
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19897
|
+
preferences?: Maybe<JiraNotificationPreferences>;
|
|
19898
|
+
success: Scalars['Boolean']['output'];
|
|
19899
|
+
};
|
|
19679
19900
|
export type JiraResolution = Node & {
|
|
19680
19901
|
__typename?: 'JiraResolution';
|
|
19681
19902
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -21175,10 +21396,25 @@ export type JiraSubmitBulkOperationProgress = Node & {
|
|
|
21175
21396
|
export type JiraSubscription = {
|
|
21176
21397
|
__typename?: 'JiraSubscription';
|
|
21177
21398
|
onJwmFieldMutation?: Maybe<JiraJwmField>;
|
|
21399
|
+
onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
21400
|
+
onJwmIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
21401
|
+
onJwmIssueUpdatedByProject?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
21178
21402
|
};
|
|
21179
21403
|
export type JiraSubscriptionOnJwmFieldMutationArgs = {
|
|
21180
21404
|
siteId: Scalars['ID']['input'];
|
|
21181
21405
|
};
|
|
21406
|
+
export type JiraSubscriptionOnJwmIssueCreatedByProjectArgs = {
|
|
21407
|
+
cloudId: Scalars['ID']['input'];
|
|
21408
|
+
projectId: Scalars['String']['input'];
|
|
21409
|
+
};
|
|
21410
|
+
export type JiraSubscriptionOnJwmIssueDeletedByProjectArgs = {
|
|
21411
|
+
cloudId: Scalars['ID']['input'];
|
|
21412
|
+
projectId: Scalars['String']['input'];
|
|
21413
|
+
};
|
|
21414
|
+
export type JiraSubscriptionOnJwmIssueUpdatedByProjectArgs = {
|
|
21415
|
+
cloudId: Scalars['ID']['input'];
|
|
21416
|
+
projectId: Scalars['String']['input'];
|
|
21417
|
+
};
|
|
21182
21418
|
export type JiraSubtasksField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
21183
21419
|
__typename?: 'JiraSubtasksField';
|
|
21184
21420
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -21516,6 +21752,16 @@ export type JiraUpdateProjectFieldInput = {
|
|
|
21516
21752
|
id: Scalars['ID']['input'];
|
|
21517
21753
|
operation: JiraProjectFieldOperationInput;
|
|
21518
21754
|
};
|
|
21755
|
+
export type JiraUpdateProjectNotificationPreferencesInput = {
|
|
21756
|
+
preferences: Array<JiraNotificationPreferenceInput>;
|
|
21757
|
+
projectId: Scalars['ID']['input'];
|
|
21758
|
+
};
|
|
21759
|
+
export type JiraUpdateProjectNotificationPreferencesPayload = Payload & {
|
|
21760
|
+
__typename?: 'JiraUpdateProjectNotificationPreferencesPayload';
|
|
21761
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21762
|
+
preferences?: Maybe<JiraNotificationPreferences>;
|
|
21763
|
+
success: Scalars['Boolean']['output'];
|
|
21764
|
+
};
|
|
21519
21765
|
export type JiraUpdateRadioSelectFieldInput = {
|
|
21520
21766
|
id: Scalars['ID']['input'];
|
|
21521
21767
|
operation: JiraRadioSelectFieldOperationInput;
|
|
@@ -21748,10 +21994,13 @@ export type JiraUserIssueFieldConfiguration = {
|
|
|
21748
21994
|
export type JiraUserPreferences = {
|
|
21749
21995
|
__typename?: 'JiraUserPreferences';
|
|
21750
21996
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
21997
|
+
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
21998
|
+
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21751
21999
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
21752
22000
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
21753
22001
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21754
22002
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
22003
|
+
isMiniModalGlobalIssueCreateDiscoverabilityPushComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
21755
22004
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21756
22005
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
21757
22006
|
issueViewActivityFeedSortOrder?: Maybe<JiraIssueViewActivityFeedSortOrder>;
|
|
@@ -25795,6 +26044,7 @@ export type Query = {
|
|
|
25795
26044
|
helpExternalResource?: Maybe<HelpExternalResourceQueryApi>;
|
|
25796
26045
|
helpLayout?: Maybe<HelpLayoutQueryApi>;
|
|
25797
26046
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
26047
|
+
insights?: Maybe<Insights>;
|
|
25798
26048
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
25799
26049
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
25800
26050
|
jira?: Maybe<JiraQuery>;
|
|
@@ -26654,6 +26904,7 @@ export type RoadmapExternalConfiguration = {
|
|
|
26654
26904
|
epicLinkField?: Maybe<Scalars['ID']['output']>;
|
|
26655
26905
|
epicNameField?: Maybe<Scalars['ID']['output']>;
|
|
26656
26906
|
externalSystem: Scalars['ID']['output'];
|
|
26907
|
+
fields: Array<RoadmapFieldConfiguration>;
|
|
26657
26908
|
rankField?: Maybe<Scalars['ID']['output']>;
|
|
26658
26909
|
sprintField?: Maybe<Scalars['ID']['output']>;
|
|
26659
26910
|
startDateField?: Maybe<Scalars['ID']['output']>;
|
|
@@ -26663,6 +26914,11 @@ export type RoadmapField = {
|
|
|
26663
26914
|
id: Scalars['String']['output'];
|
|
26664
26915
|
values: Array<Scalars['String']['output']>;
|
|
26665
26916
|
};
|
|
26917
|
+
export type RoadmapFieldConfiguration = {
|
|
26918
|
+
__typename?: 'RoadmapFieldConfiguration';
|
|
26919
|
+
id: Scalars['ID']['output'];
|
|
26920
|
+
name: Scalars['String']['output'];
|
|
26921
|
+
};
|
|
26666
26922
|
export type RoadmapFilterConfiguration = {
|
|
26667
26923
|
__typename?: 'RoadmapFilterConfiguration';
|
|
26668
26924
|
customFilters?: Maybe<Array<RoadmapCustomFilter>>;
|
|
@@ -31958,7 +32214,7 @@ export type User = {
|
|
|
31958
32214
|
picture: Scalars['URL']['output'];
|
|
31959
32215
|
};
|
|
31960
32216
|
export type UserAuthTokenForExtensionInput = {
|
|
31961
|
-
contextIds
|
|
32217
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
31962
32218
|
extensionId: Scalars['ID']['input'];
|
|
31963
32219
|
};
|
|
31964
32220
|
export type UserAuthTokenForExtensionResponse = Payload & {
|