@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":"IssueWorklogsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueWorklogsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,2DAMiC;AACjC,wEAAqE;AACrE;;;;;;;GAOG;AACH,MAAa,oBAAqB,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"IssueWorklogsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueWorklogsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -87,7 +87,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
87
87
|
* @scopes-beta write:issue:jira
|
|
88
88
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-archive-put
|
|
89
89
|
*/
|
|
90
|
-
archiveIssues({ issueArchivalSyncRequest, }: {
|
|
90
|
+
archiveIssues: ({ issueArchivalSyncRequest, }: {
|
|
91
91
|
/**
|
|
92
92
|
* Contains a list of issue keys or IDs to be archived.
|
|
93
93
|
*
|
|
@@ -100,7 +100,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
100
100
|
* }
|
|
101
101
|
*/
|
|
102
102
|
issueArchivalSyncRequest: IssueArchivalSyncRequest;
|
|
103
|
-
})
|
|
103
|
+
}) => Promise<IssueArchivalSyncResponse>;
|
|
104
104
|
/**
|
|
105
105
|
* Enables admins to archive up to 100,000 issues in a single request using JQL,
|
|
106
106
|
* returning the URL to check the status of the submitted request.
|
|
@@ -135,7 +135,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
135
135
|
* @scopes-beta write:issue:jira
|
|
136
136
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-archive-post
|
|
137
137
|
*/
|
|
138
|
-
archiveIssuesAsync({ archiveIssueAsyncRequest, }: {
|
|
138
|
+
archiveIssuesAsync: ({ archiveIssueAsyncRequest, }: {
|
|
139
139
|
/**
|
|
140
140
|
* A JQL query specifying the issues to archive. Note that subtasks can only be
|
|
141
141
|
* archived through their parent issues.
|
|
@@ -145,7 +145,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
145
145
|
* }
|
|
146
146
|
*/
|
|
147
147
|
archiveIssueAsyncRequest: ArchiveIssueAsyncRequest;
|
|
148
|
-
})
|
|
148
|
+
}) => Promise<string>;
|
|
149
149
|
/**
|
|
150
150
|
* Assigns an issue to a user. Use this operation when the calling user does not
|
|
151
151
|
* have the *Edit Issues* permission but has the *Assign issue* permission for the
|
|
@@ -172,7 +172,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
172
172
|
* @scopes-beta write:issue:jira
|
|
173
173
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-assignee-put
|
|
174
174
|
*/
|
|
175
|
-
assignIssue({ issueIdOrKey, user, }: {
|
|
175
|
+
assignIssue: ({ issueIdOrKey, user, }: {
|
|
176
176
|
/** The ID or key of the issue to be assigned. */
|
|
177
177
|
issueIdOrKey: string;
|
|
178
178
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
183
183
|
* }
|
|
184
184
|
*/
|
|
185
185
|
user: User;
|
|
186
|
-
})
|
|
186
|
+
}) => Promise<void>;
|
|
187
187
|
/**
|
|
188
188
|
* Creates an issue or, where the option to create subtasks is enabled in Jira, a
|
|
189
189
|
* subtask. A transition may be applied, to move the issue or subtask to a
|
|
@@ -231,7 +231,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
231
231
|
* write:attachment:jira, read:issue:jira
|
|
232
232
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-post
|
|
233
233
|
*/
|
|
234
|
-
createIssue({ updateHistory, issueUpdateDetails, }: {
|
|
234
|
+
createIssue: ({ updateHistory, issueUpdateDetails, }: {
|
|
235
235
|
/**
|
|
236
236
|
* Whether the project in which the issue is created is added to the user's
|
|
237
237
|
* **Recently viewed** project list, as shown under **Projects** in Jira. When
|
|
@@ -239,7 +239,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
239
239
|
* project. These values are then used to provide defaults on the issue create
|
|
240
240
|
* screen.
|
|
241
241
|
*/
|
|
242
|
-
updateHistory?: boolean;
|
|
242
|
+
updateHistory?: boolean | undefined;
|
|
243
243
|
/**
|
|
244
244
|
* @example {
|
|
245
245
|
* "fields": {
|
|
@@ -369,7 +369,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
369
369
|
* }
|
|
370
370
|
*/
|
|
371
371
|
issueUpdateDetails: IssueUpdateDetails;
|
|
372
|
-
})
|
|
372
|
+
}) => Promise<CreatedIssue>;
|
|
373
373
|
/**
|
|
374
374
|
* Creates upto **50** issues and, where the option to create subtasks is enabled
|
|
375
375
|
* in Jira, subtasks. Transitions may be applied, to move the issues or subtasks
|
|
@@ -433,7 +433,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
433
433
|
* write:attachment:jira, read:issue:jira
|
|
434
434
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-bulk-post
|
|
435
435
|
*/
|
|
436
|
-
createIssues({ issuesUpdateBean, }: {
|
|
436
|
+
createIssues: ({ issuesUpdateBean, }: {
|
|
437
437
|
/**
|
|
438
438
|
* @example {
|
|
439
439
|
* "issueUpdates": [
|
|
@@ -695,7 +695,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
695
695
|
* }
|
|
696
696
|
*/
|
|
697
697
|
issuesUpdateBean: IssuesUpdateBean;
|
|
698
|
-
})
|
|
698
|
+
}) => Promise<CreatedIssues>;
|
|
699
699
|
/**
|
|
700
700
|
* Deletes an issue.
|
|
701
701
|
*
|
|
@@ -718,12 +718,12 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
718
718
|
* @scopes-beta delete:issue:jira
|
|
719
719
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-delete
|
|
720
720
|
*/
|
|
721
|
-
deleteIssue({ issueIdOrKey, deleteSubtasks, }: {
|
|
721
|
+
deleteIssue: ({ issueIdOrKey, deleteSubtasks, }: {
|
|
722
722
|
/** The ID or key of the issue. */
|
|
723
723
|
issueIdOrKey: string;
|
|
724
724
|
/** Whether the issue's subtasks are deleted when the issue is deleted. */
|
|
725
|
-
deleteSubtasks?: "
|
|
726
|
-
})
|
|
725
|
+
deleteSubtasks?: "false" | "true" | undefined;
|
|
726
|
+
}) => Promise<void>;
|
|
727
727
|
/**
|
|
728
728
|
* Performs an issue transition and, if the transition has a screen, updates the
|
|
729
729
|
* fields from the transition screen.
|
|
@@ -750,7 +750,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
750
750
|
* @scopes-beta write:issue:jira, write:issue.property:jira
|
|
751
751
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-transitions-post
|
|
752
752
|
*/
|
|
753
|
-
doTransition({ issueIdOrKey, issueUpdateDetails, }: {
|
|
753
|
+
doTransition: ({ issueIdOrKey, issueUpdateDetails, }: {
|
|
754
754
|
/** The ID or key of the issue. */
|
|
755
755
|
issueIdOrKey: string;
|
|
756
756
|
/**
|
|
@@ -816,7 +816,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
816
816
|
* }
|
|
817
817
|
*/
|
|
818
818
|
issueUpdateDetails: IssueUpdateDetails;
|
|
819
|
-
})
|
|
819
|
+
}) => Promise<void>;
|
|
820
820
|
/**
|
|
821
821
|
* Edits an issue. Issue properties may be updated as part of the edit. Please
|
|
822
822
|
* note that issue transition will be ignored as it is not supported yet.
|
|
@@ -862,7 +862,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
862
862
|
* @scopes-beta write:issue:jira
|
|
863
863
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-put
|
|
864
864
|
*/
|
|
865
|
-
editIssue({ issueIdOrKey, notifyUsers, overrideScreenSecurity, overrideEditableFlag, returnIssue, expand, issueUpdateDetails, }: {
|
|
865
|
+
editIssue: ({ issueIdOrKey, notifyUsers, overrideScreenSecurity, overrideEditableFlag, returnIssue, expand, issueUpdateDetails, }: {
|
|
866
866
|
/** The ID or key of the issue. */
|
|
867
867
|
issueIdOrKey: string;
|
|
868
868
|
/**
|
|
@@ -871,7 +871,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
871
871
|
* required. If the user doesn't have the necessary permission the request is
|
|
872
872
|
* ignored.
|
|
873
873
|
*/
|
|
874
|
-
notifyUsers?: boolean;
|
|
874
|
+
notifyUsers?: boolean | undefined;
|
|
875
875
|
/**
|
|
876
876
|
* Whether screen security is overridden to enable hidden fields to be edited.
|
|
877
877
|
* Available to Connect app users with *Administer Jira* [global
|
|
@@ -879,7 +879,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
879
879
|
* behalf of users with *Administer Jira* [global
|
|
880
880
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
881
881
|
*/
|
|
882
|
-
overrideScreenSecurity?: boolean;
|
|
882
|
+
overrideScreenSecurity?: boolean | undefined;
|
|
883
883
|
/**
|
|
884
884
|
* Whether screen security is overridden to enable uneditable fields to be edited.
|
|
885
885
|
* Available to Connect app users with *Administer Jira* [global
|
|
@@ -887,18 +887,18 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
887
887
|
* behalf of users with *Administer Jira* [global
|
|
888
888
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
889
889
|
*/
|
|
890
|
-
overrideEditableFlag?: boolean;
|
|
890
|
+
overrideEditableFlag?: boolean | undefined;
|
|
891
891
|
/**
|
|
892
892
|
* Whether the response should contain the issue with fields edited in this
|
|
893
893
|
* request. The returned issue will have the same format as in the [Get issue
|
|
894
894
|
* API](#api-rest-api-3-issue-issueidorkey-get).
|
|
895
895
|
*/
|
|
896
|
-
returnIssue?: boolean;
|
|
896
|
+
returnIssue?: boolean | undefined;
|
|
897
897
|
/**
|
|
898
898
|
* The Get issue API expand parameter to use in the response if the `returnIssue`
|
|
899
899
|
* parameter is `true`.
|
|
900
900
|
*/
|
|
901
|
-
expand?: string;
|
|
901
|
+
expand?: string | undefined;
|
|
902
902
|
/**
|
|
903
903
|
* @example {
|
|
904
904
|
* "fields": {
|
|
@@ -985,7 +985,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
985
985
|
* }
|
|
986
986
|
*/
|
|
987
987
|
issueUpdateDetails: IssueUpdateDetails;
|
|
988
|
-
})
|
|
988
|
+
}) => Promise<commonHttpClient.WithResponse<{
|
|
989
989
|
status: 200;
|
|
990
990
|
mediaType: "application/json";
|
|
991
991
|
body: unknown;
|
|
@@ -1030,7 +1030,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1030
1030
|
* @scopes-beta read:issue:jira
|
|
1031
1031
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issues-archive-export-put
|
|
1032
1032
|
*/
|
|
1033
|
-
exportArchivedIssues({ archivedIssuesFilterRequest, }: {
|
|
1033
|
+
exportArchivedIssues: ({ archivedIssuesFilterRequest, }: {
|
|
1034
1034
|
/**
|
|
1035
1035
|
* You can filter the issues in your request by the `projects`, `archivedBy`,
|
|
1036
1036
|
* `archivedDate`, `issueTypes`, and `reporters` fields. All filters are optional.
|
|
@@ -1065,7 +1065,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1065
1065
|
* }
|
|
1066
1066
|
*/
|
|
1067
1067
|
archivedIssuesFilterRequest: ArchivedIssuesFilterRequest;
|
|
1068
|
-
})
|
|
1068
|
+
}) => Promise<ExportArchivedIssuesTaskProgressResponse>;
|
|
1069
1069
|
/**
|
|
1070
1070
|
* Returns a [paginated](#pagination) list of all changelogs for an issue sorted
|
|
1071
1071
|
* by date, starting from the oldest.
|
|
@@ -1167,14 +1167,14 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1167
1167
|
* @scopes-beta read:issue-meta:jira, read:avatar:jira, read:issue.changelog:jira
|
|
1168
1168
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-changelog-get
|
|
1169
1169
|
*/
|
|
1170
|
-
getChangeLogs({ issueIdOrKey, startAt, maxResults, }: {
|
|
1170
|
+
getChangeLogs: ({ issueIdOrKey, startAt, maxResults, }: {
|
|
1171
1171
|
/** The ID or key of the issue. */
|
|
1172
1172
|
issueIdOrKey: string;
|
|
1173
1173
|
/** The index of the first item to return in a page of results (page offset). */
|
|
1174
|
-
startAt?: number;
|
|
1174
|
+
startAt?: number | undefined;
|
|
1175
1175
|
/** The maximum number of items to return per page. */
|
|
1176
|
-
maxResults?: number;
|
|
1177
|
-
})
|
|
1176
|
+
maxResults?: number | undefined;
|
|
1177
|
+
}) => Promise<PageBeanChangelog>;
|
|
1178
1178
|
/**
|
|
1179
1179
|
* Returns changelogs for an issue specified by a list of changelog IDs.
|
|
1180
1180
|
*
|
|
@@ -1270,7 +1270,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1270
1270
|
* @scopes-beta read:issue-meta:jira, read:avatar:jira, read:issue.changelog:jira
|
|
1271
1271
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-changelog-list-post
|
|
1272
1272
|
*/
|
|
1273
|
-
getChangeLogsByIds({ issueIdOrKey, issueChangelogIds, }: {
|
|
1273
|
+
getChangeLogsByIds: ({ issueIdOrKey, issueChangelogIds, }: {
|
|
1274
1274
|
/** The ID or key of the issue. */
|
|
1275
1275
|
issueIdOrKey: string;
|
|
1276
1276
|
/**
|
|
@@ -1282,7 +1282,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1282
1282
|
* }
|
|
1283
1283
|
*/
|
|
1284
1284
|
issueChangelogIds: IssueChangelogIds;
|
|
1285
|
-
})
|
|
1285
|
+
}) => Promise<PageOfChangelogs>;
|
|
1286
1286
|
/**
|
|
1287
1287
|
* Returns details of projects, issue types within projects, and, when requested,
|
|
1288
1288
|
* the create screen fields for each issue type for the user. Use the information
|
|
@@ -1355,35 +1355,35 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1355
1355
|
* @scopes-beta read:issue-meta:jira, read:avatar:jira, read:field-configuration:jira
|
|
1356
1356
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-createmeta-get
|
|
1357
1357
|
*/
|
|
1358
|
-
getCreateIssueMeta({ projectIds, projectKeys, issuetypeIds, issuetypeNames, expand, }?: {
|
|
1358
|
+
getCreateIssueMeta: ({ projectIds, projectKeys, issuetypeIds, issuetypeNames, expand, }?: {
|
|
1359
1359
|
/**
|
|
1360
1360
|
* List of project IDs. This parameter accepts a comma-separated list. Multiple
|
|
1361
1361
|
* project IDs can also be provided using an ampersand-separated list. For
|
|
1362
1362
|
* example, `projectIds=10000,10001&projectIds=10020,10021`. This parameter may be
|
|
1363
1363
|
* provided with `projectKeys`.
|
|
1364
1364
|
*/
|
|
1365
|
-
projectIds?: string[];
|
|
1365
|
+
projectIds?: string[] | undefined;
|
|
1366
1366
|
/**
|
|
1367
1367
|
* List of project keys. This parameter accepts a comma-separated list. Multiple
|
|
1368
1368
|
* project keys can also be provided using an ampersand-separated list. For
|
|
1369
1369
|
* example, `projectKeys=proj1,proj2&projectKeys=proj3`. This parameter may be
|
|
1370
1370
|
* provided with `projectIds`.
|
|
1371
1371
|
*/
|
|
1372
|
-
projectKeys?: string[];
|
|
1372
|
+
projectKeys?: string[] | undefined;
|
|
1373
1373
|
/**
|
|
1374
1374
|
* List of issue type IDs. This parameter accepts a comma-separated list. Multiple
|
|
1375
1375
|
* issue type IDs can also be provided using an ampersand-separated list. For
|
|
1376
1376
|
* example, `issuetypeIds=10000,10001&issuetypeIds=10020,10021`. This parameter
|
|
1377
1377
|
* may be provided with `issuetypeNames`.
|
|
1378
1378
|
*/
|
|
1379
|
-
issuetypeIds?: string[];
|
|
1379
|
+
issuetypeIds?: string[] | undefined;
|
|
1380
1380
|
/**
|
|
1381
1381
|
* List of issue type names. This parameter accepts a comma-separated list.
|
|
1382
1382
|
* Multiple issue type names can also be provided using an ampersand-separated
|
|
1383
1383
|
* list. For example, `issuetypeNames=name1,name2&issuetypeNames=name3`. This
|
|
1384
1384
|
* parameter may be provided with `issuetypeIds`.
|
|
1385
1385
|
*/
|
|
1386
|
-
issuetypeNames?: string[];
|
|
1386
|
+
issuetypeNames?: string[] | undefined;
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Use [expand](#expansion) to include additional information about issue metadata
|
|
1389
1389
|
* in the response. This parameter accepts `projects.issuetypes.fields`, which
|
|
@@ -1393,8 +1393,8 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1393
1393
|
* issue](#api-rest-api-3-issue-post) and [Create
|
|
1394
1394
|
* issues](#api-rest-api-3-issue-bulk-post).
|
|
1395
1395
|
*/
|
|
1396
|
-
expand?: string;
|
|
1397
|
-
})
|
|
1396
|
+
expand?: string | undefined;
|
|
1397
|
+
}) => Promise<IssueCreateMetadata>;
|
|
1398
1398
|
/**
|
|
1399
1399
|
* Returns a page of field metadata for a specified project and issuetype id. Use
|
|
1400
1400
|
* the information to populate the requests in [ Create
|
|
@@ -1431,16 +1431,16 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1431
1431
|
* @scopes-beta read:issue-meta:jira, read:avatar:jira, read:field-configuration:jira
|
|
1432
1432
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-createmeta-projectidorkey-issuetypes-issuetypeid-get
|
|
1433
1433
|
*/
|
|
1434
|
-
getCreateIssueMetaIssueTypeId({ projectIdOrKey, issueTypeId, startAt, maxResults, }: {
|
|
1434
|
+
getCreateIssueMetaIssueTypeId: ({ projectIdOrKey, issueTypeId, startAt, maxResults, }: {
|
|
1435
1435
|
/** The ID or key of the project. */
|
|
1436
1436
|
projectIdOrKey: string;
|
|
1437
1437
|
/** The issuetype ID. */
|
|
1438
1438
|
issueTypeId: string;
|
|
1439
1439
|
/** The index of the first item to return in a page of results (page offset). */
|
|
1440
|
-
startAt?: number;
|
|
1440
|
+
startAt?: number | undefined;
|
|
1441
1441
|
/** The maximum number of items to return per page. */
|
|
1442
|
-
maxResults?: number;
|
|
1443
|
-
})
|
|
1442
|
+
maxResults?: number | undefined;
|
|
1443
|
+
}) => Promise<PageOfCreateMetaIssueTypeWithField>;
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Returns a page of issue type metadata for a specified project. Use the
|
|
1446
1446
|
* information to populate the requests in [ Create
|
|
@@ -1476,14 +1476,14 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1476
1476
|
* @scopes-beta read:issue-meta:jira, read:avatar:jira, read:field-configuration:jira
|
|
1477
1477
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-createmeta-projectidorkey-issuetypes-get
|
|
1478
1478
|
*/
|
|
1479
|
-
getCreateIssueMetaIssueTypes({ projectIdOrKey, startAt, maxResults, }: {
|
|
1479
|
+
getCreateIssueMetaIssueTypes: ({ projectIdOrKey, startAt, maxResults, }: {
|
|
1480
1480
|
/** The ID or key of the project. */
|
|
1481
1481
|
projectIdOrKey: string;
|
|
1482
1482
|
/** The index of the first item to return in a page of results (page offset). */
|
|
1483
|
-
startAt?: number;
|
|
1483
|
+
startAt?: number | undefined;
|
|
1484
1484
|
/** The maximum number of items to return per page. */
|
|
1485
|
-
maxResults?: number;
|
|
1486
|
-
})
|
|
1485
|
+
maxResults?: number | undefined;
|
|
1486
|
+
}) => Promise<PageOfCreateMetaIssueTypes>;
|
|
1487
1487
|
/**
|
|
1488
1488
|
* Returns the edit screen fields for an issue that are visible to and editable by
|
|
1489
1489
|
* the user. Use the information to populate the requests in [Edit
|
|
@@ -1581,7 +1581,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1581
1581
|
* @scopes-beta read:issue-meta:jira, read:field-configuration:jira
|
|
1582
1582
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-editmeta-get
|
|
1583
1583
|
*/
|
|
1584
|
-
getEditIssueMeta({ issueIdOrKey, overrideScreenSecurity, overrideEditableFlag, }: {
|
|
1584
|
+
getEditIssueMeta: ({ issueIdOrKey, overrideScreenSecurity, overrideEditableFlag, }: {
|
|
1585
1585
|
/** The ID or key of the issue. */
|
|
1586
1586
|
issueIdOrKey: string;
|
|
1587
1587
|
/**
|
|
@@ -1591,7 +1591,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1591
1591
|
* behalf of users with *Administer Jira* [global
|
|
1592
1592
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
1593
1593
|
*/
|
|
1594
|
-
overrideScreenSecurity?: boolean;
|
|
1594
|
+
overrideScreenSecurity?: boolean | undefined;
|
|
1595
1595
|
/**
|
|
1596
1596
|
* Whether non-editable fields are returned. Available to Connect app users with
|
|
1597
1597
|
* *Administer Jira* [global
|
|
@@ -1599,8 +1599,8 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1599
1599
|
* behalf of users with *Administer Jira* [global
|
|
1600
1600
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
1601
1601
|
*/
|
|
1602
|
-
overrideEditableFlag?: boolean;
|
|
1603
|
-
})
|
|
1602
|
+
overrideEditableFlag?: boolean | undefined;
|
|
1603
|
+
}) => Promise<IssueUpdateMetadata>;
|
|
1604
1604
|
/**
|
|
1605
1605
|
* Returns all issue events.
|
|
1606
1606
|
*
|
|
@@ -1624,7 +1624,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1624
1624
|
* @scopes-beta read:issue-event:jira
|
|
1625
1625
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-events-get
|
|
1626
1626
|
*/
|
|
1627
|
-
getEvents()
|
|
1627
|
+
getEvents: () => Promise<IssueEvent[]>;
|
|
1628
1628
|
/**
|
|
1629
1629
|
* Returns the details for an issue.
|
|
1630
1630
|
*
|
|
@@ -1921,7 +1921,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1921
1921
|
* read:user:jira, read:field-configuration:jira
|
|
1922
1922
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-get
|
|
1923
1923
|
*/
|
|
1924
|
-
getIssue({ issueIdOrKey, fields, fieldsByKeys, expand, properties, updateHistory, }: {
|
|
1924
|
+
getIssue: ({ issueIdOrKey, fields, fieldsByKeys, expand, properties, updateHistory, }: {
|
|
1925
1925
|
/** The ID or key of the issue. */
|
|
1926
1926
|
issueIdOrKey: string;
|
|
1927
1927
|
/**
|
|
@@ -1945,13 +1945,13 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1945
1945
|
* using JQL (GET)](#api-rest-api-3-search-get) and [Search for issues using JQL
|
|
1946
1946
|
* (POST)](#api-rest-api-3-search-post) where the default is all navigable fields.
|
|
1947
1947
|
*/
|
|
1948
|
-
fields?: string[];
|
|
1948
|
+
fields?: string[] | undefined;
|
|
1949
1949
|
/**
|
|
1950
1950
|
* Whether fields in `fields` are referenced by keys rather than IDs. This
|
|
1951
1951
|
* parameter is useful where fields have been added by a connect app and a field's
|
|
1952
1952
|
* key may differ from its ID.
|
|
1953
1953
|
*/
|
|
1954
|
-
fieldsByKeys?: boolean;
|
|
1954
|
+
fieldsByKeys?: boolean | undefined;
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Use [expand](#expansion) to include additional information about the issues in
|
|
1957
1957
|
* the response. This parameter accepts a comma-separated list. Expand options
|
|
@@ -1968,7 +1968,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1968
1968
|
* field's value, with the highest number representing the most recent version.
|
|
1969
1969
|
* Note: When included in the request, the `fields` parameter is ignored.
|
|
1970
1970
|
*/
|
|
1971
|
-
expand?: string;
|
|
1971
|
+
expand?: string | undefined;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* A list of issue properties to return for the issue. This parameter accepts a
|
|
1974
1974
|
* comma-separated list. Allowed values:
|
|
@@ -1985,15 +1985,15 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
1985
1985
|
* This parameter may be specified multiple times. For example,
|
|
1986
1986
|
* `properties=prop1,prop2& properties=prop3`.
|
|
1987
1987
|
*/
|
|
1988
|
-
properties?: string[];
|
|
1988
|
+
properties?: string[] | undefined;
|
|
1989
1989
|
/**
|
|
1990
1990
|
* Whether the project in which the issue is created is added to the user's
|
|
1991
1991
|
* **Recently viewed** project list, as shown under **Projects** in Jira. This
|
|
1992
1992
|
* also populates the [JQL issues search](#api-rest-api-3-search-get) `lastViewed`
|
|
1993
1993
|
* field.
|
|
1994
1994
|
*/
|
|
1995
|
-
updateHistory?: boolean;
|
|
1996
|
-
})
|
|
1995
|
+
updateHistory?: boolean | undefined;
|
|
1996
|
+
}) => Promise<IssueBean>;
|
|
1997
1997
|
/**
|
|
1998
1998
|
* Returns all issues breaching and approaching per-issue limits.
|
|
1999
1999
|
*
|
|
@@ -2058,9 +2058,9 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2058
2058
|
* @scopes-beta read:project:jira, read:issue:jira
|
|
2059
2059
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-limit-report-get
|
|
2060
2060
|
*/
|
|
2061
|
-
getIssueLimitReport({ issueLimitReportRequest, }: {
|
|
2061
|
+
getIssueLimitReport: ({ issueLimitReportRequest, }: {
|
|
2062
2062
|
issueLimitReportRequest: IssueLimitReportRequest;
|
|
2063
|
-
})
|
|
2063
|
+
}) => Promise<IssueLimitReportResponseBean>;
|
|
2064
2064
|
/**
|
|
2065
2065
|
* Returns either all transitions or a transition that can be performed by the
|
|
2066
2066
|
* user on an issue, based on the issue's status.
|
|
@@ -2209,7 +2209,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2209
2209
|
* @scopes-beta read:issue.transition:jira, read:status:jira, read:field-configuration:jira
|
|
2210
2210
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-transitions-get
|
|
2211
2211
|
*/
|
|
2212
|
-
getTransitions({ issueIdOrKey, expand, transitionId, skipRemoteOnlyCondition, includeUnavailableTransitions, sortByOpsBarAndStatus, }: {
|
|
2212
|
+
getTransitions: ({ issueIdOrKey, expand, transitionId, skipRemoteOnlyCondition, includeUnavailableTransitions, sortByOpsBarAndStatus, }: {
|
|
2213
2213
|
/** The ID or key of the issue. */
|
|
2214
2214
|
issueIdOrKey: string;
|
|
2215
2215
|
/**
|
|
@@ -2220,25 +2220,25 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2220
2220
|
* populate the `fields` and `update` fields in [Transition
|
|
2221
2221
|
* issue](#api-rest-api-3-issue-issueIdOrKey-transitions-post).
|
|
2222
2222
|
*/
|
|
2223
|
-
expand?: string;
|
|
2223
|
+
expand?: string | undefined;
|
|
2224
2224
|
/** The ID of the transition. */
|
|
2225
|
-
transitionId?: string;
|
|
2225
|
+
transitionId?: string | undefined;
|
|
2226
2226
|
/**
|
|
2227
2227
|
* Whether transitions with the condition *Hide From User Condition* are included
|
|
2228
2228
|
* in the response.
|
|
2229
2229
|
*/
|
|
2230
|
-
skipRemoteOnlyCondition?: boolean;
|
|
2230
|
+
skipRemoteOnlyCondition?: boolean | undefined;
|
|
2231
2231
|
/**
|
|
2232
2232
|
* Whether details of transitions that fail a condition are included in the
|
|
2233
2233
|
* response
|
|
2234
2234
|
*/
|
|
2235
|
-
includeUnavailableTransitions?: boolean;
|
|
2235
|
+
includeUnavailableTransitions?: boolean | undefined;
|
|
2236
2236
|
/**
|
|
2237
2237
|
* Whether the transitions are sorted by ops-bar sequence value first then
|
|
2238
2238
|
* category order (Todo, In Progress, Done) or only by ops-bar sequence value.
|
|
2239
2239
|
*/
|
|
2240
|
-
sortByOpsBarAndStatus?: boolean;
|
|
2241
|
-
})
|
|
2240
|
+
sortByOpsBarAndStatus?: boolean | undefined;
|
|
2241
|
+
}) => Promise<Transitions>;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* Creates an email notification for an issue and adds it to the mail queue.
|
|
2244
2244
|
*
|
|
@@ -2256,7 +2256,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2256
2256
|
* @scopes-beta send:notification:jira
|
|
2257
2257
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-issueidorkey-notify-post
|
|
2258
2258
|
*/
|
|
2259
|
-
notify({ issueIdOrKey, notification, }: {
|
|
2259
|
+
notify: ({ issueIdOrKey, notification, }: {
|
|
2260
2260
|
/** ID or key of the issue that the notification is sent for. */
|
|
2261
2261
|
issueIdOrKey: string;
|
|
2262
2262
|
/**
|
|
@@ -2301,7 +2301,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2301
2301
|
* }
|
|
2302
2302
|
*/
|
|
2303
2303
|
notification: Notification;
|
|
2304
|
-
})
|
|
2304
|
+
}) => Promise<void>;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Enables admins to unarchive up to 1000 issues in a single request using issue
|
|
2307
2307
|
* ID/key, returning details of the issue(s) unarchived in the process and the
|
|
@@ -2361,7 +2361,7 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2361
2361
|
* @scopes-beta write:issue:jira
|
|
2362
2362
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues#api-rest-api-3-issue-unarchive-put
|
|
2363
2363
|
*/
|
|
2364
|
-
unarchiveIssues({ issueArchivalSyncRequest, }: {
|
|
2364
|
+
unarchiveIssues: ({ issueArchivalSyncRequest, }: {
|
|
2365
2365
|
/**
|
|
2366
2366
|
* Contains a list of issue keys or IDs to be unarchived.
|
|
2367
2367
|
*
|
|
@@ -2374,6 +2374,6 @@ export declare class IssuesService extends CommonHttpService {
|
|
|
2374
2374
|
* }
|
|
2375
2375
|
*/
|
|
2376
2376
|
issueArchivalSyncRequest: IssueArchivalSyncRequest;
|
|
2377
|
-
})
|
|
2377
|
+
}) => Promise<IssueArchivalSyncResponse>;
|
|
2378
2378
|
static initialize(): void;
|
|
2379
2379
|
}
|