@resolution/jira-api-client 0.4.2 → 0.4.5
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 +23 -0
- package/README.md +4 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +6 -0
- package/lib/openapi/platform/models/common.js +12 -1
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
- package/lib/openapi/platform/models/dynamicModules.js +0 -6
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
- package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
- package/lib/openapi/platform/services/AppMigrationService.js +139 -136
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
- package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
- package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
- package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
- package/lib/openapi/platform/services/AvatarsService.js +412 -415
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
- package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
- package/lib/openapi/platform/services/DashboardsService.js +983 -974
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
- package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
- package/lib/openapi/platform/services/FilterSharingService.js +512 -509
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
- package/lib/openapi/platform/services/FiltersService.js +1262 -1259
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
- package/lib/openapi/platform/services/GroupsService.js +385 -382
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
- package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
- package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueLinksService.js +230 -227
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
- package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
- package/lib/openapi/platform/services/IssueSearchService.js +826 -823
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
- package/lib/openapi/platform/services/IssueTypesService.js +424 -427
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueVotesService.js +148 -145
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
- package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
- package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
- package/lib/openapi/platform/services/IssuesService.js +1856 -1853
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
- package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
- package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +15 -15
- package/lib/openapi/platform/services/JqlService.js +635 -632
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
- package/lib/openapi/platform/services/LabelsService.js +41 -38
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
- package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
- package/lib/openapi/platform/services/MyselfService.js +321 -318
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
- package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
- package/lib/openapi/platform/services/PermissionsService.js +235 -232
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
- package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
- package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
- package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
- package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
- package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
- package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
- package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
- package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
- package/lib/openapi/platform/services/ScreensService.js +281 -278
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +51 -48
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +17 -17
- package/lib/openapi/platform/services/StatusService.js +271 -268
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -4
- package/lib/openapi/platform/services/TasksService.js +93 -90
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
- package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
- package/lib/openapi/platform/services/UserSearchService.js +709 -706
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +51 -51
- package/lib/openapi/platform/services/UsersService.js +637 -634
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
- package/lib/openapi/platform/services/WebhooksService.js +262 -259
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
- package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
- package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +4 -4
- package/lib/openapi/software/services/BacklogService.js +81 -78
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +124 -124
- package/lib/openapi/software/services/BoardService.js +2048 -2045
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -10
- package/lib/openapi/software/services/BuildsService.js +164 -161
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
- package/lib/openapi/software/services/DeploymentsService.js +192 -189
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
- package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +26 -26
- package/lib/openapi/software/services/EpicService.js +597 -594
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
- package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +13 -13
- package/lib/openapi/software/services/IssueService.js +359 -356
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +24 -24
- package/lib/openapi/software/services/OperationsService.js +301 -298
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
- package/lib/openapi/software/services/RemoteLinksService.js +160 -157
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
- package/lib/openapi/software/services/SecurityInformationService.js +262 -259
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +33 -33
- package/lib/openapi/software/services/SprintService.js +594 -591
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+EAS2C;AAC3C,wEAAqE;AACrE;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,8BAA+B,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,11 +26,11 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
26
26
|
* @scopes-beta
|
|
27
27
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
|
|
28
28
|
*/
|
|
29
|
-
updateCustomFieldValue({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }: {
|
|
29
|
+
updateCustomFieldValue: ({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }: {
|
|
30
30
|
/** The ID or key of the custom field. For example, `customfield_10010`. */
|
|
31
31
|
fieldIdOrKey: string;
|
|
32
32
|
/** Whether to generate a changelog for this update. */
|
|
33
|
-
generateChangelog?: boolean;
|
|
33
|
+
generateChangelog?: boolean | undefined;
|
|
34
34
|
/**
|
|
35
35
|
* @example {
|
|
36
36
|
* "updates": [
|
|
@@ -44,7 +44,7 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
44
44
|
* }
|
|
45
45
|
*/
|
|
46
46
|
customFieldValueUpdateDetails: CustomFieldValueUpdateDetails;
|
|
47
|
-
})
|
|
47
|
+
}) => Promise<void>;
|
|
48
48
|
/**
|
|
49
49
|
* Updates the value of one or more custom fields on one or more issues.
|
|
50
50
|
* Combinations of custom field and issue should be unique within the request.
|
|
@@ -64,9 +64,9 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
64
64
|
* @scopes-beta
|
|
65
65
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
|
|
66
66
|
*/
|
|
67
|
-
updateMultipleCustomFieldValues({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }: {
|
|
67
|
+
updateMultipleCustomFieldValues: ({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }: {
|
|
68
68
|
/** Whether to generate a changelog for this update. */
|
|
69
|
-
generateChangelog?: boolean;
|
|
69
|
+
generateChangelog?: boolean | undefined;
|
|
70
70
|
/**
|
|
71
71
|
* @example {
|
|
72
72
|
* "updates": [
|
|
@@ -89,6 +89,6 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
89
89
|
* }
|
|
90
90
|
*/
|
|
91
91
|
multipleCustomFieldValuesUpdateDetails: MultipleCustomFieldValuesUpdateDetails;
|
|
92
|
-
})
|
|
92
|
+
}) => Promise<void>;
|
|
93
93
|
static initialize(): void;
|
|
94
94
|
}
|
|
@@ -16,89 +16,92 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
16
16
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-
|
|
17
17
|
*/
|
|
18
18
|
class IssueCustomFieldValuesAppsService extends CommonHttpService_1.CommonHttpService {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
/**
|
|
22
|
+
* Updates the value of a custom field on one or more issues.
|
|
23
|
+
*
|
|
24
|
+
* Apps can only perform this operation on [custom
|
|
25
|
+
* fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/)
|
|
26
|
+
* and [custom field
|
|
27
|
+
* types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/)
|
|
28
|
+
* declared in their own manifests.
|
|
29
|
+
*
|
|
30
|
+
* **[Permissions](#permissions) required:** Only the app that owns the custom
|
|
31
|
+
* field or custom field type can update its values with this operation.
|
|
32
|
+
*
|
|
33
|
+
* @returns Returned if the request is successful.
|
|
34
|
+
* @path {PUT} /rest/api/3/app/field/{fieldIdOrKey}/value
|
|
35
|
+
* @scopes-current
|
|
36
|
+
* @scopes-beta
|
|
37
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
|
|
38
|
+
*/
|
|
39
|
+
this.updateCustomFieldValue = ({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }) => {
|
|
40
|
+
return this.getClientInstance()
|
|
41
|
+
.request({
|
|
42
|
+
path: "/rest/api/3/app/field/{fieldIdOrKey}/value",
|
|
43
|
+
method: "PUT",
|
|
44
|
+
pathParams: {
|
|
45
|
+
fieldIdOrKey,
|
|
46
|
+
},
|
|
47
|
+
query: {
|
|
48
|
+
generateChangelog,
|
|
49
|
+
},
|
|
50
|
+
headers: {
|
|
51
|
+
"Content-Type": "application/json",
|
|
52
|
+
},
|
|
53
|
+
body: customFieldValueUpdateDetails,
|
|
54
|
+
})
|
|
55
|
+
.then(this.getClientInstance().responseHandler({
|
|
56
|
+
204: {
|
|
57
|
+
"application/json": "json",
|
|
58
|
+
},
|
|
59
|
+
}))
|
|
60
|
+
.then(commonHttpClient.castResponse())
|
|
61
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldValuesAppsService.updateCustomFieldValue.response"))
|
|
62
|
+
.then(commonHttpClient.getBody);
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Updates the value of one or more custom fields on one or more issues.
|
|
66
|
+
* Combinations of custom field and issue should be unique within the request.
|
|
67
|
+
*
|
|
68
|
+
* Apps can only perform this operation on [custom
|
|
69
|
+
* fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/)
|
|
70
|
+
* and [custom field
|
|
71
|
+
* types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/)
|
|
72
|
+
* declared in their own manifests.
|
|
73
|
+
*
|
|
74
|
+
* **[Permissions](#permissions) required:** Only the app that owns the custom
|
|
75
|
+
* field or custom field type can update its values with this operation.
|
|
76
|
+
*
|
|
77
|
+
* @returns Returned if the request is successful.
|
|
78
|
+
* @path {POST} /rest/api/3/app/field/value
|
|
79
|
+
* @scopes-current
|
|
80
|
+
* @scopes-beta
|
|
81
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
|
|
82
|
+
*/
|
|
83
|
+
this.updateMultipleCustomFieldValues = ({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }) => {
|
|
84
|
+
return this.getClientInstance()
|
|
85
|
+
.request({
|
|
86
|
+
path: "/rest/api/3/app/field/value",
|
|
87
|
+
method: "POST",
|
|
88
|
+
query: {
|
|
89
|
+
generateChangelog,
|
|
90
|
+
},
|
|
91
|
+
headers: {
|
|
92
|
+
"Content-Type": "application/json",
|
|
93
|
+
},
|
|
94
|
+
body: multipleCustomFieldValuesUpdateDetails,
|
|
95
|
+
})
|
|
96
|
+
.then(this.getClientInstance().responseHandler({
|
|
97
|
+
204: {
|
|
98
|
+
"application/json": "json",
|
|
99
|
+
},
|
|
100
|
+
}))
|
|
101
|
+
.then(commonHttpClient.castResponse())
|
|
102
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldValuesAppsService.updateMultipleCustomFieldValues.response"))
|
|
103
|
+
.then(commonHttpClient.getBody);
|
|
104
|
+
};
|
|
102
105
|
}
|
|
103
106
|
static initialize() {
|
|
104
107
|
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldValuesAppsService.updateCustomFieldValue.response", zod_1.z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldValuesAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldValuesAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iCAAkC,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldValuesAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldValuesAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iCAAkC,SAAQ,qCAAiB;IAAxE;;QACE;;;;;;;;;;;;;;;;;WAiBG;QACH,2BAAsB,GAAG,CAAC,EACxB,YAAY,EACZ,iBAAiB,EACjB,6BAA6B,GAmB9B,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,4CAA4C;gBAClD,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,YAAY;iBACb;gBACD,KAAK,EAAE;oBACL,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,6BAA6B;aACpC,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,mEAAmE,CACpE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;WAkBG;QACH,oCAA+B,GAAG,CAAC,EACjC,iBAAiB,EACjB,sCAAsC,GA0BvC,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,MAAM;gBACd,KAAK,EAAE;oBACL,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,sCAAsC;aAC7C,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,4EAA4E,CAC7E,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IA2BJ,CAAC;IA1BC,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,mEAAmE,EACnE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,mEAAmE,CACpE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,4EAA4E,EAC5E,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,4EAA4E,CAC7E,CACJ,CAAC;IACJ,CAAC;CACF;AAzLD,8EAyLC"}
|
|
@@ -23,7 +23,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
23
23
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
24
24
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-put
|
|
25
25
|
*/
|
|
26
|
-
assignFieldConfigurationSchemeToProject({ fieldConfigurationSchemeProjectAssociation, }: {
|
|
26
|
+
assignFieldConfigurationSchemeToProject: ({ fieldConfigurationSchemeProjectAssociation, }: {
|
|
27
27
|
/**
|
|
28
28
|
* @example {
|
|
29
29
|
* "fieldConfigurationSchemeId": "10000",
|
|
@@ -31,7 +31,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
31
31
|
* }
|
|
32
32
|
*/
|
|
33
33
|
fieldConfigurationSchemeProjectAssociation: FieldConfigurationSchemeProjectAssociation;
|
|
34
|
-
})
|
|
34
|
+
}) => Promise<void>;
|
|
35
35
|
/**
|
|
36
36
|
* Creates a field configuration. The field configuration is created with the same
|
|
37
37
|
* field properties as the default configuration, with all the fields being
|
|
@@ -55,7 +55,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
55
55
|
* @scopes-beta read:field-configuration:jira, write:field-configuration:jira
|
|
56
56
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-post
|
|
57
57
|
*/
|
|
58
|
-
createFieldConfiguration({ fieldConfigurationDetails, }: {
|
|
58
|
+
createFieldConfiguration: ({ fieldConfigurationDetails, }: {
|
|
59
59
|
/**
|
|
60
60
|
* @example {
|
|
61
61
|
* "description": "My field configuration description",
|
|
@@ -63,7 +63,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
63
63
|
* }
|
|
64
64
|
*/
|
|
65
65
|
fieldConfigurationDetails: FieldConfigurationDetails;
|
|
66
|
-
})
|
|
66
|
+
}) => Promise<FieldConfiguration>;
|
|
67
67
|
/**
|
|
68
68
|
* Creates a field configuration scheme.
|
|
69
69
|
*
|
|
@@ -85,7 +85,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
85
85
|
* @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
|
|
86
86
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-post
|
|
87
87
|
*/
|
|
88
|
-
createFieldConfigurationScheme({ updateFieldConfigurationSchemeDetails, }: {
|
|
88
|
+
createFieldConfigurationScheme: ({ updateFieldConfigurationSchemeDetails, }: {
|
|
89
89
|
/**
|
|
90
90
|
* The details of the field configuration scheme.
|
|
91
91
|
*
|
|
@@ -95,7 +95,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
95
95
|
* }
|
|
96
96
|
*/
|
|
97
97
|
updateFieldConfigurationSchemeDetails: UpdateFieldConfigurationSchemeDetails;
|
|
98
|
-
})
|
|
98
|
+
}) => Promise<FieldConfigurationScheme>;
|
|
99
99
|
/**
|
|
100
100
|
* Deletes a field configuration.
|
|
101
101
|
*
|
|
@@ -111,10 +111,10 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
111
111
|
* @scopes-beta delete:field-configuration:jira
|
|
112
112
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-delete
|
|
113
113
|
*/
|
|
114
|
-
deleteFieldConfiguration({ id, }: {
|
|
114
|
+
deleteFieldConfiguration: ({ id, }: {
|
|
115
115
|
/** The ID of the field configuration. */
|
|
116
116
|
id: number;
|
|
117
|
-
})
|
|
117
|
+
}) => Promise<void>;
|
|
118
118
|
/**
|
|
119
119
|
* Deletes a field configuration scheme.
|
|
120
120
|
*
|
|
@@ -130,10 +130,10 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
130
130
|
* @scopes-beta delete:field-configuration-scheme:jira
|
|
131
131
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-delete
|
|
132
132
|
*/
|
|
133
|
-
deleteFieldConfigurationScheme({ id, }: {
|
|
133
|
+
deleteFieldConfigurationScheme: ({ id, }: {
|
|
134
134
|
/** The ID of the field configuration scheme. */
|
|
135
135
|
id: number;
|
|
136
|
-
})
|
|
136
|
+
}) => Promise<void>;
|
|
137
137
|
/**
|
|
138
138
|
* Returns a [paginated](#pagination) list of field configurations. The list can
|
|
139
139
|
* be for all field configurations or a subset determined by any combination of
|
|
@@ -175,24 +175,24 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
175
175
|
* @scopes-beta read:field-configuration:jira
|
|
176
176
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-get
|
|
177
177
|
*/
|
|
178
|
-
getAllFieldConfigurations({ startAt, maxResults, id, isDefault, query, }?: {
|
|
178
|
+
getAllFieldConfigurations: ({ startAt, maxResults, id, isDefault, query, }?: {
|
|
179
179
|
/** The index of the first item to return in a page of results (page offset). */
|
|
180
|
-
startAt?: number;
|
|
180
|
+
startAt?: number | undefined;
|
|
181
181
|
/** The maximum number of items to return per page. */
|
|
182
|
-
maxResults?: number;
|
|
182
|
+
maxResults?: number | undefined;
|
|
183
183
|
/**
|
|
184
184
|
* The list of field configuration IDs. To include multiple IDs, provide an
|
|
185
185
|
* ampersand-separated list. For example, `id=10000&id=10001`.
|
|
186
186
|
*/
|
|
187
|
-
id?: number[];
|
|
187
|
+
id?: number[] | undefined;
|
|
188
188
|
/** If *true* returns default field configurations only. */
|
|
189
|
-
isDefault?: boolean;
|
|
189
|
+
isDefault?: boolean | undefined;
|
|
190
190
|
/**
|
|
191
191
|
* The query string used to match against field configuration names and
|
|
192
192
|
* descriptions.
|
|
193
193
|
*/
|
|
194
|
-
query?: string;
|
|
195
|
-
})
|
|
194
|
+
query?: string | undefined;
|
|
195
|
+
}) => Promise<PageBeanFieldConfigurationDetails>;
|
|
196
196
|
/**
|
|
197
197
|
* Returns a [paginated](#pagination) list of field configuration schemes.
|
|
198
198
|
*
|
|
@@ -231,17 +231,17 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
231
231
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
232
232
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-get
|
|
233
233
|
*/
|
|
234
|
-
getAllFieldConfigurationSchemes({ startAt, maxResults, id, }?: {
|
|
234
|
+
getAllFieldConfigurationSchemes: ({ startAt, maxResults, id, }?: {
|
|
235
235
|
/** The index of the first item to return in a page of results (page offset). */
|
|
236
|
-
startAt?: number;
|
|
236
|
+
startAt?: number | undefined;
|
|
237
237
|
/** The maximum number of items to return per page. */
|
|
238
|
-
maxResults?: number;
|
|
238
|
+
maxResults?: number | undefined;
|
|
239
239
|
/**
|
|
240
240
|
* The list of field configuration scheme IDs. To include multiple IDs, provide an
|
|
241
241
|
* ampersand-separated list. For example, `id=10000&id=10001`.
|
|
242
242
|
*/
|
|
243
|
-
id?: number[];
|
|
244
|
-
})
|
|
243
|
+
id?: number[] | undefined;
|
|
244
|
+
}) => Promise<PageBeanFieldConfigurationScheme>;
|
|
245
245
|
/**
|
|
246
246
|
* Returns a [paginated](#pagination) list of all fields for a configuration.
|
|
247
247
|
*
|
|
@@ -278,14 +278,14 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
278
278
|
* @scopes-beta read:field-configuration:jira
|
|
279
279
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-get
|
|
280
280
|
*/
|
|
281
|
-
getFieldConfigurationItems({ id, startAt, maxResults, }: {
|
|
281
|
+
getFieldConfigurationItems: ({ id, startAt, maxResults, }: {
|
|
282
282
|
/** The ID of the field configuration. */
|
|
283
283
|
id: number;
|
|
284
284
|
/** The index of the first item to return in a page of results (page offset). */
|
|
285
|
-
startAt?: number;
|
|
285
|
+
startAt?: number | undefined;
|
|
286
286
|
/** The maximum number of items to return per page. */
|
|
287
|
-
maxResults?: number;
|
|
288
|
-
})
|
|
287
|
+
maxResults?: number | undefined;
|
|
288
|
+
}) => Promise<PageBeanFieldConfigurationItem>;
|
|
289
289
|
/**
|
|
290
290
|
* Returns a [paginated](#pagination) list of field configuration issue type items.
|
|
291
291
|
*
|
|
@@ -334,18 +334,18 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
334
334
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
335
335
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-mapping-get
|
|
336
336
|
*/
|
|
337
|
-
getFieldConfigurationSchemeMappings({ startAt, maxResults, fieldConfigurationSchemeId, }?: {
|
|
337
|
+
getFieldConfigurationSchemeMappings: ({ startAt, maxResults, fieldConfigurationSchemeId, }?: {
|
|
338
338
|
/** The index of the first item to return in a page of results (page offset). */
|
|
339
|
-
startAt?: number;
|
|
339
|
+
startAt?: number | undefined;
|
|
340
340
|
/** The maximum number of items to return per page. */
|
|
341
|
-
maxResults?: number;
|
|
341
|
+
maxResults?: number | undefined;
|
|
342
342
|
/**
|
|
343
343
|
* The list of field configuration scheme IDs. To include multiple field
|
|
344
344
|
* configuration schemes separate IDs with ampersand:
|
|
345
345
|
* `fieldConfigurationSchemeId=10000&fieldConfigurationSchemeId=10001`.
|
|
346
346
|
*/
|
|
347
|
-
fieldConfigurationSchemeId?: number[];
|
|
348
|
-
})
|
|
347
|
+
fieldConfigurationSchemeId?: number[] | undefined;
|
|
348
|
+
}) => Promise<PageBeanFieldConfigurationIssueTypeItem>;
|
|
349
349
|
/**
|
|
350
350
|
* Returns a [paginated](#pagination) list of field configuration schemes and, for
|
|
351
351
|
* each scheme, a list of the projects that use it.
|
|
@@ -391,17 +391,17 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
391
391
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
392
392
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-get
|
|
393
393
|
*/
|
|
394
|
-
getFieldConfigurationSchemeProjectMapping({ startAt, maxResults, projectId, }: {
|
|
394
|
+
getFieldConfigurationSchemeProjectMapping: ({ startAt, maxResults, projectId, }: {
|
|
395
395
|
/** The index of the first item to return in a page of results (page offset). */
|
|
396
|
-
startAt?: number;
|
|
396
|
+
startAt?: number | undefined;
|
|
397
397
|
/** The maximum number of items to return per page. */
|
|
398
|
-
maxResults?: number;
|
|
398
|
+
maxResults?: number | undefined;
|
|
399
399
|
/**
|
|
400
400
|
* The list of project IDs. To include multiple projects, separate IDs with
|
|
401
401
|
* ampersand: `projectId=10000&projectId=10001`.
|
|
402
402
|
*/
|
|
403
403
|
projectId: number[];
|
|
404
|
-
})
|
|
404
|
+
}) => Promise<PageBeanFieldConfigurationSchemeProjects>;
|
|
405
405
|
/**
|
|
406
406
|
* Removes issue types from the field configuration scheme.
|
|
407
407
|
*
|
|
@@ -417,7 +417,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
417
417
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
418
418
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-delete-post
|
|
419
419
|
*/
|
|
420
|
-
removeIssueTypesFromGlobalFieldConfigurationScheme({ id, issueTypeIdsToRemove, }: {
|
|
420
|
+
removeIssueTypesFromGlobalFieldConfigurationScheme: ({ id, issueTypeIdsToRemove, }: {
|
|
421
421
|
/** The ID of the field configuration scheme. */
|
|
422
422
|
id: number;
|
|
423
423
|
/**
|
|
@@ -432,7 +432,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
432
432
|
* }
|
|
433
433
|
*/
|
|
434
434
|
issueTypeIdsToRemove: IssueTypeIdsToRemove;
|
|
435
|
-
})
|
|
435
|
+
}) => Promise<void>;
|
|
436
436
|
/**
|
|
437
437
|
* Assigns issue types to field configurations on field configuration scheme.
|
|
438
438
|
*
|
|
@@ -448,7 +448,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
448
448
|
* @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
|
|
449
449
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-put
|
|
450
450
|
*/
|
|
451
|
-
setFieldConfigurationSchemeMapping({ id, associateFieldConfigurationsWithIssueTypesRequest, }: {
|
|
451
|
+
setFieldConfigurationSchemeMapping: ({ id, associateFieldConfigurationsWithIssueTypesRequest, }: {
|
|
452
452
|
/** The ID of the field configuration scheme. */
|
|
453
453
|
id: number;
|
|
454
454
|
/**
|
|
@@ -470,7 +470,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
470
470
|
* }
|
|
471
471
|
*/
|
|
472
472
|
associateFieldConfigurationsWithIssueTypesRequest: AssociateFieldConfigurationsWithIssueTypesRequest;
|
|
473
|
-
})
|
|
473
|
+
}) => Promise<void>;
|
|
474
474
|
/**
|
|
475
475
|
* Updates a field configuration. The name and the description provided in the
|
|
476
476
|
* request override the existing values.
|
|
@@ -487,7 +487,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
487
487
|
* @scopes-beta write:field-configuration:jira
|
|
488
488
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-put
|
|
489
489
|
*/
|
|
490
|
-
updateFieldConfiguration({ id, fieldConfigurationDetails, }: {
|
|
490
|
+
updateFieldConfiguration: ({ id, fieldConfigurationDetails, }: {
|
|
491
491
|
/** The ID of the field configuration. */
|
|
492
492
|
id: number;
|
|
493
493
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
497
497
|
* }
|
|
498
498
|
*/
|
|
499
499
|
fieldConfigurationDetails: FieldConfigurationDetails;
|
|
500
|
-
})
|
|
500
|
+
}) => Promise<void>;
|
|
501
501
|
/**
|
|
502
502
|
* Updates fields in a field configuration. The properties of the field
|
|
503
503
|
* configuration fields provided override the existing values.
|
|
@@ -519,7 +519,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
519
519
|
* @scopes-beta write:field-configuration:jira
|
|
520
520
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-put
|
|
521
521
|
*/
|
|
522
|
-
updateFieldConfigurationItems({ id, fieldConfigurationItemsDetails, }: {
|
|
522
|
+
updateFieldConfigurationItems: ({ id, fieldConfigurationItemsDetails, }: {
|
|
523
523
|
/** The ID of the field configuration. */
|
|
524
524
|
id: number;
|
|
525
525
|
/**
|
|
@@ -545,7 +545,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
545
545
|
* }
|
|
546
546
|
*/
|
|
547
547
|
fieldConfigurationItemsDetails: FieldConfigurationItemsDetails;
|
|
548
|
-
})
|
|
548
|
+
}) => Promise<void>;
|
|
549
549
|
/**
|
|
550
550
|
* Updates a field configuration scheme.
|
|
551
551
|
*
|
|
@@ -561,7 +561,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
561
561
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
562
562
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-put
|
|
563
563
|
*/
|
|
564
|
-
updateFieldConfigurationScheme({ id, updateFieldConfigurationSchemeDetails, }: {
|
|
564
|
+
updateFieldConfigurationScheme: ({ id, updateFieldConfigurationSchemeDetails, }: {
|
|
565
565
|
/** The ID of the field configuration scheme. */
|
|
566
566
|
id: number;
|
|
567
567
|
/**
|
|
@@ -573,6 +573,6 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
573
573
|
* }
|
|
574
574
|
*/
|
|
575
575
|
updateFieldConfigurationSchemeDetails: UpdateFieldConfigurationSchemeDetails;
|
|
576
|
-
})
|
|
576
|
+
}) => Promise<void>;
|
|
577
577
|
static initialize(): void;
|
|
578
578
|
}
|