@resolution/jira-api-client 0.4.4 → 0.4.6
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 +60 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +118 -95
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1073 -869
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/core/CommonHttpService.d.ts +2 -0
- package/lib/openapi/platform/core/CommonHttpService.js +9 -0
- package/lib/openapi/platform/core/CommonHttpService.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/BaseJiraSoftwareApiClient.d.ts +13 -14
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +454 -429
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/core/CommonHttpService.d.ts +2 -0
- package/lib/openapi/software/core/CommonHttpService.js +9 -0
- package/lib/openapi/software/core/CommonHttpService.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
|
@@ -21,6 +21,7 @@ const FiltersService_1 = require("./services/FiltersService");
|
|
|
21
21
|
const GroupAndUserPickerService_1 = require("./services/GroupAndUserPickerService");
|
|
22
22
|
const GroupsService_1 = require("./services/GroupsService");
|
|
23
23
|
const IssueAttachmentsService_1 = require("./services/IssueAttachmentsService");
|
|
24
|
+
const IssueBulkOperationsService_1 = require("./services/IssueBulkOperationsService");
|
|
24
25
|
const IssueCommentPropertiesService_1 = require("./services/IssueCommentPropertiesService");
|
|
25
26
|
const IssueCommentsService_1 = require("./services/IssueCommentsService");
|
|
26
27
|
const IssueCustomFieldConfigurationAppsService_1 = require("./services/IssueCustomFieldConfigurationAppsService");
|
|
@@ -109,9 +110,1080 @@ exports.BaseJiraPlatformApiClientError = BaseJiraPlatformApiClientError;
|
|
|
109
110
|
*
|
|
110
111
|
* Jira Cloud platform REST API documentation
|
|
111
112
|
*
|
|
112
|
-
* @version 1001.0.0-SNAPSHOT-
|
|
113
|
+
* @version 1001.0.0-SNAPSHOT-a74c1872dbb34b9f62b4c6fa130a93e7a0779597
|
|
113
114
|
*/
|
|
114
115
|
class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
116
|
+
/**
|
|
117
|
+
* This resource represents an announcement banner. Use it to retrieve and update
|
|
118
|
+
* banner configuration.
|
|
119
|
+
*
|
|
120
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-announcement-banner
|
|
121
|
+
*/
|
|
122
|
+
get announcementBanner() {
|
|
123
|
+
return this.getServiceInstance(AnnouncementBannerService_1.AnnouncementBannerService);
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* This resource represents app access rule data policies.
|
|
127
|
+
*
|
|
128
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-data-policies
|
|
129
|
+
*/
|
|
130
|
+
get appDataPolicies() {
|
|
131
|
+
return this.getServiceInstance(AppDataPoliciesService_1.AppDataPoliciesService);
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* This resource represents application roles. Use it to get details of an
|
|
135
|
+
* application role or all application roles.
|
|
136
|
+
*
|
|
137
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles
|
|
138
|
+
*/
|
|
139
|
+
get applicationRoles() {
|
|
140
|
+
return this.getServiceInstance(ApplicationRolesService_1.ApplicationRolesService);
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* This resource supports [app
|
|
144
|
+
* migrations](https://developer.atlassian.com/platform/app-migration/). Use it to:
|
|
145
|
+
* - [to request migrated workflow rules
|
|
146
|
+
* details](https://developer.atlassian.com/platform/app-migration/tutorials/migration-app-workflow-rules/).
|
|
147
|
+
* - [perform bulk updates of entity
|
|
148
|
+
* properties](https://developer.atlassian.com/platform/app-migration/tutorials/entity-properties-bulk-api/).
|
|
149
|
+
* - [perform bulk updates of issue custom field
|
|
150
|
+
* values](https://developer.atlassian.com/platform/app-migration/tutorials/migrating-app-custom-fields/).
|
|
151
|
+
*
|
|
152
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-migration
|
|
153
|
+
*/
|
|
154
|
+
get appMigration() {
|
|
155
|
+
return this.getServiceInstance(AppMigrationService_1.AppMigrationService);
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* This resource represents app properties. Use it to store arbitrary data for your
|
|
159
|
+
* [Connect
|
|
160
|
+
* app](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
161
|
+
*
|
|
162
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties
|
|
163
|
+
*/
|
|
164
|
+
get appProperties() {
|
|
165
|
+
return this.getServiceInstance(AppPropertiesService_1.AppPropertiesService);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* This resource represents audits that record activities undertaken in Jira. Use
|
|
169
|
+
* it to get a list of audit records.
|
|
170
|
+
*
|
|
171
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records
|
|
172
|
+
*/
|
|
173
|
+
get auditRecords() {
|
|
174
|
+
return this.getServiceInstance(AuditRecordsService_1.AuditRecordsService);
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* This resource represents system and custom avatars. Use it to obtain the
|
|
178
|
+
* details of system or custom avatars, add and remove avatars from a project or
|
|
179
|
+
* issue type, and obtain avatar images.
|
|
180
|
+
*
|
|
181
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars
|
|
182
|
+
*/
|
|
183
|
+
get avatars() {
|
|
184
|
+
return this.getServiceInstance(AvatarsService_1.AvatarsService);
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* This resource represents classification levels.
|
|
188
|
+
*
|
|
189
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-classification-levels
|
|
190
|
+
*/
|
|
191
|
+
get classificationLevels() {
|
|
192
|
+
return this.getServiceInstance(ClassificationLevelsService_1.ClassificationLevelsService);
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* This resource represents dashboards. Use it to obtain the details of dashboards
|
|
196
|
+
* as well as get, create, update, or remove item properties and gadgets from
|
|
197
|
+
* dashboards.
|
|
198
|
+
*
|
|
199
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dashboards
|
|
200
|
+
*/
|
|
201
|
+
get dashboards() {
|
|
202
|
+
return this.getServiceInstance(DashboardsService_1.DashboardsService);
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* This resource represents [modules registered
|
|
206
|
+
* dynamically](https://developer.atlassian.com/cloud/jira/platform/dynamic-modules/)
|
|
207
|
+
* by [Connect
|
|
208
|
+
* apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
209
|
+
*
|
|
210
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dynamic-modules
|
|
211
|
+
*/
|
|
212
|
+
get dynamicModules() {
|
|
213
|
+
return this.getServiceInstance(DynamicModulesService_1.DynamicModulesService);
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* This resource represents options for sharing [filters](#api-group-Filters). Use
|
|
217
|
+
* it to get share scopes as well as add and remove share scopes from filters.
|
|
218
|
+
*
|
|
219
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filter-sharing
|
|
220
|
+
*/
|
|
221
|
+
get filterSharing() {
|
|
222
|
+
return this.getServiceInstance(FilterSharingService_1.FilterSharingService);
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* This resource represents [filters](https://confluence.atlassian.com/x/eQiiLQ).
|
|
226
|
+
* Use it to get, create, update, or delete filters. Also use it to configure the
|
|
227
|
+
* columns for a filter and set favorite filters.
|
|
228
|
+
*
|
|
229
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters
|
|
230
|
+
*/
|
|
231
|
+
get filters() {
|
|
232
|
+
return this.getServiceInstance(FiltersService_1.FiltersService);
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* This resource represents a list of users and a list of groups. Use it to obtain
|
|
236
|
+
* the details to populate user and group picker suggestions list.
|
|
237
|
+
*
|
|
238
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-group-and-user-picker
|
|
239
|
+
*/
|
|
240
|
+
get groupAndUserPicker() {
|
|
241
|
+
return this.getServiceInstance(GroupAndUserPickerService_1.GroupAndUserPickerService);
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* This resource represents groups of users. Use it to get, create, find, and
|
|
245
|
+
* delete groups as well as add and remove users from groups. (\[WARNING\] The
|
|
246
|
+
* standard Atlassian group names are default names only and can be edited or
|
|
247
|
+
* deleted. For example, an admin or Atlassian support could delete the default
|
|
248
|
+
* group jira-software-users or rename it to jsw-users at any point. See
|
|
249
|
+
* https://support.atlassian.com/user-management/docs/create-and-update-groups/
|
|
250
|
+
* for details.)
|
|
251
|
+
*
|
|
252
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups
|
|
253
|
+
*/
|
|
254
|
+
get groups() {
|
|
255
|
+
return this.getServiceInstance(GroupsService_1.GroupsService);
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* This resource represents issue attachments and the attachment settings for
|
|
259
|
+
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
260
|
+
* view the metadata for the contents of an attachment. Also, use it to get the
|
|
261
|
+
* attachment settings for Jira.
|
|
262
|
+
*
|
|
263
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments
|
|
264
|
+
*/
|
|
265
|
+
get issueAttachments() {
|
|
266
|
+
return this.getServiceInstance(IssueAttachmentsService_1.IssueAttachmentsService);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* This resource represents the Issue Bulk Operations. Use it to move multiple
|
|
270
|
+
* issues from one project to another project or edit fields of multiple issues in
|
|
271
|
+
* one go.
|
|
272
|
+
*
|
|
273
|
+
* ### Authentication ###
|
|
274
|
+
*
|
|
275
|
+
* Access to the Issue Bulk Operations requires authentication. For information on
|
|
276
|
+
* how to authenticate API requests, refer to the [Basic Auth for REST APIs
|
|
277
|
+
* documentation](https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/).
|
|
278
|
+
*
|
|
279
|
+
* ### Rate Limiting ###
|
|
280
|
+
*
|
|
281
|
+
* The Bulk Edit and Move APIs are subject to the usual rate limiting
|
|
282
|
+
* infrastructure in Jira. For more information, please refer to [Rate
|
|
283
|
+
* Limiting](https://developer.atlassian.com/cloud/jira/platform/rate-limiting/).
|
|
284
|
+
* Additionally, at any given time, only 5 concurrent requests can be sent across
|
|
285
|
+
* all users.
|
|
286
|
+
*
|
|
287
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-bulk-operations
|
|
288
|
+
*/
|
|
289
|
+
get issueBulkOperations() {
|
|
290
|
+
return this.getServiceInstance(IssueBulkOperationsService_1.IssueBulkOperationsService);
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* This resource represents [issue comment](#api-group-Issue-comments) properties,
|
|
294
|
+
* which provides for storing custom data against an issue comment. Use is to get,
|
|
295
|
+
* set, and delete issue comment properties as well as obtain the keys of all
|
|
296
|
+
* properties on a comment. Comment properties are a type of [entity
|
|
297
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
298
|
+
*
|
|
299
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties
|
|
300
|
+
*/
|
|
301
|
+
get issueCommentProperties() {
|
|
302
|
+
return this.getServiceInstance(IssueCommentPropertiesService_1.IssueCommentPropertiesService);
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* This resource represents issue comments. Use it to:
|
|
306
|
+
*
|
|
307
|
+
* * get, create, update, and delete a comment from an issue.
|
|
308
|
+
* * get all comments from issue.
|
|
309
|
+
* * get a list of comments by comment ID.
|
|
310
|
+
*
|
|
311
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments
|
|
312
|
+
*/
|
|
313
|
+
get issueComments() {
|
|
314
|
+
return this.getServiceInstance(IssueCommentsService_1.IssueCommentsService);
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* This resource represents configurations stored against a custom field context
|
|
318
|
+
* by a [Forge app](https://developer.atlassian.com/platform/forge/).
|
|
319
|
+
* Configurations are information used by the Forge app at runtime to determine
|
|
320
|
+
* how to handle or process the data in a custom field in a given context. Use
|
|
321
|
+
* this resource to set and read configurations.
|
|
322
|
+
*
|
|
323
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-
|
|
324
|
+
*/
|
|
325
|
+
get issueCustomFieldConfigurationApps() {
|
|
326
|
+
return this.getServiceInstance(IssueCustomFieldConfigurationAppsService_1.IssueCustomFieldConfigurationAppsService);
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* This resource represents issue custom field contexts. Use it to:
|
|
330
|
+
*
|
|
331
|
+
* * get, create, update, and delete custom field contexts.
|
|
332
|
+
* * get context to issue types and projects mappings.
|
|
333
|
+
* * get custom field contexts for projects and issue types.
|
|
334
|
+
* * assign custom field contexts to projects.
|
|
335
|
+
* * remove custom field contexts from projects.
|
|
336
|
+
* * add issue types to custom field contexts.
|
|
337
|
+
*
|
|
338
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts
|
|
339
|
+
*/
|
|
340
|
+
get issueCustomFieldContexts() {
|
|
341
|
+
return this.getServiceInstance(IssueCustomFieldContextsService_1.IssueCustomFieldContextsService);
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* This resource represents custom issue field select list options created by a
|
|
345
|
+
* Connect app. See [Issue custom field
|
|
346
|
+
* options](#api-group-Issue-custom-field-options) to manipulate options created
|
|
347
|
+
* in Jira or using the REST API.
|
|
348
|
+
*
|
|
349
|
+
* A select list issue field is a type of [issue
|
|
350
|
+
* field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/)
|
|
351
|
+
* that enables a user to select an option from a list. Use it to add, remove, and
|
|
352
|
+
* update the options of a select list issue field.
|
|
353
|
+
*
|
|
354
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-
|
|
355
|
+
*/
|
|
356
|
+
get issueCustomFieldOptionsApps() {
|
|
357
|
+
return this.getServiceInstance(IssueCustomFieldOptionsAppsService_1.IssueCustomFieldOptionsAppsService);
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* This resource represents custom issue field select list options created in Jira
|
|
361
|
+
* or using the REST API. This resource supports the following field types:
|
|
362
|
+
*
|
|
363
|
+
* * Checkboxes.
|
|
364
|
+
* * Radio Buttons.
|
|
365
|
+
* * Select List (single choice).
|
|
366
|
+
* * Select List (multiple choices).
|
|
367
|
+
* * Select List (cascading).
|
|
368
|
+
*
|
|
369
|
+
* See [Issue custom field options
|
|
370
|
+
* (apps)](#api-group-Issue-custom-field-options--apps-) to manipulate custom
|
|
371
|
+
* issue field select list options created by a Connect app.
|
|
372
|
+
*
|
|
373
|
+
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
374
|
+
*
|
|
375
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options
|
|
376
|
+
*/
|
|
377
|
+
get issueCustomFieldOptions() {
|
|
378
|
+
return this.getServiceInstance(IssueCustomFieldOptionsService_1.IssueCustomFieldOptionsService);
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* This resource represents the values of custom fields added by [Forge
|
|
382
|
+
* apps](https://developer.atlassian.com/platform/forge/). Use it to update the
|
|
383
|
+
* value of a custom field on issues.
|
|
384
|
+
*
|
|
385
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-
|
|
386
|
+
*/
|
|
387
|
+
get issueCustomFieldValuesApps() {
|
|
388
|
+
return this.getServiceInstance(IssueCustomFieldValuesAppsService_1.IssueCustomFieldValuesAppsService);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* This resource represents issue field configurations. Use it to get, set, and
|
|
392
|
+
* delete field configurations and field configuration schemes.
|
|
393
|
+
*
|
|
394
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations
|
|
395
|
+
*/
|
|
396
|
+
get issueFieldConfigurations() {
|
|
397
|
+
return this.getServiceInstance(IssueFieldConfigurationsService_1.IssueFieldConfigurationsService);
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* This resource represents issue fields, both system and custom fields. Use it to
|
|
401
|
+
* get fields, field configurations, and create custom fields.
|
|
402
|
+
*
|
|
403
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields
|
|
404
|
+
*/
|
|
405
|
+
get issueFields() {
|
|
406
|
+
return this.getServiceInstance(IssueFieldsService_1.IssueFieldsService);
|
|
407
|
+
}
|
|
408
|
+
/**
|
|
409
|
+
* This resource represents links between issues. Use it to get, create, and
|
|
410
|
+
* delete links between issues.
|
|
411
|
+
*
|
|
412
|
+
* To use it, the site must have [issue
|
|
413
|
+
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
414
|
+
*
|
|
415
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
|
|
416
|
+
*/
|
|
417
|
+
get issueLinks() {
|
|
418
|
+
return this.getServiceInstance(IssueLinksService_1.IssueLinksService);
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* This resource represents [issue link](#api-group-Issue-links) types. Use it to
|
|
422
|
+
* get, create, update, and delete link issue types as well as get lists of all
|
|
423
|
+
* link issue types.
|
|
424
|
+
*
|
|
425
|
+
* To use it, the site must have [issue
|
|
426
|
+
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
427
|
+
*
|
|
428
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types
|
|
429
|
+
*/
|
|
430
|
+
get issueLinkTypes() {
|
|
431
|
+
return this.getServiceInstance(IssueLinkTypesService_1.IssueLinkTypesService);
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* This resource represents issue navigator settings. Use it to get and set issue
|
|
435
|
+
* navigator default columns.
|
|
436
|
+
*
|
|
437
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings
|
|
438
|
+
*/
|
|
439
|
+
get issueNavigatorSettings() {
|
|
440
|
+
return this.getServiceInstance(IssueNavigatorSettingsService_1.IssueNavigatorSettingsService);
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* This resource represents notification schemes, lists of events and the
|
|
444
|
+
* recipients who will receive notifications for those events. Use it to get
|
|
445
|
+
* details of a notification scheme and a list of notification schemes.
|
|
446
|
+
*
|
|
447
|
+
* ### About notification schemes ###
|
|
448
|
+
*
|
|
449
|
+
* A notification scheme is a list of events and recipients who will receive
|
|
450
|
+
* notifications for those events. The list is contained within the
|
|
451
|
+
* `notificationSchemeEvents` object and contains pairs of `events` and
|
|
452
|
+
* `notifications`:
|
|
453
|
+
*
|
|
454
|
+
* * `event` Identifies the type of event. The events can be [Jira system
|
|
455
|
+
* events](https://support.atlassian.com/jira-cloud-administration/docs/configure-notification-schemes/)
|
|
456
|
+
* (see the *Events* section) or [custom
|
|
457
|
+
* events](https://support.atlassian.com/jira-cloud-administration/docs/add-a-custom-event/).
|
|
458
|
+
* * `notifications` Identifies the
|
|
459
|
+
* [recipients](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-recipientsRecipients)
|
|
460
|
+
* of notifications for each event. Recipients can be any of the following types:
|
|
461
|
+
*
|
|
462
|
+
* * `CurrentAssignee`
|
|
463
|
+
* * `Reporter`
|
|
464
|
+
* * `CurrentUser`
|
|
465
|
+
* * `ProjectLead`
|
|
466
|
+
* * `ComponentLead`
|
|
467
|
+
* * `User` (the `parameter` is the user key)
|
|
468
|
+
* * `Group` (the `parameter` is the group name)
|
|
469
|
+
* * `ProjectRole` (the `parameter` is the project role ID)
|
|
470
|
+
* * `EmailAddress` *(deprecated)*
|
|
471
|
+
* * `AllWatchers`
|
|
472
|
+
* * `UserCustomField` (the `parameter` is the ID of the custom field)
|
|
473
|
+
* * `GroupCustomField`(the `parameter` is the ID of the custom field)
|
|
474
|
+
*
|
|
475
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes
|
|
476
|
+
*/
|
|
477
|
+
get issueNotificationSchemes() {
|
|
478
|
+
return this.getServiceInstance(IssueNotificationSchemesService_1.IssueNotificationSchemesService);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* This resource represents issue priorities. Use it to get, create and update
|
|
482
|
+
* issue priorities and details for individual issue priorities.
|
|
483
|
+
*
|
|
484
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities
|
|
485
|
+
*/
|
|
486
|
+
get issuePriorities() {
|
|
487
|
+
return this.getServiceInstance(IssuePrioritiesService_1.IssuePrioritiesService);
|
|
488
|
+
}
|
|
489
|
+
/**
|
|
490
|
+
* This resource represents [issue](#api-group-Issues) properties, which provides
|
|
491
|
+
* for storing custom data against an issue. Use it to get, set, and delete issue
|
|
492
|
+
* properties as well as obtain details of all properties on an issue. Operations
|
|
493
|
+
* to bulk update and delete issue properties are also provided. Issue properties
|
|
494
|
+
* are a type of [entity
|
|
495
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
496
|
+
*
|
|
497
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-properties
|
|
498
|
+
*/
|
|
499
|
+
get issueProperties() {
|
|
500
|
+
return this.getServiceInstance(IssuePropertiesService_1.IssuePropertiesService);
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* This resource represents remote issue links, a way of linking Jira to
|
|
504
|
+
* information in other systems. Use it to get, create, update, and delete remote
|
|
505
|
+
* issue links either by ID or global ID. The global ID provides a way of
|
|
506
|
+
* accessing remote issue links using information about the item's remote system
|
|
507
|
+
* host and remote system identifier.
|
|
508
|
+
*
|
|
509
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links
|
|
510
|
+
*/
|
|
511
|
+
get issueRemoteLinks() {
|
|
512
|
+
return this.getServiceInstance(IssueRemoteLinksService_1.IssueRemoteLinksService);
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* This resource represents issue resolution values. Use it to obtain a list of
|
|
516
|
+
* all issue resolution values and the details of individual resolution values.
|
|
517
|
+
*
|
|
518
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-resolutions
|
|
519
|
+
*/
|
|
520
|
+
get issueResolutions() {
|
|
521
|
+
return this.getServiceInstance(IssueResolutionsService_1.IssueResolutionsService);
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* This resource represents various ways to search for issues. Use it to search
|
|
525
|
+
* for issues with a JQL query and find issues to populate an issue picker.
|
|
526
|
+
*
|
|
527
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search
|
|
528
|
+
*/
|
|
529
|
+
get issueSearch() {
|
|
530
|
+
return this.getServiceInstance(IssueSearchService_1.IssueSearchService);
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* This resource represents issue security levels. Use it to obtain the details of
|
|
534
|
+
* any issue security level. For more information about issue security levels, see
|
|
535
|
+
* [Configuring issue-level security](https://confluence.atlassian.com/x/J4lKLg).
|
|
536
|
+
*
|
|
537
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-level
|
|
538
|
+
*/
|
|
539
|
+
get issueSecurityLevel() {
|
|
540
|
+
return this.getServiceInstance(IssueSecurityLevelService_1.IssueSecurityLevelService);
|
|
541
|
+
}
|
|
542
|
+
/**
|
|
543
|
+
* This resource represents issue security schemes. Use it to get an issue
|
|
544
|
+
* security scheme or a list of issue security schemes.
|
|
545
|
+
*
|
|
546
|
+
* Issue security schemes control which users or groups of users can view an
|
|
547
|
+
* issue. When an issue security scheme is associated with a project, its security
|
|
548
|
+
* levels can be applied to issues in that project. Sub-tasks also inherit the
|
|
549
|
+
* security level of their parent issue.
|
|
550
|
+
*
|
|
551
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-schemes
|
|
552
|
+
*/
|
|
553
|
+
get issueSecuritySchemes() {
|
|
554
|
+
return this.getServiceInstance(IssueSecuritySchemesService_1.IssueSecuritySchemesService);
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* This resource represents Jira issues. Use it to:
|
|
558
|
+
*
|
|
559
|
+
* * create or edit issues, individually or in bulk.
|
|
560
|
+
* * retrieve metadata about the options for creating or editing issues.
|
|
561
|
+
* * delete an issue.
|
|
562
|
+
* * assign a user to an issue.
|
|
563
|
+
* * get issue changelogs.
|
|
564
|
+
* * send notifications about an issue.
|
|
565
|
+
* * get details of the transitions available for an issue.
|
|
566
|
+
* * transition an issue.
|
|
567
|
+
* * Archive issues.
|
|
568
|
+
* * Unarchive issues.
|
|
569
|
+
* * Export archived issues.
|
|
570
|
+
*
|
|
571
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues
|
|
572
|
+
*/
|
|
573
|
+
get issues() {
|
|
574
|
+
return this.getServiceInstance(IssuesService_1.IssuesService);
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* This resource represents [issue type](#api-group-Issue-types) properties, which
|
|
578
|
+
* provides for storing custom data against an issue type. Use it to get, create,
|
|
579
|
+
* and delete issue type properties as well as obtain the keys of all properties
|
|
580
|
+
* on a issues type. Issue type properties are a type of [entity
|
|
581
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
582
|
+
*
|
|
583
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-properties
|
|
584
|
+
*/
|
|
585
|
+
get issueTypeProperties() {
|
|
586
|
+
return this.getServiceInstance(IssueTypePropertiesService_1.IssueTypePropertiesService);
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* This resource represents issue type schemes in classic projects. Use it to:
|
|
590
|
+
*
|
|
591
|
+
* * get issue type schemes and a list of the projects that use them.
|
|
592
|
+
* * associate issue type schemes with projects.
|
|
593
|
+
* * add issue types to issue type schemes.
|
|
594
|
+
* * delete issue types from issue type schemes.
|
|
595
|
+
* * create, update, and delete issue type schemes.
|
|
596
|
+
* * change the order of issue types in issue type schemes.
|
|
597
|
+
*
|
|
598
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-schemes
|
|
599
|
+
*/
|
|
600
|
+
get issueTypeSchemes() {
|
|
601
|
+
return this.getServiceInstance(IssueTypeSchemesService_1.IssueTypeSchemesService);
|
|
602
|
+
}
|
|
603
|
+
/**
|
|
604
|
+
* This resource represents issue type screen schemes. Use it to:
|
|
605
|
+
*
|
|
606
|
+
* * get issue type screen schemes and a list of the projects that use them.
|
|
607
|
+
* * create issue type screen schemes.
|
|
608
|
+
* * update issue type screen schemes.
|
|
609
|
+
* * delete issue type screen schemes.
|
|
610
|
+
* * associate issue type screen schemes with projects.
|
|
611
|
+
* * append issue type to screen scheme mappings to issue type screen schemes.
|
|
612
|
+
* * remove issue type to screen scheme mappings from issue type screen schemes.
|
|
613
|
+
* * update default screen scheme of issue type screen scheme.
|
|
614
|
+
*
|
|
615
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-screen-schemes
|
|
616
|
+
*/
|
|
617
|
+
get issueTypeScreenSchemes() {
|
|
618
|
+
return this.getServiceInstance(IssueTypeScreenSchemesService_1.IssueTypeScreenSchemesService);
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* This resource represents issues types. Use it to:
|
|
622
|
+
*
|
|
623
|
+
* * get, create, update, and delete issue types.
|
|
624
|
+
* * get all issue types for a user.
|
|
625
|
+
* * get alternative issue types.
|
|
626
|
+
* * set an avatar for an issue type.
|
|
627
|
+
*
|
|
628
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types
|
|
629
|
+
*/
|
|
630
|
+
get issueTypes() {
|
|
631
|
+
return this.getServiceInstance(IssueTypesService_1.IssueTypesService);
|
|
632
|
+
}
|
|
633
|
+
/**
|
|
634
|
+
* This resource represents votes cast by users on an issue. Use it to get details
|
|
635
|
+
* of votes on an issue as well as cast and withdrawal votes.
|
|
636
|
+
*
|
|
637
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes
|
|
638
|
+
*/
|
|
639
|
+
get issueVotes() {
|
|
640
|
+
return this.getServiceInstance(IssueVotesService_1.IssueVotesService);
|
|
641
|
+
}
|
|
642
|
+
/**
|
|
643
|
+
* This resource represents users watching an issue. Use it to get details of
|
|
644
|
+
* users watching an issue as well as start and stop a user watching an issue.
|
|
645
|
+
*
|
|
646
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers
|
|
647
|
+
*/
|
|
648
|
+
get issueWatchers() {
|
|
649
|
+
return this.getServiceInstance(IssueWatchersService_1.IssueWatchersService);
|
|
650
|
+
}
|
|
651
|
+
/**
|
|
652
|
+
* This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
|
|
653
|
+
* which provides for storing custom data against an issue worklog. Use it to get,
|
|
654
|
+
* create, and delete issue worklog properties as well as obtain the keys of all
|
|
655
|
+
* properties on a issue worklog. Issue worklog properties are a type of [entity
|
|
656
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
657
|
+
*
|
|
658
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties
|
|
659
|
+
*/
|
|
660
|
+
get issueWorklogProperties() {
|
|
661
|
+
return this.getServiceInstance(IssueWorklogPropertiesService_1.IssueWorklogPropertiesService);
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* This resource represents issue worklogs. Use it to:
|
|
665
|
+
*
|
|
666
|
+
* * get, create, update, and delete worklogs.
|
|
667
|
+
* * obtain lists of updated or deleted worklogs.
|
|
668
|
+
*
|
|
669
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs
|
|
670
|
+
*/
|
|
671
|
+
get issueWorklogs() {
|
|
672
|
+
return this.getServiceInstance(IssueWorklogsService_1.IssueWorklogsService);
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* This resource is a collection of operations for [Jira
|
|
676
|
+
* expressions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/).
|
|
677
|
+
*
|
|
678
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-expressions
|
|
679
|
+
*/
|
|
680
|
+
get jiraExpressions() {
|
|
681
|
+
return this.getServiceInstance(JiraExpressionsService_1.JiraExpressionsService);
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* This resource represents various settings in Jira. Use it to get and update
|
|
685
|
+
* Jira settings and properties.
|
|
686
|
+
*
|
|
687
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-settings
|
|
688
|
+
*/
|
|
689
|
+
get jiraSettings() {
|
|
690
|
+
return this.getServiceInstance(JiraSettingsService_1.JiraSettingsService);
|
|
691
|
+
}
|
|
692
|
+
/**
|
|
693
|
+
* This resource represents JQL function's precomputations. Precomputation is a
|
|
694
|
+
* mapping between custom function call and JQL fragment returned by this
|
|
695
|
+
* function. Use it to get and update precomputations.
|
|
696
|
+
*
|
|
697
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql-functions-apps-
|
|
698
|
+
*/
|
|
699
|
+
get jqlFunctionsApps() {
|
|
700
|
+
return this.getServiceInstance(JqlFunctionsAppsService_1.JqlFunctionsAppsService);
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* This resource represents JQL search auto-complete details. Use it to obtain JQL
|
|
704
|
+
* search auto-complete data and suggestions for use in programmatic construction
|
|
705
|
+
* of queries or custom query builders. It also provides operations to:
|
|
706
|
+
*
|
|
707
|
+
* * convert one or more JQL queries with user identifiers (username or user
|
|
708
|
+
* key) to equivalent JQL queries with account IDs.
|
|
709
|
+
* * convert readable details in one or more JQL queries to IDs where a user
|
|
710
|
+
* doesn't have permission to view the entity whose details are readable.
|
|
711
|
+
*
|
|
712
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql
|
|
713
|
+
*/
|
|
714
|
+
get jql() {
|
|
715
|
+
return this.getServiceInstance(JqlService_1.JqlService);
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* This resource represents available labels. Use it to get available labels for
|
|
719
|
+
* the global label field.
|
|
720
|
+
*
|
|
721
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-labels
|
|
722
|
+
*/
|
|
723
|
+
get labels() {
|
|
724
|
+
return this.getServiceInstance(LabelsService_1.LabelsService);
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* This resource represents license metrics. Use it to get available metrics for
|
|
728
|
+
* Jira licences.
|
|
729
|
+
*
|
|
730
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-license-metrics
|
|
731
|
+
*/
|
|
732
|
+
get licenseMetrics() {
|
|
733
|
+
return this.getServiceInstance(LicenseMetricsService_1.LicenseMetricsService);
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* This resource represents information about the current user, such as basic
|
|
737
|
+
* details, group membership, application roles, preferences, and locale. Use it
|
|
738
|
+
* to get, create, update, and delete (restore default) values of the user's
|
|
739
|
+
* preferences and locale.
|
|
740
|
+
*
|
|
741
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself
|
|
742
|
+
*/
|
|
743
|
+
get myself() {
|
|
744
|
+
return this.getServiceInstance(MyselfService_1.MyselfService);
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* This resource represents permission schemes. Use it to get, create, update, and
|
|
748
|
+
* delete permission schemes as well as get, create, update, and delete details of
|
|
749
|
+
* the permissions granted in those schemes.
|
|
750
|
+
*
|
|
751
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes
|
|
752
|
+
*/
|
|
753
|
+
get permissionSchemes() {
|
|
754
|
+
return this.getServiceInstance(PermissionSchemesService_1.PermissionSchemesService);
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* This resource represents permissions. Use it to obtain details of all
|
|
758
|
+
* permissions and determine whether the user has certain permissions.
|
|
759
|
+
*
|
|
760
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions
|
|
761
|
+
*/
|
|
762
|
+
get permissions() {
|
|
763
|
+
return this.getServiceInstance(PermissionsService_1.PermissionsService);
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* This resource represents issue priority schemes. Use it to get priority schemes
|
|
767
|
+
* and related information, and to create, update and delete priority schemes.
|
|
768
|
+
*
|
|
769
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes
|
|
770
|
+
*/
|
|
771
|
+
get prioritySchemes() {
|
|
772
|
+
return this.getServiceInstance(PrioritySchemesService_1.PrioritySchemesService);
|
|
773
|
+
}
|
|
774
|
+
/**
|
|
775
|
+
* This resource represents avatars associated with a project. Use it to get,
|
|
776
|
+
* load, set, and remove project avatars.
|
|
777
|
+
*
|
|
778
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars
|
|
779
|
+
*/
|
|
780
|
+
get projectAvatars() {
|
|
781
|
+
return this.getServiceInstance(ProjectAvatarsService_1.ProjectAvatarsService);
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
* This resource represents project categories. Use it to create, update, and
|
|
785
|
+
* delete project categories as well as obtain a list of all project categories
|
|
786
|
+
* and details of individual categories. For more information on managing project
|
|
787
|
+
* categories, see [Adding, assigning, and deleting project
|
|
788
|
+
* categories](https://confluence.atlassian.com/x/-A5WMg).
|
|
789
|
+
*
|
|
790
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-categories
|
|
791
|
+
*/
|
|
792
|
+
get projectCategories() {
|
|
793
|
+
return this.getServiceInstance(ProjectCategoriesService_1.ProjectCategoriesService);
|
|
794
|
+
}
|
|
795
|
+
/**
|
|
796
|
+
* This resource represents classification levels used in a project. Use it to
|
|
797
|
+
* view and manage classification levels in your projects.
|
|
798
|
+
*
|
|
799
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-classification-levels
|
|
800
|
+
*/
|
|
801
|
+
get projectClassificationLevels() {
|
|
802
|
+
return this.getServiceInstance(ProjectClassificationLevelsService_1.ProjectClassificationLevelsService);
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* This resource represents project components. Use it to get, create, update, and
|
|
806
|
+
* delete project components. Also get components for project and get a count of
|
|
807
|
+
* issues by component.
|
|
808
|
+
*
|
|
809
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components
|
|
810
|
+
*/
|
|
811
|
+
get projectComponents() {
|
|
812
|
+
return this.getServiceInstance(ProjectComponentsService_1.ProjectComponentsService);
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* This resource represents the email address used to send a project's
|
|
816
|
+
* notifications. Use it to get and set the [project's sender email
|
|
817
|
+
* address](https://confluence.atlassian.com/x/dolKLg).
|
|
818
|
+
*
|
|
819
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-email
|
|
820
|
+
*/
|
|
821
|
+
get projectEmail() {
|
|
822
|
+
return this.getServiceInstance(ProjectEmailService_1.ProjectEmailService);
|
|
823
|
+
}
|
|
824
|
+
/**
|
|
825
|
+
* This resource represents project features. Use it to get the list of features
|
|
826
|
+
* for a project and modify the state of a feature. The project feature endpoint
|
|
827
|
+
* is available only for Jira Software, both for team- and company-managed
|
|
828
|
+
* projects.
|
|
829
|
+
*
|
|
830
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-features
|
|
831
|
+
*/
|
|
832
|
+
get projectFeatures() {
|
|
833
|
+
return this.getServiceInstance(ProjectFeaturesService_1.ProjectFeaturesService);
|
|
834
|
+
}
|
|
835
|
+
/**
|
|
836
|
+
* This resource provides validation for project keys and names.
|
|
837
|
+
*
|
|
838
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-key-and-name-validation
|
|
839
|
+
*/
|
|
840
|
+
get projectKeyAndNameValidation() {
|
|
841
|
+
return this.getServiceInstance(ProjectKeyAndNameValidationService_1.ProjectKeyAndNameValidationService);
|
|
842
|
+
}
|
|
843
|
+
/**
|
|
844
|
+
* This resource represents permission schemes for a project. Use this resource to:
|
|
845
|
+
*
|
|
846
|
+
* * get details of a project's issue security levels available to the calling
|
|
847
|
+
* user.
|
|
848
|
+
* * get the permission scheme associated with the project or assign different
|
|
849
|
+
* permission scheme to the project.
|
|
850
|
+
* * get details of a project's issue security scheme.
|
|
851
|
+
*
|
|
852
|
+
* See [Managing project permissions](https://confluence.atlassian.com/x/yodKLg)
|
|
853
|
+
* for more information about permission schemes.
|
|
854
|
+
*
|
|
855
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes
|
|
856
|
+
*/
|
|
857
|
+
get projectPermissionSchemes() {
|
|
858
|
+
return this.getServiceInstance(ProjectPermissionSchemesService_1.ProjectPermissionSchemesService);
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* This resource represents [project](#api-group-Projects) properties, which
|
|
862
|
+
* provides for storing custom data against a project. Use it to get, create, and
|
|
863
|
+
* delete project properties as well as get a list of property keys for a project.
|
|
864
|
+
* Project properties are a type of [entity
|
|
865
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
866
|
+
*
|
|
867
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-properties
|
|
868
|
+
*/
|
|
869
|
+
get projectProperties() {
|
|
870
|
+
return this.getServiceInstance(ProjectPropertiesService_1.ProjectPropertiesService);
|
|
871
|
+
}
|
|
872
|
+
/**
|
|
873
|
+
* This resource represents the users assigned to [project
|
|
874
|
+
* roles](#api-group-Issue-comments). Use it to get, add, and remove default users
|
|
875
|
+
* from project roles. Also use it to add and remove users from a project role
|
|
876
|
+
* associated with a project.
|
|
877
|
+
*
|
|
878
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-role-actors
|
|
879
|
+
*/
|
|
880
|
+
get projectRoleActors() {
|
|
881
|
+
return this.getServiceInstance(ProjectRoleActorsService_1.ProjectRoleActorsService);
|
|
882
|
+
}
|
|
883
|
+
/**
|
|
884
|
+
* This resource represents the roles that users can play in projects. Use this
|
|
885
|
+
* resource to get, create, update, and delete project roles.
|
|
886
|
+
*
|
|
887
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles
|
|
888
|
+
*/
|
|
889
|
+
get projectRoles() {
|
|
890
|
+
return this.getServiceInstance(ProjectRolesService_1.ProjectRolesService);
|
|
891
|
+
}
|
|
892
|
+
/**
|
|
893
|
+
* This resource represents projects. Use it to get, create, update, and delete
|
|
894
|
+
* projects. Also get statuses available to a project, a project's notification
|
|
895
|
+
* schemes, and update a project's type.
|
|
896
|
+
*
|
|
897
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects
|
|
898
|
+
*/
|
|
899
|
+
get projects() {
|
|
900
|
+
return this.getServiceInstance(ProjectsService_1.ProjectsService);
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
* This resource represents project types. Use it to obtain a list of all project
|
|
904
|
+
* types, a list of project types accessible to the calling user, and details of a
|
|
905
|
+
* project type.
|
|
906
|
+
*
|
|
907
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-types
|
|
908
|
+
*/
|
|
909
|
+
get projectTypes() {
|
|
910
|
+
return this.getServiceInstance(ProjectTypesService_1.ProjectTypesService);
|
|
911
|
+
}
|
|
912
|
+
/**
|
|
913
|
+
* This resource represents project versions. Use it to get, get lists of, create,
|
|
914
|
+
* update, move, merge, and delete project versions. This resource also provides
|
|
915
|
+
* counts of issues by version.
|
|
916
|
+
*
|
|
917
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions
|
|
918
|
+
*/
|
|
919
|
+
get projectVersions() {
|
|
920
|
+
return this.getServiceInstance(ProjectVersionsService_1.ProjectVersionsService);
|
|
921
|
+
}
|
|
922
|
+
/**
|
|
923
|
+
* This resource represents screen schemes in classic projects. Use it to get,
|
|
924
|
+
* create, update, and delete screen schemes.
|
|
925
|
+
*
|
|
926
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-schemes
|
|
927
|
+
*/
|
|
928
|
+
get screenSchemes() {
|
|
929
|
+
return this.getServiceInstance(ScreenSchemesService_1.ScreenSchemesService);
|
|
930
|
+
}
|
|
931
|
+
/**
|
|
932
|
+
* This resource represents the screens used to record issue details. Use it to:
|
|
933
|
+
*
|
|
934
|
+
* * get details of all screens.
|
|
935
|
+
* * get details of all the fields available for use on screens.
|
|
936
|
+
* * create screens.
|
|
937
|
+
* * delete screens.
|
|
938
|
+
* * update screens.
|
|
939
|
+
* * add a field to the default screen.
|
|
940
|
+
*
|
|
941
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens
|
|
942
|
+
*/
|
|
943
|
+
get screens() {
|
|
944
|
+
return this.getServiceInstance(ScreensService_1.ScreensService);
|
|
945
|
+
}
|
|
946
|
+
/**
|
|
947
|
+
* This resource represents the screen tab fields used to record issue details.
|
|
948
|
+
* Use it to get, add, move, and remove fields from screen tabs.
|
|
949
|
+
*
|
|
950
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields
|
|
951
|
+
*/
|
|
952
|
+
get screenTabFields() {
|
|
953
|
+
return this.getServiceInstance(ScreenTabFieldsService_1.ScreenTabFieldsService);
|
|
954
|
+
}
|
|
955
|
+
/**
|
|
956
|
+
* This resource represents the screen tabs used to record issue details. Use it
|
|
957
|
+
* to get, create, update, move, and delete screen tabs.
|
|
958
|
+
*
|
|
959
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs
|
|
960
|
+
*/
|
|
961
|
+
get screenTabs() {
|
|
962
|
+
return this.getServiceInstance(ScreenTabsService_1.ScreenTabsService);
|
|
963
|
+
}
|
|
964
|
+
/**
|
|
965
|
+
* This resource provides information about the Jira instance.
|
|
966
|
+
*
|
|
967
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-server-info
|
|
968
|
+
*/
|
|
969
|
+
get serverInfo() {
|
|
970
|
+
return this.getServiceInstance(ServerInfoService_1.ServerInfoService);
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* This resource represents a service registry. Use it to retrieve attributes
|
|
974
|
+
* related to a [service
|
|
975
|
+
* registry](https://support.atlassian.com/jira-service-management-cloud/docs/what-is-services/)
|
|
976
|
+
* in JSM.
|
|
977
|
+
*
|
|
978
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-service-registry
|
|
979
|
+
*/
|
|
980
|
+
get serviceRegistry() {
|
|
981
|
+
return this.getServiceInstance(ServiceRegistryService_1.ServiceRegistryService);
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* This resource represents statuses. Use it to search, get, create, delete, and
|
|
985
|
+
* change statuses.
|
|
986
|
+
*
|
|
987
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status
|
|
988
|
+
*/
|
|
989
|
+
get status() {
|
|
990
|
+
return this.getServiceInstance(StatusService_1.StatusService);
|
|
991
|
+
}
|
|
992
|
+
/**
|
|
993
|
+
* This resource represents a [long-running asynchronous
|
|
994
|
+
* tasks](#async-operations). Use it to obtain details about the progress of a
|
|
995
|
+
* long-running task or cancel a long-running task.
|
|
996
|
+
*
|
|
997
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks
|
|
998
|
+
*/
|
|
999
|
+
get tasks() {
|
|
1000
|
+
return this.getServiceInstance(TasksService_1.TasksService);
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* This resource represents time tracking and time tracking providers. Use it to
|
|
1004
|
+
* get and set the time tracking provider, get and set the time tracking options,
|
|
1005
|
+
* and disable time tracking.
|
|
1006
|
+
*
|
|
1007
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking
|
|
1008
|
+
*/
|
|
1009
|
+
get timeTracking() {
|
|
1010
|
+
return this.getServiceInstance(TimeTrackingService_1.TimeTrackingService);
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* UI modifications is a feature available for **Forge apps only**. It enables
|
|
1014
|
+
* Forge apps to control how selected Jira fields behave on the following views:
|
|
1015
|
+
* global issue create, issue view. For example: hide specific fields, set them as
|
|
1016
|
+
* required, etc.
|
|
1017
|
+
*
|
|
1018
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
1019
|
+
*/
|
|
1020
|
+
get uiModificationsApps() {
|
|
1021
|
+
return this.getServiceInstance(UiModificationsAppsService_1.UiModificationsAppsService);
|
|
1022
|
+
}
|
|
1023
|
+
/**
|
|
1024
|
+
* This resource represents [user](#api-group-Users) properties and provides for
|
|
1025
|
+
* storing custom data against a user. Use it to get, create, and delete user
|
|
1026
|
+
* properties as well as get a list of property keys for a user. This resourse is
|
|
1027
|
+
* designed for integrations and apps to store per-user data and settings. This
|
|
1028
|
+
* enables data used to customized the user experience to be kept in the Jira
|
|
1029
|
+
* Cloud instance's database. User properties are a type of [entity
|
|
1030
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
1031
|
+
*
|
|
1032
|
+
* This resource does not access the [user
|
|
1033
|
+
* properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in
|
|
1034
|
+
* Jira.
|
|
1035
|
+
*
|
|
1036
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties
|
|
1037
|
+
*/
|
|
1038
|
+
get userProperties() {
|
|
1039
|
+
return this.getServiceInstance(UserPropertiesService_1.UserPropertiesService);
|
|
1040
|
+
}
|
|
1041
|
+
/**
|
|
1042
|
+
* This resource represents various ways to search for and find users. Use it to
|
|
1043
|
+
* obtain list of users including users assignable to projects and issues, users
|
|
1044
|
+
* with permissions, user lists for pickup fields, and user lists generated using
|
|
1045
|
+
* structured queries. Note that the operations in this resource only return users
|
|
1046
|
+
* found within the first 1000 users.
|
|
1047
|
+
*
|
|
1048
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search
|
|
1049
|
+
*/
|
|
1050
|
+
get userSearch() {
|
|
1051
|
+
return this.getServiceInstance(UserSearchService_1.UserSearchService);
|
|
1052
|
+
}
|
|
1053
|
+
/**
|
|
1054
|
+
* This resource represent users. Use it to:
|
|
1055
|
+
*
|
|
1056
|
+
* * get, get a list of, create, and delete users.
|
|
1057
|
+
* * get, set, and reset a user's default issue table columns.
|
|
1058
|
+
* * get a list of the groups the user belongs to.
|
|
1059
|
+
* * get a list of user account IDs for a list of usernames or user keys.
|
|
1060
|
+
*
|
|
1061
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users
|
|
1062
|
+
*/
|
|
1063
|
+
get users() {
|
|
1064
|
+
return this.getServiceInstance(UsersService_1.UsersService);
|
|
1065
|
+
}
|
|
1066
|
+
/**
|
|
1067
|
+
* This resource represents webhooks. Webhooks are calls sent to a URL when an
|
|
1068
|
+
* event occurs in Jira for issues specified by a JQL query. Only Connect and
|
|
1069
|
+
* OAuth 2.0 apps can register and manage webhooks. For more information, see
|
|
1070
|
+
* [Webhooks](https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-via-the-jira-rest-api-for-connect-apps).
|
|
1071
|
+
*
|
|
1072
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks
|
|
1073
|
+
*/
|
|
1074
|
+
get webhooks() {
|
|
1075
|
+
return this.getServiceInstance(WebhooksService_1.WebhooksService);
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* This resource represents draft workflow schemes. Use it to manage drafts of
|
|
1079
|
+
* workflow schemes.
|
|
1080
|
+
*
|
|
1081
|
+
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
1082
|
+
* associated with one or more projects, which enables the projects to use the
|
|
1083
|
+
* workflow-issue type mappings.
|
|
1084
|
+
*
|
|
1085
|
+
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
1086
|
+
* edited. Editing an active workflow scheme creates a draft copy of the scheme.
|
|
1087
|
+
* The draft workflow scheme can then be edited and published (replacing the
|
|
1088
|
+
* active scheme).
|
|
1089
|
+
*
|
|
1090
|
+
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
1091
|
+
* for more information.
|
|
1092
|
+
*
|
|
1093
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts
|
|
1094
|
+
*/
|
|
1095
|
+
get workflowSchemeDrafts() {
|
|
1096
|
+
return this.getServiceInstance(WorkflowSchemeDraftsService_1.WorkflowSchemeDraftsService);
|
|
1097
|
+
}
|
|
1098
|
+
/**
|
|
1099
|
+
* This resource represents the associations between workflow schemes and projects.
|
|
1100
|
+
*
|
|
1101
|
+
* For more information, see [Managing your
|
|
1102
|
+
* workflows](https://confluence.atlassian.com/x/q4hKLg).
|
|
1103
|
+
*
|
|
1104
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations
|
|
1105
|
+
*/
|
|
1106
|
+
get workflowSchemeProjectAssociations() {
|
|
1107
|
+
return this.getServiceInstance(WorkflowSchemeProjectAssociationsService_1.WorkflowSchemeProjectAssociationsService);
|
|
1108
|
+
}
|
|
1109
|
+
/**
|
|
1110
|
+
* This resource represents workflow schemes. Use it to manage workflow schemes
|
|
1111
|
+
* and the workflow scheme's workflows and issue types.
|
|
1112
|
+
*
|
|
1113
|
+
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
1114
|
+
* associated with one or more projects, which enables the projects to use the
|
|
1115
|
+
* workflow-issue type mappings.
|
|
1116
|
+
*
|
|
1117
|
+
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
1118
|
+
* edited. When an active workflow scheme is edited, a draft copy of the scheme is
|
|
1119
|
+
* created. The draft workflow scheme is then be edited and published (replacing
|
|
1120
|
+
* the active scheme).
|
|
1121
|
+
*
|
|
1122
|
+
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
1123
|
+
* for more information.
|
|
1124
|
+
*
|
|
1125
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes
|
|
1126
|
+
*/
|
|
1127
|
+
get workflowSchemes() {
|
|
1128
|
+
return this.getServiceInstance(WorkflowSchemesService_1.WorkflowSchemesService);
|
|
1129
|
+
}
|
|
1130
|
+
/**
|
|
1131
|
+
* This resource represents workflows. Use it to:
|
|
1132
|
+
*
|
|
1133
|
+
* * Get workflows
|
|
1134
|
+
* * Create workflows
|
|
1135
|
+
* * Update workflows
|
|
1136
|
+
* * Delete inactive workflows
|
|
1137
|
+
* * Get workflow capabilities
|
|
1138
|
+
*
|
|
1139
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows
|
|
1140
|
+
*/
|
|
1141
|
+
get workflows() {
|
|
1142
|
+
return this.getServiceInstance(WorkflowsService_1.WorkflowsService);
|
|
1143
|
+
}
|
|
1144
|
+
/**
|
|
1145
|
+
* This resource represents status categories. Use it to obtain a list of all
|
|
1146
|
+
* status categories and the details of a category. Status categories provided a
|
|
1147
|
+
* mechanism for categorizing [statuses](#api-group-Workflow-statuses).
|
|
1148
|
+
*
|
|
1149
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-status-categories
|
|
1150
|
+
*/
|
|
1151
|
+
get workflowStatusCategories() {
|
|
1152
|
+
return this.getServiceInstance(WorkflowStatusCategoriesService_1.WorkflowStatusCategoriesService);
|
|
1153
|
+
}
|
|
1154
|
+
/**
|
|
1155
|
+
* This resource represents issue workflow statuses. Use it to obtain a list of
|
|
1156
|
+
* all statuses associated with workflows and the details of a status.
|
|
1157
|
+
*
|
|
1158
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses
|
|
1159
|
+
*/
|
|
1160
|
+
get workflowStatuses() {
|
|
1161
|
+
return this.getServiceInstance(WorkflowStatusesService_1.WorkflowStatusesService);
|
|
1162
|
+
}
|
|
1163
|
+
/**
|
|
1164
|
+
* This resource represents workflow transition properties, which provides for
|
|
1165
|
+
* storing custom data against a workflow transition. Use it to get, create, and
|
|
1166
|
+
* delete workflow transition properties as well as get a list of property keys
|
|
1167
|
+
* for a workflow transition. Workflow transition properties are a type of [entity
|
|
1168
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
1169
|
+
*
|
|
1170
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties
|
|
1171
|
+
*/
|
|
1172
|
+
get workflowTransitionProperties() {
|
|
1173
|
+
return this.getServiceInstance(WorkflowTransitionPropertiesService_1.WorkflowTransitionPropertiesService);
|
|
1174
|
+
}
|
|
1175
|
+
/**
|
|
1176
|
+
* This resource represents workflow transition rules. Workflow transition rules
|
|
1177
|
+
* define a Connect or a Forge app routine, such as a [workflow post
|
|
1178
|
+
* functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
|
|
1179
|
+
* that is executed in association with the workflow. Use it to read and modify
|
|
1180
|
+
* configuration of workflow transition rules.
|
|
1181
|
+
*
|
|
1182
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules
|
|
1183
|
+
*/
|
|
1184
|
+
get workflowTransitionRules() {
|
|
1185
|
+
return this.getServiceInstance(WorkflowTransitionRulesService_1.WorkflowTransitionRulesService);
|
|
1186
|
+
}
|
|
115
1187
|
constructor(options) {
|
|
116
1188
|
super(() => this.client);
|
|
117
1189
|
this.client = new commonHttpClient.CommonHttpClient({
|
|
@@ -120,877 +1192,9 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
120
1192
|
errorClass: BaseJiraPlatformApiClientError,
|
|
121
1193
|
});
|
|
122
1194
|
this.getClient = () => this.client;
|
|
123
|
-
/**
|
|
124
|
-
* This resource represents an announcement banner. Use it to retrieve and update
|
|
125
|
-
* banner configuration.
|
|
126
|
-
*
|
|
127
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-announcement-banner
|
|
128
|
-
*/
|
|
129
|
-
this.announcementBanner = new AnnouncementBannerService_1.AnnouncementBannerService(this.getClient);
|
|
130
|
-
/**
|
|
131
|
-
* This resource represents app access rule data policies.
|
|
132
|
-
*
|
|
133
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-data-policies
|
|
134
|
-
*/
|
|
135
|
-
this.appDataPolicies = new AppDataPoliciesService_1.AppDataPoliciesService(this.getClient);
|
|
136
|
-
/**
|
|
137
|
-
* This resource represents application roles. Use it to get details of an
|
|
138
|
-
* application role or all application roles.
|
|
139
|
-
*
|
|
140
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles
|
|
141
|
-
*/
|
|
142
|
-
this.applicationRoles = new ApplicationRolesService_1.ApplicationRolesService(this.getClient);
|
|
143
|
-
/**
|
|
144
|
-
* This resource supports [app
|
|
145
|
-
* migrations](https://developer.atlassian.com/platform/app-migration/). Use it to:
|
|
146
|
-
* - [to request migrated workflow rules
|
|
147
|
-
* details](https://developer.atlassian.com/platform/app-migration/tutorials/migration-app-workflow-rules/).
|
|
148
|
-
* - [perform bulk updates of entity
|
|
149
|
-
* properties](https://developer.atlassian.com/platform/app-migration/tutorials/entity-properties-bulk-api/).
|
|
150
|
-
* - [perform bulk updates of issue custom field
|
|
151
|
-
* values](https://developer.atlassian.com/platform/app-migration/tutorials/migrating-app-custom-fields/).
|
|
152
|
-
*
|
|
153
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-migration
|
|
154
|
-
*/
|
|
155
|
-
this.appMigration = new AppMigrationService_1.AppMigrationService(this.getClient);
|
|
156
|
-
/**
|
|
157
|
-
* This resource represents app properties. Use it to store arbitrary data for your
|
|
158
|
-
* [Connect
|
|
159
|
-
* app](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
160
|
-
*
|
|
161
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties
|
|
162
|
-
*/
|
|
163
|
-
this.appProperties = new AppPropertiesService_1.AppPropertiesService(this.getClient);
|
|
164
|
-
/**
|
|
165
|
-
* This resource represents audits that record activities undertaken in Jira. Use
|
|
166
|
-
* it to get a list of audit records.
|
|
167
|
-
*
|
|
168
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records
|
|
169
|
-
*/
|
|
170
|
-
this.auditRecords = new AuditRecordsService_1.AuditRecordsService(this.getClient);
|
|
171
|
-
/**
|
|
172
|
-
* This resource represents system and custom avatars. Use it to obtain the
|
|
173
|
-
* details of system or custom avatars, add and remove avatars from a project or
|
|
174
|
-
* issue type, and obtain avatar images.
|
|
175
|
-
*
|
|
176
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars
|
|
177
|
-
*/
|
|
178
|
-
this.avatars = new AvatarsService_1.AvatarsService(this.getClient);
|
|
179
|
-
/**
|
|
180
|
-
* This resource represents classification levels.
|
|
181
|
-
*
|
|
182
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-classification-levels
|
|
183
|
-
*/
|
|
184
|
-
this.classificationLevels = new ClassificationLevelsService_1.ClassificationLevelsService(this.getClient);
|
|
185
|
-
/**
|
|
186
|
-
* This resource represents dashboards. Use it to obtain the details of dashboards
|
|
187
|
-
* as well as get, create, update, or remove item properties and gadgets from
|
|
188
|
-
* dashboards.
|
|
189
|
-
*
|
|
190
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dashboards
|
|
191
|
-
*/
|
|
192
|
-
this.dashboards = new DashboardsService_1.DashboardsService(this.getClient);
|
|
193
|
-
/**
|
|
194
|
-
* This resource represents [modules registered
|
|
195
|
-
* dynamically](https://developer.atlassian.com/cloud/jira/platform/dynamic-modules/)
|
|
196
|
-
* by [Connect
|
|
197
|
-
* apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
198
|
-
*
|
|
199
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dynamic-modules
|
|
200
|
-
*/
|
|
201
|
-
this.dynamicModules = new DynamicModulesService_1.DynamicModulesService(this.getClient);
|
|
202
|
-
/**
|
|
203
|
-
* This resource represents options for sharing [filters](#api-group-Filters). Use
|
|
204
|
-
* it to get share scopes as well as add and remove share scopes from filters.
|
|
205
|
-
*
|
|
206
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filter-sharing
|
|
207
|
-
*/
|
|
208
|
-
this.filterSharing = new FilterSharingService_1.FilterSharingService(this.getClient);
|
|
209
|
-
/**
|
|
210
|
-
* This resource represents [filters](https://confluence.atlassian.com/x/eQiiLQ).
|
|
211
|
-
* Use it to get, create, update, or delete filters. Also use it to configure the
|
|
212
|
-
* columns for a filter and set favorite filters.
|
|
213
|
-
*
|
|
214
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters
|
|
215
|
-
*/
|
|
216
|
-
this.filters = new FiltersService_1.FiltersService(this.getClient);
|
|
217
|
-
/**
|
|
218
|
-
* This resource represents a list of users and a list of groups. Use it to obtain
|
|
219
|
-
* the details to populate user and group picker suggestions list.
|
|
220
|
-
*
|
|
221
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-group-and-user-picker
|
|
222
|
-
*/
|
|
223
|
-
this.groupAndUserPicker = new GroupAndUserPickerService_1.GroupAndUserPickerService(this.getClient);
|
|
224
|
-
/**
|
|
225
|
-
* This resource represents groups of users. Use it to get, create, find, and
|
|
226
|
-
* delete groups as well as add and remove users from groups. (\[WARNING\] The
|
|
227
|
-
* standard Atlassian group names are default names only and can be edited or
|
|
228
|
-
* deleted. For example, an admin or Atlassian support could delete the default
|
|
229
|
-
* group jira-software-users or rename it to jsw-users at any point. See
|
|
230
|
-
* https://support.atlassian.com/user-management/docs/create-and-update-groups/
|
|
231
|
-
* for details.)
|
|
232
|
-
*
|
|
233
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups
|
|
234
|
-
*/
|
|
235
|
-
this.groups = new GroupsService_1.GroupsService(this.getClient);
|
|
236
|
-
/**
|
|
237
|
-
* This resource represents issue attachments and the attachment settings for
|
|
238
|
-
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
239
|
-
* view the metadata for the contents of an attachment. Also, use it to get the
|
|
240
|
-
* attachment settings for Jira.
|
|
241
|
-
*
|
|
242
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments
|
|
243
|
-
*/
|
|
244
|
-
this.issueAttachments = new IssueAttachmentsService_1.IssueAttachmentsService(this.getClient);
|
|
245
|
-
/**
|
|
246
|
-
* This resource represents [issue comment](#api-group-Issue-comments) properties,
|
|
247
|
-
* which provides for storing custom data against an issue comment. Use is to get,
|
|
248
|
-
* set, and delete issue comment properties as well as obtain the keys of all
|
|
249
|
-
* properties on a comment. Comment properties are a type of [entity
|
|
250
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
251
|
-
*
|
|
252
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties
|
|
253
|
-
*/
|
|
254
|
-
this.issueCommentProperties = new IssueCommentPropertiesService_1.IssueCommentPropertiesService(this.getClient);
|
|
255
|
-
/**
|
|
256
|
-
* This resource represents issue comments. Use it to:
|
|
257
|
-
*
|
|
258
|
-
* * get, create, update, and delete a comment from an issue.
|
|
259
|
-
* * get all comments from issue.
|
|
260
|
-
* * get a list of comments by comment ID.
|
|
261
|
-
*
|
|
262
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments
|
|
263
|
-
*/
|
|
264
|
-
this.issueComments = new IssueCommentsService_1.IssueCommentsService(this.getClient);
|
|
265
|
-
/**
|
|
266
|
-
* This resource represents configurations stored against a custom field context
|
|
267
|
-
* by a [Forge app](https://developer.atlassian.com/platform/forge/).
|
|
268
|
-
* Configurations are information used by the Forge app at runtime to determine
|
|
269
|
-
* how to handle or process the data in a custom field in a given context. Use
|
|
270
|
-
* this resource to set and read configurations.
|
|
271
|
-
*
|
|
272
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-
|
|
273
|
-
*/
|
|
274
|
-
this.issueCustomFieldConfigurationApps = new IssueCustomFieldConfigurationAppsService_1.IssueCustomFieldConfigurationAppsService(this.getClient);
|
|
275
|
-
/**
|
|
276
|
-
* This resource represents issue custom field contexts. Use it to:
|
|
277
|
-
*
|
|
278
|
-
* * get, create, update, and delete custom field contexts.
|
|
279
|
-
* * get context to issue types and projects mappings.
|
|
280
|
-
* * get custom field contexts for projects and issue types.
|
|
281
|
-
* * assign custom field contexts to projects.
|
|
282
|
-
* * remove custom field contexts from projects.
|
|
283
|
-
* * add issue types to custom field contexts.
|
|
284
|
-
*
|
|
285
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts
|
|
286
|
-
*/
|
|
287
|
-
this.issueCustomFieldContexts = new IssueCustomFieldContextsService_1.IssueCustomFieldContextsService(this.getClient);
|
|
288
|
-
/**
|
|
289
|
-
* This resource represents custom issue field select list options created by a
|
|
290
|
-
* Connect app. See [Issue custom field
|
|
291
|
-
* options](#api-group-Issue-custom-field-options) to manipulate options created
|
|
292
|
-
* in Jira or using the REST API.
|
|
293
|
-
*
|
|
294
|
-
* A select list issue field is a type of [issue
|
|
295
|
-
* field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/)
|
|
296
|
-
* that enables a user to select an option from a list. Use it to add, remove, and
|
|
297
|
-
* update the options of a select list issue field.
|
|
298
|
-
*
|
|
299
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-
|
|
300
|
-
*/
|
|
301
|
-
this.issueCustomFieldOptionsApps = new IssueCustomFieldOptionsAppsService_1.IssueCustomFieldOptionsAppsService(this.getClient);
|
|
302
|
-
/**
|
|
303
|
-
* This resource represents custom issue field select list options created in Jira
|
|
304
|
-
* or using the REST API. This resource supports the following field types:
|
|
305
|
-
*
|
|
306
|
-
* * Checkboxes.
|
|
307
|
-
* * Radio Buttons.
|
|
308
|
-
* * Select List (single choice).
|
|
309
|
-
* * Select List (multiple choices).
|
|
310
|
-
* * Select List (cascading).
|
|
311
|
-
*
|
|
312
|
-
* See [Issue custom field options
|
|
313
|
-
* (apps)](#api-group-Issue-custom-field-options--apps-) to manipulate custom
|
|
314
|
-
* issue field select list options created by a Connect app.
|
|
315
|
-
*
|
|
316
|
-
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
317
|
-
*
|
|
318
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options
|
|
319
|
-
*/
|
|
320
|
-
this.issueCustomFieldOptions = new IssueCustomFieldOptionsService_1.IssueCustomFieldOptionsService(this.getClient);
|
|
321
|
-
/**
|
|
322
|
-
* This resource represents the values of custom fields added by [Forge
|
|
323
|
-
* apps](https://developer.atlassian.com/platform/forge/). Use it to update the
|
|
324
|
-
* value of a custom field on issues.
|
|
325
|
-
*
|
|
326
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-
|
|
327
|
-
*/
|
|
328
|
-
this.issueCustomFieldValuesApps = new IssueCustomFieldValuesAppsService_1.IssueCustomFieldValuesAppsService(this.getClient);
|
|
329
|
-
/**
|
|
330
|
-
* This resource represents issue field configurations. Use it to get, set, and
|
|
331
|
-
* delete field configurations and field configuration schemes.
|
|
332
|
-
*
|
|
333
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations
|
|
334
|
-
*/
|
|
335
|
-
this.issueFieldConfigurations = new IssueFieldConfigurationsService_1.IssueFieldConfigurationsService(this.getClient);
|
|
336
|
-
/**
|
|
337
|
-
* This resource represents issue fields, both system and custom fields. Use it to
|
|
338
|
-
* get fields, field configurations, and create custom fields.
|
|
339
|
-
*
|
|
340
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields
|
|
341
|
-
*/
|
|
342
|
-
this.issueFields = new IssueFieldsService_1.IssueFieldsService(this.getClient);
|
|
343
|
-
/**
|
|
344
|
-
* This resource represents links between issues. Use it to get, create, and
|
|
345
|
-
* delete links between issues.
|
|
346
|
-
*
|
|
347
|
-
* To use it, the site must have [issue
|
|
348
|
-
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
349
|
-
*
|
|
350
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
|
|
351
|
-
*/
|
|
352
|
-
this.issueLinks = new IssueLinksService_1.IssueLinksService(this.getClient);
|
|
353
|
-
/**
|
|
354
|
-
* This resource represents [issue link](#api-group-Issue-links) types. Use it to
|
|
355
|
-
* get, create, update, and delete link issue types as well as get lists of all
|
|
356
|
-
* link issue types.
|
|
357
|
-
*
|
|
358
|
-
* To use it, the site must have [issue
|
|
359
|
-
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
360
|
-
*
|
|
361
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types
|
|
362
|
-
*/
|
|
363
|
-
this.issueLinkTypes = new IssueLinkTypesService_1.IssueLinkTypesService(this.getClient);
|
|
364
|
-
/**
|
|
365
|
-
* This resource represents issue navigator settings. Use it to get and set issue
|
|
366
|
-
* navigator default columns.
|
|
367
|
-
*
|
|
368
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings
|
|
369
|
-
*/
|
|
370
|
-
this.issueNavigatorSettings = new IssueNavigatorSettingsService_1.IssueNavigatorSettingsService(this.getClient);
|
|
371
|
-
/**
|
|
372
|
-
* This resource represents notification schemes, lists of events and the
|
|
373
|
-
* recipients who will receive notifications for those events. Use it to get
|
|
374
|
-
* details of a notification scheme and a list of notification schemes.
|
|
375
|
-
*
|
|
376
|
-
* ### About notification schemes ###
|
|
377
|
-
*
|
|
378
|
-
* A notification scheme is a list of events and recipients who will receive
|
|
379
|
-
* notifications for those events. The list is contained within the
|
|
380
|
-
* `notificationSchemeEvents` object and contains pairs of `events` and
|
|
381
|
-
* `notifications`:
|
|
382
|
-
*
|
|
383
|
-
* * `event` Identifies the type of event. The events can be [Jira system
|
|
384
|
-
* events](https://support.atlassian.com/jira-cloud-administration/docs/configure-notification-schemes/)
|
|
385
|
-
* (see the *Events* section) or [custom
|
|
386
|
-
* events](https://support.atlassian.com/jira-cloud-administration/docs/add-a-custom-event/).
|
|
387
|
-
* * `notifications` Identifies the
|
|
388
|
-
* [recipients](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-recipientsRecipients)
|
|
389
|
-
* of notifications for each event. Recipients can be any of the following types:
|
|
390
|
-
*
|
|
391
|
-
* * `CurrentAssignee`
|
|
392
|
-
* * `Reporter`
|
|
393
|
-
* * `CurrentUser`
|
|
394
|
-
* * `ProjectLead`
|
|
395
|
-
* * `ComponentLead`
|
|
396
|
-
* * `User` (the `parameter` is the user key)
|
|
397
|
-
* * `Group` (the `parameter` is the group name)
|
|
398
|
-
* * `ProjectRole` (the `parameter` is the project role ID)
|
|
399
|
-
* * `EmailAddress` *(deprecated)*
|
|
400
|
-
* * `AllWatchers`
|
|
401
|
-
* * `UserCustomField` (the `parameter` is the ID of the custom field)
|
|
402
|
-
* * `GroupCustomField`(the `parameter` is the ID of the custom field)
|
|
403
|
-
*
|
|
404
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes
|
|
405
|
-
*/
|
|
406
|
-
this.issueNotificationSchemes = new IssueNotificationSchemesService_1.IssueNotificationSchemesService(this.getClient);
|
|
407
|
-
/**
|
|
408
|
-
* This resource represents issue priorities. Use it to get, create and update
|
|
409
|
-
* issue priorities and details for individual issue priorities.
|
|
410
|
-
*
|
|
411
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities
|
|
412
|
-
*/
|
|
413
|
-
this.issuePriorities = new IssuePrioritiesService_1.IssuePrioritiesService(this.getClient);
|
|
414
|
-
/**
|
|
415
|
-
* This resource represents [issue](#api-group-Issues) properties, which provides
|
|
416
|
-
* for storing custom data against an issue. Use it to get, set, and delete issue
|
|
417
|
-
* properties as well as obtain details of all properties on an issue. Operations
|
|
418
|
-
* to bulk update and delete issue properties are also provided. Issue properties
|
|
419
|
-
* are a type of [entity
|
|
420
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
421
|
-
*
|
|
422
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-properties
|
|
423
|
-
*/
|
|
424
|
-
this.issueProperties = new IssuePropertiesService_1.IssuePropertiesService(this.getClient);
|
|
425
|
-
/**
|
|
426
|
-
* This resource represents remote issue links, a way of linking Jira to
|
|
427
|
-
* information in other systems. Use it to get, create, update, and delete remote
|
|
428
|
-
* issue links either by ID or global ID. The global ID provides a way of
|
|
429
|
-
* accessing remote issue links using information about the item's remote system
|
|
430
|
-
* host and remote system identifier.
|
|
431
|
-
*
|
|
432
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links
|
|
433
|
-
*/
|
|
434
|
-
this.issueRemoteLinks = new IssueRemoteLinksService_1.IssueRemoteLinksService(this.getClient);
|
|
435
|
-
/**
|
|
436
|
-
* This resource represents issue resolution values. Use it to obtain a list of
|
|
437
|
-
* all issue resolution values and the details of individual resolution values.
|
|
438
|
-
*
|
|
439
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-resolutions
|
|
440
|
-
*/
|
|
441
|
-
this.issueResolutions = new IssueResolutionsService_1.IssueResolutionsService(this.getClient);
|
|
442
|
-
/**
|
|
443
|
-
* This resource represents various ways to search for issues. Use it to search
|
|
444
|
-
* for issues with a JQL query and find issues to populate an issue picker.
|
|
445
|
-
*
|
|
446
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search
|
|
447
|
-
*/
|
|
448
|
-
this.issueSearch = new IssueSearchService_1.IssueSearchService(this.getClient);
|
|
449
|
-
/**
|
|
450
|
-
* This resource represents issue security levels. Use it to obtain the details of
|
|
451
|
-
* any issue security level. For more information about issue security levels, see
|
|
452
|
-
* [Configuring issue-level security](https://confluence.atlassian.com/x/J4lKLg).
|
|
453
|
-
*
|
|
454
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-level
|
|
455
|
-
*/
|
|
456
|
-
this.issueSecurityLevel = new IssueSecurityLevelService_1.IssueSecurityLevelService(this.getClient);
|
|
457
|
-
/**
|
|
458
|
-
* This resource represents issue security schemes. Use it to get an issue
|
|
459
|
-
* security scheme or a list of issue security schemes.
|
|
460
|
-
*
|
|
461
|
-
* Issue security schemes control which users or groups of users can view an
|
|
462
|
-
* issue. When an issue security scheme is associated with a project, its security
|
|
463
|
-
* levels can be applied to issues in that project. Sub-tasks also inherit the
|
|
464
|
-
* security level of their parent issue.
|
|
465
|
-
*
|
|
466
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-schemes
|
|
467
|
-
*/
|
|
468
|
-
this.issueSecuritySchemes = new IssueSecuritySchemesService_1.IssueSecuritySchemesService(this.getClient);
|
|
469
|
-
/**
|
|
470
|
-
* This resource represents Jira issues. Use it to:
|
|
471
|
-
*
|
|
472
|
-
* * create or edit issues, individually or in bulk.
|
|
473
|
-
* * retrieve metadata about the options for creating or editing issues.
|
|
474
|
-
* * delete an issue.
|
|
475
|
-
* * assign a user to an issue.
|
|
476
|
-
* * get issue changelogs.
|
|
477
|
-
* * send notifications about an issue.
|
|
478
|
-
* * get details of the transitions available for an issue.
|
|
479
|
-
* * transition an issue.
|
|
480
|
-
* * Archive issues.
|
|
481
|
-
* * Unarchive issues.
|
|
482
|
-
* * Export archived issues.
|
|
483
|
-
*
|
|
484
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues
|
|
485
|
-
*/
|
|
486
|
-
this.issues = new IssuesService_1.IssuesService(this.getClient);
|
|
487
|
-
/**
|
|
488
|
-
* This resource represents [issue type](#api-group-Issue-types) properties, which
|
|
489
|
-
* provides for storing custom data against an issue type. Use it to get, create,
|
|
490
|
-
* and delete issue type properties as well as obtain the keys of all properties
|
|
491
|
-
* on a issues type. Issue type properties are a type of [entity
|
|
492
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
493
|
-
*
|
|
494
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-properties
|
|
495
|
-
*/
|
|
496
|
-
this.issueTypeProperties = new IssueTypePropertiesService_1.IssueTypePropertiesService(this.getClient);
|
|
497
|
-
/**
|
|
498
|
-
* This resource represents issue type schemes in classic projects. Use it to:
|
|
499
|
-
*
|
|
500
|
-
* * get issue type schemes and a list of the projects that use them.
|
|
501
|
-
* * associate issue type schemes with projects.
|
|
502
|
-
* * add issue types to issue type schemes.
|
|
503
|
-
* * delete issue types from issue type schemes.
|
|
504
|
-
* * create, update, and delete issue type schemes.
|
|
505
|
-
* * change the order of issue types in issue type schemes.
|
|
506
|
-
*
|
|
507
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-schemes
|
|
508
|
-
*/
|
|
509
|
-
this.issueTypeSchemes = new IssueTypeSchemesService_1.IssueTypeSchemesService(this.getClient);
|
|
510
|
-
/**
|
|
511
|
-
* This resource represents issue type screen schemes. Use it to:
|
|
512
|
-
*
|
|
513
|
-
* * get issue type screen schemes and a list of the projects that use them.
|
|
514
|
-
* * create issue type screen schemes.
|
|
515
|
-
* * update issue type screen schemes.
|
|
516
|
-
* * delete issue type screen schemes.
|
|
517
|
-
* * associate issue type screen schemes with projects.
|
|
518
|
-
* * append issue type to screen scheme mappings to issue type screen schemes.
|
|
519
|
-
* * remove issue type to screen scheme mappings from issue type screen schemes.
|
|
520
|
-
* * update default screen scheme of issue type screen scheme.
|
|
521
|
-
*
|
|
522
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-screen-schemes
|
|
523
|
-
*/
|
|
524
|
-
this.issueTypeScreenSchemes = new IssueTypeScreenSchemesService_1.IssueTypeScreenSchemesService(this.getClient);
|
|
525
|
-
/**
|
|
526
|
-
* This resource represents issues types. Use it to:
|
|
527
|
-
*
|
|
528
|
-
* * get, create, update, and delete issue types.
|
|
529
|
-
* * get all issue types for a user.
|
|
530
|
-
* * get alternative issue types.
|
|
531
|
-
* * set an avatar for an issue type.
|
|
532
|
-
*
|
|
533
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types
|
|
534
|
-
*/
|
|
535
|
-
this.issueTypes = new IssueTypesService_1.IssueTypesService(this.getClient);
|
|
536
|
-
/**
|
|
537
|
-
* This resource represents votes cast by users on an issue. Use it to get details
|
|
538
|
-
* of votes on an issue as well as cast and withdrawal votes.
|
|
539
|
-
*
|
|
540
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes
|
|
541
|
-
*/
|
|
542
|
-
this.issueVotes = new IssueVotesService_1.IssueVotesService(this.getClient);
|
|
543
|
-
/**
|
|
544
|
-
* This resource represents users watching an issue. Use it to get details of
|
|
545
|
-
* users watching an issue as well as start and stop a user watching an issue.
|
|
546
|
-
*
|
|
547
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers
|
|
548
|
-
*/
|
|
549
|
-
this.issueWatchers = new IssueWatchersService_1.IssueWatchersService(this.getClient);
|
|
550
|
-
/**
|
|
551
|
-
* This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
|
|
552
|
-
* which provides for storing custom data against an issue worklog. Use it to get,
|
|
553
|
-
* create, and delete issue worklog properties as well as obtain the keys of all
|
|
554
|
-
* properties on a issue worklog. Issue worklog properties are a type of [entity
|
|
555
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
556
|
-
*
|
|
557
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties
|
|
558
|
-
*/
|
|
559
|
-
this.issueWorklogProperties = new IssueWorklogPropertiesService_1.IssueWorklogPropertiesService(this.getClient);
|
|
560
|
-
/**
|
|
561
|
-
* This resource represents issue worklogs. Use it to:
|
|
562
|
-
*
|
|
563
|
-
* * get, create, update, and delete worklogs.
|
|
564
|
-
* * obtain lists of updated or deleted worklogs.
|
|
565
|
-
*
|
|
566
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs
|
|
567
|
-
*/
|
|
568
|
-
this.issueWorklogs = new IssueWorklogsService_1.IssueWorklogsService(this.getClient);
|
|
569
|
-
/**
|
|
570
|
-
* This resource is a collection of operations for [Jira
|
|
571
|
-
* expressions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/).
|
|
572
|
-
*
|
|
573
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-expressions
|
|
574
|
-
*/
|
|
575
|
-
this.jiraExpressions = new JiraExpressionsService_1.JiraExpressionsService(this.getClient);
|
|
576
|
-
/**
|
|
577
|
-
* This resource represents various settings in Jira. Use it to get and update
|
|
578
|
-
* Jira settings and properties.
|
|
579
|
-
*
|
|
580
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-settings
|
|
581
|
-
*/
|
|
582
|
-
this.jiraSettings = new JiraSettingsService_1.JiraSettingsService(this.getClient);
|
|
583
|
-
/**
|
|
584
|
-
* This resource represents JQL function's precomputations. Precomputation is a
|
|
585
|
-
* mapping between custom function call and JQL fragment returned by this
|
|
586
|
-
* function. Use it to get and update precomputations.
|
|
587
|
-
*
|
|
588
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql-functions-apps-
|
|
589
|
-
*/
|
|
590
|
-
this.jqlFunctionsApps = new JqlFunctionsAppsService_1.JqlFunctionsAppsService(this.getClient);
|
|
591
|
-
/**
|
|
592
|
-
* This resource represents JQL search auto-complete details. Use it to obtain JQL
|
|
593
|
-
* search auto-complete data and suggestions for use in programmatic construction
|
|
594
|
-
* of queries or custom query builders. It also provides operations to:
|
|
595
|
-
*
|
|
596
|
-
* * convert one or more JQL queries with user identifiers (username or user
|
|
597
|
-
* key) to equivalent JQL queries with account IDs.
|
|
598
|
-
* * convert readable details in one or more JQL queries to IDs where a user
|
|
599
|
-
* doesn't have permission to view the entity whose details are readable.
|
|
600
|
-
*
|
|
601
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql
|
|
602
|
-
*/
|
|
603
|
-
this.jql = new JqlService_1.JqlService(this.getClient);
|
|
604
|
-
/**
|
|
605
|
-
* This resource represents available labels. Use it to get available labels for
|
|
606
|
-
* the global label field.
|
|
607
|
-
*
|
|
608
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-labels
|
|
609
|
-
*/
|
|
610
|
-
this.labels = new LabelsService_1.LabelsService(this.getClient);
|
|
611
|
-
/**
|
|
612
|
-
* This resource represents license metrics. Use it to get available metrics for
|
|
613
|
-
* Jira licences.
|
|
614
|
-
*
|
|
615
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-license-metrics
|
|
616
|
-
*/
|
|
617
|
-
this.licenseMetrics = new LicenseMetricsService_1.LicenseMetricsService(this.getClient);
|
|
618
|
-
/**
|
|
619
|
-
* This resource represents information about the current user, such as basic
|
|
620
|
-
* details, group membership, application roles, preferences, and locale. Use it
|
|
621
|
-
* to get, create, update, and delete (restore default) values of the user's
|
|
622
|
-
* preferences and locale.
|
|
623
|
-
*
|
|
624
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself
|
|
625
|
-
*/
|
|
626
|
-
this.myself = new MyselfService_1.MyselfService(this.getClient);
|
|
627
|
-
/**
|
|
628
|
-
* This resource represents permission schemes. Use it to get, create, update, and
|
|
629
|
-
* delete permission schemes as well as get, create, update, and delete details of
|
|
630
|
-
* the permissions granted in those schemes.
|
|
631
|
-
*
|
|
632
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes
|
|
633
|
-
*/
|
|
634
|
-
this.permissionSchemes = new PermissionSchemesService_1.PermissionSchemesService(this.getClient);
|
|
635
|
-
/**
|
|
636
|
-
* This resource represents permissions. Use it to obtain details of all
|
|
637
|
-
* permissions and determine whether the user has certain permissions.
|
|
638
|
-
*
|
|
639
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions
|
|
640
|
-
*/
|
|
641
|
-
this.permissions = new PermissionsService_1.PermissionsService(this.getClient);
|
|
642
|
-
/**
|
|
643
|
-
* This resource represents issue priority schemes. Use it to get priority schemes
|
|
644
|
-
* and related information, and to create, update and delete priority schemes.
|
|
645
|
-
*
|
|
646
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes
|
|
647
|
-
*/
|
|
648
|
-
this.prioritySchemes = new PrioritySchemesService_1.PrioritySchemesService(this.getClient);
|
|
649
|
-
/**
|
|
650
|
-
* This resource represents avatars associated with a project. Use it to get,
|
|
651
|
-
* load, set, and remove project avatars.
|
|
652
|
-
*
|
|
653
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars
|
|
654
|
-
*/
|
|
655
|
-
this.projectAvatars = new ProjectAvatarsService_1.ProjectAvatarsService(this.getClient);
|
|
656
|
-
/**
|
|
657
|
-
* This resource represents project categories. Use it to create, update, and
|
|
658
|
-
* delete project categories as well as obtain a list of all project categories
|
|
659
|
-
* and details of individual categories. For more information on managing project
|
|
660
|
-
* categories, see [Adding, assigning, and deleting project
|
|
661
|
-
* categories](https://confluence.atlassian.com/x/-A5WMg).
|
|
662
|
-
*
|
|
663
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-categories
|
|
664
|
-
*/
|
|
665
|
-
this.projectCategories = new ProjectCategoriesService_1.ProjectCategoriesService(this.getClient);
|
|
666
|
-
/**
|
|
667
|
-
* This resource represents classification levels used in a project. Use it to
|
|
668
|
-
* view and manage classification levels in your projects.
|
|
669
|
-
*
|
|
670
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-classification-levels
|
|
671
|
-
*/
|
|
672
|
-
this.projectClassificationLevels = new ProjectClassificationLevelsService_1.ProjectClassificationLevelsService(this.getClient);
|
|
673
|
-
/**
|
|
674
|
-
* This resource represents project components. Use it to get, create, update, and
|
|
675
|
-
* delete project components. Also get components for project and get a count of
|
|
676
|
-
* issues by component.
|
|
677
|
-
*
|
|
678
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components
|
|
679
|
-
*/
|
|
680
|
-
this.projectComponents = new ProjectComponentsService_1.ProjectComponentsService(this.getClient);
|
|
681
|
-
/**
|
|
682
|
-
* This resource represents the email address used to send a project's
|
|
683
|
-
* notifications. Use it to get and set the [project's sender email
|
|
684
|
-
* address](https://confluence.atlassian.com/x/dolKLg).
|
|
685
|
-
*
|
|
686
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-email
|
|
687
|
-
*/
|
|
688
|
-
this.projectEmail = new ProjectEmailService_1.ProjectEmailService(this.getClient);
|
|
689
|
-
/**
|
|
690
|
-
* This resource represents project features. Use it to get the list of features
|
|
691
|
-
* for a project and modify the state of a feature. The project feature endpoint
|
|
692
|
-
* is available only for Jira Software, both for team- and company-managed
|
|
693
|
-
* projects.
|
|
694
|
-
*
|
|
695
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-features
|
|
696
|
-
*/
|
|
697
|
-
this.projectFeatures = new ProjectFeaturesService_1.ProjectFeaturesService(this.getClient);
|
|
698
|
-
/**
|
|
699
|
-
* This resource provides validation for project keys and names.
|
|
700
|
-
*
|
|
701
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-key-and-name-validation
|
|
702
|
-
*/
|
|
703
|
-
this.projectKeyAndNameValidation = new ProjectKeyAndNameValidationService_1.ProjectKeyAndNameValidationService(this.getClient);
|
|
704
|
-
/**
|
|
705
|
-
* This resource represents permission schemes for a project. Use this resource to:
|
|
706
|
-
*
|
|
707
|
-
* * get details of a project's issue security levels available to the calling
|
|
708
|
-
* user.
|
|
709
|
-
* * get the permission scheme associated with the project or assign different
|
|
710
|
-
* permission scheme to the project.
|
|
711
|
-
* * get details of a project's issue security scheme.
|
|
712
|
-
*
|
|
713
|
-
* See [Managing project permissions](https://confluence.atlassian.com/x/yodKLg)
|
|
714
|
-
* for more information about permission schemes.
|
|
715
|
-
*
|
|
716
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes
|
|
717
|
-
*/
|
|
718
|
-
this.projectPermissionSchemes = new ProjectPermissionSchemesService_1.ProjectPermissionSchemesService(this.getClient);
|
|
719
|
-
/**
|
|
720
|
-
* This resource represents [project](#api-group-Projects) properties, which
|
|
721
|
-
* provides for storing custom data against a project. Use it to get, create, and
|
|
722
|
-
* delete project properties as well as get a list of property keys for a project.
|
|
723
|
-
* Project properties are a type of [entity
|
|
724
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
725
|
-
*
|
|
726
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-properties
|
|
727
|
-
*/
|
|
728
|
-
this.projectProperties = new ProjectPropertiesService_1.ProjectPropertiesService(this.getClient);
|
|
729
|
-
/**
|
|
730
|
-
* This resource represents the users assigned to [project
|
|
731
|
-
* roles](#api-group-Issue-comments). Use it to get, add, and remove default users
|
|
732
|
-
* from project roles. Also use it to add and remove users from a project role
|
|
733
|
-
* associated with a project.
|
|
734
|
-
*
|
|
735
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-role-actors
|
|
736
|
-
*/
|
|
737
|
-
this.projectRoleActors = new ProjectRoleActorsService_1.ProjectRoleActorsService(this.getClient);
|
|
738
|
-
/**
|
|
739
|
-
* This resource represents the roles that users can play in projects. Use this
|
|
740
|
-
* resource to get, create, update, and delete project roles.
|
|
741
|
-
*
|
|
742
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles
|
|
743
|
-
*/
|
|
744
|
-
this.projectRoles = new ProjectRolesService_1.ProjectRolesService(this.getClient);
|
|
745
|
-
/**
|
|
746
|
-
* This resource represents projects. Use it to get, create, update, and delete
|
|
747
|
-
* projects. Also get statuses available to a project, a project's notification
|
|
748
|
-
* schemes, and update a project's type.
|
|
749
|
-
*
|
|
750
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects
|
|
751
|
-
*/
|
|
752
|
-
this.projects = new ProjectsService_1.ProjectsService(this.getClient);
|
|
753
|
-
/**
|
|
754
|
-
* This resource represents project types. Use it to obtain a list of all project
|
|
755
|
-
* types, a list of project types accessible to the calling user, and details of a
|
|
756
|
-
* project type.
|
|
757
|
-
*
|
|
758
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-types
|
|
759
|
-
*/
|
|
760
|
-
this.projectTypes = new ProjectTypesService_1.ProjectTypesService(this.getClient);
|
|
761
|
-
/**
|
|
762
|
-
* This resource represents project versions. Use it to get, get lists of, create,
|
|
763
|
-
* update, move, merge, and delete project versions. This resource also provides
|
|
764
|
-
* counts of issues by version.
|
|
765
|
-
*
|
|
766
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions
|
|
767
|
-
*/
|
|
768
|
-
this.projectVersions = new ProjectVersionsService_1.ProjectVersionsService(this.getClient);
|
|
769
|
-
/**
|
|
770
|
-
* This resource represents screen schemes in classic projects. Use it to get,
|
|
771
|
-
* create, update, and delete screen schemes.
|
|
772
|
-
*
|
|
773
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-schemes
|
|
774
|
-
*/
|
|
775
|
-
this.screenSchemes = new ScreenSchemesService_1.ScreenSchemesService(this.getClient);
|
|
776
|
-
/**
|
|
777
|
-
* This resource represents the screens used to record issue details. Use it to:
|
|
778
|
-
*
|
|
779
|
-
* * get details of all screens.
|
|
780
|
-
* * get details of all the fields available for use on screens.
|
|
781
|
-
* * create screens.
|
|
782
|
-
* * delete screens.
|
|
783
|
-
* * update screens.
|
|
784
|
-
* * add a field to the default screen.
|
|
785
|
-
*
|
|
786
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens
|
|
787
|
-
*/
|
|
788
|
-
this.screens = new ScreensService_1.ScreensService(this.getClient);
|
|
789
|
-
/**
|
|
790
|
-
* This resource represents the screen tab fields used to record issue details.
|
|
791
|
-
* Use it to get, add, move, and remove fields from screen tabs.
|
|
792
|
-
*
|
|
793
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields
|
|
794
|
-
*/
|
|
795
|
-
this.screenTabFields = new ScreenTabFieldsService_1.ScreenTabFieldsService(this.getClient);
|
|
796
|
-
/**
|
|
797
|
-
* This resource represents the screen tabs used to record issue details. Use it
|
|
798
|
-
* to get, create, update, move, and delete screen tabs.
|
|
799
|
-
*
|
|
800
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs
|
|
801
|
-
*/
|
|
802
|
-
this.screenTabs = new ScreenTabsService_1.ScreenTabsService(this.getClient);
|
|
803
|
-
/**
|
|
804
|
-
* This resource provides information about the Jira instance.
|
|
805
|
-
*
|
|
806
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-server-info
|
|
807
|
-
*/
|
|
808
|
-
this.serverInfo = new ServerInfoService_1.ServerInfoService(this.getClient);
|
|
809
|
-
/**
|
|
810
|
-
* This resource represents a service registry. Use it to retrieve attributes
|
|
811
|
-
* related to a [service
|
|
812
|
-
* registry](https://support.atlassian.com/jira-service-management-cloud/docs/what-is-services/)
|
|
813
|
-
* in JSM.
|
|
814
|
-
*
|
|
815
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-service-registry
|
|
816
|
-
*/
|
|
817
|
-
this.serviceRegistry = new ServiceRegistryService_1.ServiceRegistryService(this.getClient);
|
|
818
|
-
/**
|
|
819
|
-
* This resource represents statuses. Use it to search, get, create, delete, and
|
|
820
|
-
* change statuses.
|
|
821
|
-
*
|
|
822
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status
|
|
823
|
-
*/
|
|
824
|
-
this.status = new StatusService_1.StatusService(this.getClient);
|
|
825
|
-
/**
|
|
826
|
-
* This resource represents a [long-running asynchronous
|
|
827
|
-
* tasks](#async-operations). Use it to obtain details about the progress of a
|
|
828
|
-
* long-running task or cancel a long-running task.
|
|
829
|
-
*
|
|
830
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks
|
|
831
|
-
*/
|
|
832
|
-
this.tasks = new TasksService_1.TasksService(this.getClient);
|
|
833
|
-
/**
|
|
834
|
-
* This resource represents time tracking and time tracking providers. Use it to
|
|
835
|
-
* get and set the time tracking provider, get and set the time tracking options,
|
|
836
|
-
* and disable time tracking.
|
|
837
|
-
*
|
|
838
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking
|
|
839
|
-
*/
|
|
840
|
-
this.timeTracking = new TimeTrackingService_1.TimeTrackingService(this.getClient);
|
|
841
|
-
/**
|
|
842
|
-
* UI modifications is a feature available for **Forge apps only**. It enables
|
|
843
|
-
* Forge apps to control how selected Jira fields behave on the following views:
|
|
844
|
-
* global issue create, issue view. For example: hide specific fields, set them as
|
|
845
|
-
* required, etc.
|
|
846
|
-
*
|
|
847
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
848
|
-
*/
|
|
849
|
-
this.uiModificationsApps = new UiModificationsAppsService_1.UiModificationsAppsService(this.getClient);
|
|
850
|
-
/**
|
|
851
|
-
* This resource represents [user](#api-group-Users) properties and provides for
|
|
852
|
-
* storing custom data against a user. Use it to get, create, and delete user
|
|
853
|
-
* properties as well as get a list of property keys for a user. This resourse is
|
|
854
|
-
* designed for integrations and apps to store per-user data and settings. This
|
|
855
|
-
* enables data used to customized the user experience to be kept in the Jira
|
|
856
|
-
* Cloud instance's database. User properties are a type of [entity
|
|
857
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
858
|
-
*
|
|
859
|
-
* This resource does not access the [user
|
|
860
|
-
* properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in
|
|
861
|
-
* Jira.
|
|
862
|
-
*
|
|
863
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties
|
|
864
|
-
*/
|
|
865
|
-
this.userProperties = new UserPropertiesService_1.UserPropertiesService(this.getClient);
|
|
866
|
-
/**
|
|
867
|
-
* This resource represents various ways to search for and find users. Use it to
|
|
868
|
-
* obtain list of users including users assignable to projects and issues, users
|
|
869
|
-
* with permissions, user lists for pickup fields, and user lists generated using
|
|
870
|
-
* structured queries. Note that the operations in this resource only return users
|
|
871
|
-
* found within the first 1000 users.
|
|
872
|
-
*
|
|
873
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search
|
|
874
|
-
*/
|
|
875
|
-
this.userSearch = new UserSearchService_1.UserSearchService(this.getClient);
|
|
876
|
-
/**
|
|
877
|
-
* This resource represent users. Use it to:
|
|
878
|
-
*
|
|
879
|
-
* * get, get a list of, create, and delete users.
|
|
880
|
-
* * get, set, and reset a user's default issue table columns.
|
|
881
|
-
* * get a list of the groups the user belongs to.
|
|
882
|
-
* * get a list of user account IDs for a list of usernames or user keys.
|
|
883
|
-
*
|
|
884
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users
|
|
885
|
-
*/
|
|
886
|
-
this.users = new UsersService_1.UsersService(this.getClient);
|
|
887
|
-
/**
|
|
888
|
-
* This resource represents webhooks. Webhooks are calls sent to a URL when an
|
|
889
|
-
* event occurs in Jira for issues specified by a JQL query. Only Connect and
|
|
890
|
-
* OAuth 2.0 apps can register and manage webhooks. For more information, see
|
|
891
|
-
* [Webhooks](https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-via-the-jira-rest-api-for-connect-apps).
|
|
892
|
-
*
|
|
893
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks
|
|
894
|
-
*/
|
|
895
|
-
this.webhooks = new WebhooksService_1.WebhooksService(this.getClient);
|
|
896
|
-
/**
|
|
897
|
-
* This resource represents draft workflow schemes. Use it to manage drafts of
|
|
898
|
-
* workflow schemes.
|
|
899
|
-
*
|
|
900
|
-
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
901
|
-
* associated with one or more projects, which enables the projects to use the
|
|
902
|
-
* workflow-issue type mappings.
|
|
903
|
-
*
|
|
904
|
-
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
905
|
-
* edited. Editing an active workflow scheme creates a draft copy of the scheme.
|
|
906
|
-
* The draft workflow scheme can then be edited and published (replacing the
|
|
907
|
-
* active scheme).
|
|
908
|
-
*
|
|
909
|
-
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
910
|
-
* for more information.
|
|
911
|
-
*
|
|
912
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts
|
|
913
|
-
*/
|
|
914
|
-
this.workflowSchemeDrafts = new WorkflowSchemeDraftsService_1.WorkflowSchemeDraftsService(this.getClient);
|
|
915
|
-
/**
|
|
916
|
-
* This resource represents the associations between workflow schemes and projects.
|
|
917
|
-
*
|
|
918
|
-
* For more information, see [Managing your
|
|
919
|
-
* workflows](https://confluence.atlassian.com/x/q4hKLg).
|
|
920
|
-
*
|
|
921
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations
|
|
922
|
-
*/
|
|
923
|
-
this.workflowSchemeProjectAssociations = new WorkflowSchemeProjectAssociationsService_1.WorkflowSchemeProjectAssociationsService(this.getClient);
|
|
924
|
-
/**
|
|
925
|
-
* This resource represents workflow schemes. Use it to manage workflow schemes
|
|
926
|
-
* and the workflow scheme's workflows and issue types.
|
|
927
|
-
*
|
|
928
|
-
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
929
|
-
* associated with one or more projects, which enables the projects to use the
|
|
930
|
-
* workflow-issue type mappings.
|
|
931
|
-
*
|
|
932
|
-
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
933
|
-
* edited. When an active workflow scheme is edited, a draft copy of the scheme is
|
|
934
|
-
* created. The draft workflow scheme is then be edited and published (replacing
|
|
935
|
-
* the active scheme).
|
|
936
|
-
*
|
|
937
|
-
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
938
|
-
* for more information.
|
|
939
|
-
*
|
|
940
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes
|
|
941
|
-
*/
|
|
942
|
-
this.workflowSchemes = new WorkflowSchemesService_1.WorkflowSchemesService(this.getClient);
|
|
943
|
-
/**
|
|
944
|
-
* This resource represents workflows. Use it to:
|
|
945
|
-
*
|
|
946
|
-
* * Get workflows
|
|
947
|
-
* * Create workflows
|
|
948
|
-
* * Update workflows
|
|
949
|
-
* * Delete inactive workflows
|
|
950
|
-
* * Get workflow capabilities
|
|
951
|
-
*
|
|
952
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows
|
|
953
|
-
*/
|
|
954
|
-
this.workflows = new WorkflowsService_1.WorkflowsService(this.getClient);
|
|
955
|
-
/**
|
|
956
|
-
* This resource represents status categories. Use it to obtain a list of all
|
|
957
|
-
* status categories and the details of a category. Status categories provided a
|
|
958
|
-
* mechanism for categorizing [statuses](#api-group-Workflow-statuses).
|
|
959
|
-
*
|
|
960
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-status-categories
|
|
961
|
-
*/
|
|
962
|
-
this.workflowStatusCategories = new WorkflowStatusCategoriesService_1.WorkflowStatusCategoriesService(this.getClient);
|
|
963
|
-
/**
|
|
964
|
-
* This resource represents issue workflow statuses. Use it to obtain a list of
|
|
965
|
-
* all statuses associated with workflows and the details of a status.
|
|
966
|
-
*
|
|
967
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses
|
|
968
|
-
*/
|
|
969
|
-
this.workflowStatuses = new WorkflowStatusesService_1.WorkflowStatusesService(this.getClient);
|
|
970
|
-
/**
|
|
971
|
-
* This resource represents workflow transition properties, which provides for
|
|
972
|
-
* storing custom data against a workflow transition. Use it to get, create, and
|
|
973
|
-
* delete workflow transition properties as well as get a list of property keys
|
|
974
|
-
* for a workflow transition. Workflow transition properties are a type of [entity
|
|
975
|
-
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
976
|
-
*
|
|
977
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties
|
|
978
|
-
*/
|
|
979
|
-
this.workflowTransitionProperties = new WorkflowTransitionPropertiesService_1.WorkflowTransitionPropertiesService(this.getClient);
|
|
980
|
-
/**
|
|
981
|
-
* This resource represents workflow transition rules. Workflow transition rules
|
|
982
|
-
* define a Connect or a Forge app routine, such as a [workflow post
|
|
983
|
-
* functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
|
|
984
|
-
* that is executed in association with the workflow. Use it to read and modify
|
|
985
|
-
* configuration of workflow transition rules.
|
|
986
|
-
*
|
|
987
|
-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules
|
|
988
|
-
*/
|
|
989
|
-
this.workflowTransitionRules = new WorkflowTransitionRulesService_1.WorkflowTransitionRulesService(this.getClient);
|
|
990
1195
|
this.client.setOptions(Object.assign(Object.assign({}, this.client.getOptions()), options));
|
|
991
1196
|
}
|
|
992
1197
|
}
|
|
993
1198
|
exports.BaseJiraPlatformApiClient = BaseJiraPlatformApiClient;
|
|
994
|
-
BaseJiraPlatformApiClient.createClientWithServices = commonHttpClient.createClientWithServices;
|
|
995
1199
|
validationSchemaStorage_1.validationSchemaStorage.setErrorClass(BaseJiraPlatformApiClientError);
|
|
996
1200
|
//# sourceMappingURL=BaseJiraPlatformApiClient.js.map
|