@resolution/jira-api-client 0.5.2 → 0.5.3
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 +11 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +12 -6
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +2 -1
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +12 -7
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +8 -4
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +49 -46
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
- package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
- package/lib/openapi/platform/services/AppMigrationService.js +10 -4
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
- package/lib/openapi/platform/services/AvatarsService.js +43 -36
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
- package/lib/openapi/platform/services/DashboardsService.js +120 -128
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
- package/lib/openapi/platform/services/FilterSharingService.js +68 -93
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
- package/lib/openapi/platform/services/FiltersService.js +172 -254
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
- package/lib/openapi/platform/services/GroupsService.js +38 -24
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
- package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
- package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
- package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
- package/lib/openapi/platform/services/IssueLinksService.js +18 -22
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
- package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
- package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
- package/lib/openapi/platform/services/IssueSearchService.js +79 -135
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
- package/lib/openapi/platform/services/IssueTypesService.js +48 -39
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
- package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
- package/lib/openapi/platform/services/IssuesService.js +195 -207
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
- package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
- package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +54 -42
- package/lib/openapi/platform/services/JqlService.js +43 -31
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
- package/lib/openapi/platform/services/LabelsService.js +6 -2
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
- package/lib/openapi/platform/services/MyselfService.js +25 -19
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
- package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
- package/lib/openapi/platform/services/PermissionsService.js +20 -9
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
- package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
- package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
- package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
- package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
- package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
- package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
- package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
- package/lib/openapi/platform/services/ProjectsService.js +201 -308
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
- package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
- package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
- package/lib/openapi/platform/services/ScreensService.js +36 -23
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +28 -14
- package/lib/openapi/platform/services/StatusService.js +24 -12
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +8 -3
- package/lib/openapi/platform/services/TasksService.js +8 -3
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
- package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
- package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
- package/lib/openapi/platform/services/UserSearchService.js +94 -125
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +96 -94
- package/lib/openapi/platform/services/UsersService.js +94 -93
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
- package/lib/openapi/platform/services/WebhooksService.js +28 -14
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
- package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
- package/lib/openapi/platform/services/WorkflowsService.js +708 -609
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
- package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
- package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
- package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +38 -19
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +6 -3
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +36 -17
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +16 -8
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +60 -30
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +52 -26
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +13 -7
- package/lib/openapi/software/services/BacklogService.js +9 -5
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +199 -203
- package/lib/openapi/software/services/BoardService.js +195 -201
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -8
- package/lib/openapi/software/services/BuildsService.js +10 -8
- 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 +12 -12
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
- package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +66 -75
- package/lib/openapi/software/services/EpicService.js +58 -71
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +44 -43
- package/lib/openapi/software/services/IssueService.js +40 -41
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +65 -37
- package/lib/openapi/software/services/OperationsService.js +21 -15
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
- package/lib/openapi/software/services/RemoteLinksService.js +10 -8
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +78 -54
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -27,12 +27,11 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
27
27
|
* configured, issue-level security permission to view the issue.
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the request is successful.
|
|
30
|
-
* @path
|
|
30
|
+
* @path POST `/rest/api/3/issue/{issueIdOrKey}/worklog`
|
|
31
31
|
* @scopes-current write:jira-work
|
|
32
|
-
* @scopes-beta write:issue-worklog:jira, write:issue-worklog.property:jira, read:avatar:jira,
|
|
33
|
-
* read:group:jira, read:issue-worklog:jira, read:project-role:jira,
|
|
34
|
-
* read:user:jira, read:issue-worklog.property:jira
|
|
32
|
+
* @scopes-beta write:issue-worklog:jira, write:issue-worklog.property:jira, read:avatar:jira, read:group:jira, read:issue-worklog:jira, read:project-role:jira, read:user:jira, read:issue-worklog.property:jira
|
|
35
33
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-post
|
|
34
|
+
* @param params
|
|
36
35
|
*/
|
|
37
36
|
addWorklog: ({ issueIdOrKey, notifyUsers, adjustEstimate, newEstimate, reduceBy, expand, overrideEditableFlag, worklog, }: {
|
|
38
37
|
/** The ID or key the issue. */
|
|
@@ -74,7 +73,8 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
74
73
|
*/
|
|
75
74
|
overrideEditableFlag?: boolean | undefined;
|
|
76
75
|
/**
|
|
77
|
-
* @example
|
|
76
|
+
* @example
|
|
77
|
+
* {
|
|
78
78
|
* "comment": {
|
|
79
79
|
* "content": [
|
|
80
80
|
* {
|
|
@@ -122,11 +122,11 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
122
122
|
* * If the worklog has visibility restrictions, belongs to the group or has the
|
|
123
123
|
* role visibility is restricted to.
|
|
124
124
|
*
|
|
125
|
-
* @path
|
|
125
|
+
* @path DELETE `/rest/api/3/issue/{issueIdOrKey}/worklog/{id}`
|
|
126
126
|
* @scopes-current write:jira-work
|
|
127
|
-
* @scopes-beta delete:issue-worklog:jira, delete:issue-worklog.property:jira,
|
|
128
|
-
* write:issue.time-tracking:jira
|
|
127
|
+
* @scopes-beta delete:issue-worklog:jira, delete:issue-worklog.property:jira, write:issue.time-tracking:jira
|
|
129
128
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-delete
|
|
129
|
+
* @param params
|
|
130
130
|
*/
|
|
131
131
|
deleteWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, increaseBy, overrideEditableFlag, }: {
|
|
132
132
|
/** The ID or key of the issue. */
|
|
@@ -181,12 +181,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
181
181
|
*
|
|
182
182
|
* @returns Returned if the request is successful.
|
|
183
183
|
*
|
|
184
|
-
* example:
|
|
184
|
+
* example:
|
|
185
|
+
* ```
|
|
186
|
+
* {
|
|
185
187
|
* "lastPage": true,
|
|
186
|
-
* "nextPage":
|
|
187
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=
|
|
188
|
-
* "self":
|
|
189
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013671562",
|
|
188
|
+
* "nextPage": "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013693136",
|
|
189
|
+
* "self": "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013671562",
|
|
190
190
|
* "since": 1438013671562,
|
|
191
191
|
* "until": 1438013693136,
|
|
192
192
|
* "values": [
|
|
@@ -207,10 +207,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
207
207
|
* }
|
|
208
208
|
* ]
|
|
209
209
|
* }
|
|
210
|
-
*
|
|
210
|
+
* ```
|
|
211
|
+
* @path GET `/rest/api/3/worklog/deleted`
|
|
211
212
|
* @scopes-current read:jira-work
|
|
212
213
|
* @scopes-beta read:issue-worklog:jira, read:issue-worklog.property:jira
|
|
213
214
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-deleted-get
|
|
215
|
+
* @param params
|
|
214
216
|
*/
|
|
215
217
|
getIdsOfWorklogsDeletedSince: ({ since, }?: {
|
|
216
218
|
/**
|
|
@@ -241,12 +243,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
241
243
|
*
|
|
242
244
|
* @returns Returned if the request is successful.
|
|
243
245
|
*
|
|
244
|
-
* example:
|
|
246
|
+
* example:
|
|
247
|
+
* ```
|
|
248
|
+
* {
|
|
245
249
|
* "lastPage": true,
|
|
246
|
-
* "nextPage":
|
|
247
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=
|
|
248
|
-
* "self":
|
|
249
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=1438013671562",
|
|
250
|
+
* "nextPage": "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=1438013693136",
|
|
251
|
+
* "self": "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=1438013671562",
|
|
250
252
|
* "since": 1438013671562,
|
|
251
253
|
* "until": 1438013693136,
|
|
252
254
|
* "values": [
|
|
@@ -267,10 +269,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
267
269
|
* }
|
|
268
270
|
* ]
|
|
269
271
|
* }
|
|
270
|
-
*
|
|
272
|
+
* ```
|
|
273
|
+
* @path GET `/rest/api/3/worklog/updated`
|
|
271
274
|
* @scopes-current read:jira-work
|
|
272
275
|
* @scopes-beta read:issue-worklog:jira, read:issue-worklog.property:jira
|
|
273
276
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-updated-get
|
|
277
|
+
* @param params
|
|
274
278
|
*/
|
|
275
279
|
getIdsOfWorklogsModifiedSince: ({ since, expand, }?: {
|
|
276
280
|
/**
|
|
@@ -308,7 +312,9 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
308
312
|
*
|
|
309
313
|
* @returns Returned if the request is successful
|
|
310
314
|
*
|
|
311
|
-
* example:
|
|
315
|
+
* example:
|
|
316
|
+
* ```
|
|
317
|
+
* {
|
|
312
318
|
* "maxResults": 1,
|
|
313
319
|
* "startAt": 0,
|
|
314
320
|
* "total": 1,
|
|
@@ -318,8 +324,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
318
324
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
319
325
|
* "active": false,
|
|
320
326
|
* "displayName": "Mia Krystof",
|
|
321
|
-
* "self":
|
|
322
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
327
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
323
328
|
* },
|
|
324
329
|
* "comment": {
|
|
325
330
|
* "type": "doc",
|
|
@@ -338,8 +343,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
338
343
|
* },
|
|
339
344
|
* "id": "100028",
|
|
340
345
|
* "issueId": "10002",
|
|
341
|
-
* "self":
|
|
342
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
346
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
343
347
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
344
348
|
* "timeSpent": "3h 20m",
|
|
345
349
|
* "timeSpentSeconds": 12000,
|
|
@@ -347,8 +351,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
347
351
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
348
352
|
* "active": false,
|
|
349
353
|
* "displayName": "Mia Krystof",
|
|
350
|
-
* "self":
|
|
351
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
354
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
352
355
|
* },
|
|
353
356
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
354
357
|
* "visibility": {
|
|
@@ -359,11 +362,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
359
362
|
* }
|
|
360
363
|
* ]
|
|
361
364
|
* }
|
|
362
|
-
*
|
|
365
|
+
* ```
|
|
366
|
+
* @path GET `/rest/api/3/issue/{issueIdOrKey}/worklog`
|
|
363
367
|
* @scopes-current read:jira-work
|
|
364
|
-
* @scopes-beta read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira,
|
|
365
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira
|
|
368
|
+
* @scopes-beta read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
366
369
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-get
|
|
370
|
+
* @param params
|
|
367
371
|
*/
|
|
368
372
|
getIssueWorklog: ({ issueIdOrKey, startAt, maxResults, startedAfter, startedBefore, expand, }: {
|
|
369
373
|
/** The ID or key of the issue. */
|
|
@@ -410,13 +414,14 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
410
414
|
*
|
|
411
415
|
* @returns Returned if the request is successful.
|
|
412
416
|
*
|
|
413
|
-
* example:
|
|
417
|
+
* example:
|
|
418
|
+
* ```
|
|
419
|
+
* {
|
|
414
420
|
* "author": {
|
|
415
421
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
416
422
|
* "active": false,
|
|
417
423
|
* "displayName": "Mia Krystof",
|
|
418
|
-
* "self":
|
|
419
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
424
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
420
425
|
* },
|
|
421
426
|
* "comment": {
|
|
422
427
|
* "type": "doc",
|
|
@@ -435,8 +440,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
435
440
|
* },
|
|
436
441
|
* "id": "100028",
|
|
437
442
|
* "issueId": "10002",
|
|
438
|
-
* "self":
|
|
439
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
443
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
440
444
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
441
445
|
* "timeSpent": "3h 20m",
|
|
442
446
|
* "timeSpentSeconds": 12000,
|
|
@@ -444,8 +448,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
444
448
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
445
449
|
* "active": false,
|
|
446
450
|
* "displayName": "Mia Krystof",
|
|
447
|
-
* "self":
|
|
448
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
451
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
449
452
|
* },
|
|
450
453
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
451
454
|
* "visibility": {
|
|
@@ -454,12 +457,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
454
457
|
* "value": "jira-developers"
|
|
455
458
|
* }
|
|
456
459
|
* }
|
|
457
|
-
*
|
|
460
|
+
* ```
|
|
461
|
+
* @path GET `/rest/api/3/issue/{issueIdOrKey}/worklog/{id}`
|
|
458
462
|
* @scopes-current read:jira-work
|
|
459
|
-
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira,
|
|
460
|
-
* read:issue-worklog.property:jira, read:project-role:jira, read:user:jira,
|
|
461
|
-
* read:avatar:jira
|
|
463
|
+
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
462
464
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-get
|
|
465
|
+
* @param params
|
|
463
466
|
*/
|
|
464
467
|
getWorklog: ({ issueIdOrKey, id, expand, }: {
|
|
465
468
|
/** The ID or key of the issue. */
|
|
@@ -488,14 +491,15 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
488
491
|
*
|
|
489
492
|
* @returns Returned if the request is successful.
|
|
490
493
|
*
|
|
491
|
-
* example:
|
|
494
|
+
* example:
|
|
495
|
+
* ```
|
|
496
|
+
* [
|
|
492
497
|
* {
|
|
493
498
|
* "author": {
|
|
494
499
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
495
500
|
* "active": false,
|
|
496
501
|
* "displayName": "Mia Krystof",
|
|
497
|
-
* "self":
|
|
498
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
502
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
499
503
|
* },
|
|
500
504
|
* "comment": {
|
|
501
505
|
* "type": "doc",
|
|
@@ -514,8 +518,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
514
518
|
* },
|
|
515
519
|
* "id": "100028",
|
|
516
520
|
* "issueId": "10002",
|
|
517
|
-
* "self":
|
|
518
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
521
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
519
522
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
520
523
|
* "timeSpent": "3h 20m",
|
|
521
524
|
* "timeSpentSeconds": 12000,
|
|
@@ -523,8 +526,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
523
526
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
524
527
|
* "active": false,
|
|
525
528
|
* "displayName": "Mia Krystof",
|
|
526
|
-
* "self":
|
|
527
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
529
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
528
530
|
* },
|
|
529
531
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
530
532
|
* "visibility": {
|
|
@@ -534,12 +536,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
534
536
|
* }
|
|
535
537
|
* }
|
|
536
538
|
* ]
|
|
537
|
-
*
|
|
539
|
+
* ```
|
|
540
|
+
* @path POST `/rest/api/3/worklog/list`
|
|
538
541
|
* @scopes-current read:jira-work
|
|
539
|
-
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira,
|
|
540
|
-
* read:issue-worklog.property:jira, read:project-role:jira, read:user:jira,
|
|
541
|
-
* read:avatar:jira
|
|
542
|
+
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
542
543
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-list-post
|
|
544
|
+
* @param params
|
|
543
545
|
*/
|
|
544
546
|
getWorklogsForIds: ({ expand, worklogIdsRequestBean, }: {
|
|
545
547
|
/**
|
|
@@ -551,7 +553,8 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
551
553
|
/**
|
|
552
554
|
* A JSON object containing a list of worklog IDs.
|
|
553
555
|
*
|
|
554
|
-
* @example
|
|
556
|
+
* @example
|
|
557
|
+
* {
|
|
555
558
|
* "ids": [
|
|
556
559
|
* 1,
|
|
557
560
|
* 2,
|
|
@@ -586,13 +589,14 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
586
589
|
*
|
|
587
590
|
* @returns Returned if the request is successful
|
|
588
591
|
*
|
|
589
|
-
* example:
|
|
592
|
+
* example:
|
|
593
|
+
* ```
|
|
594
|
+
* {
|
|
590
595
|
* "author": {
|
|
591
596
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
592
597
|
* "active": false,
|
|
593
598
|
* "displayName": "Mia Krystof",
|
|
594
|
-
* "self":
|
|
595
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
599
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
596
600
|
* },
|
|
597
601
|
* "comment": {
|
|
598
602
|
* "type": "doc",
|
|
@@ -611,8 +615,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
611
615
|
* },
|
|
612
616
|
* "id": "100028",
|
|
613
617
|
* "issueId": "10002",
|
|
614
|
-
* "self":
|
|
615
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
618
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
616
619
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
617
620
|
* "timeSpent": "3h 20m",
|
|
618
621
|
* "timeSpentSeconds": 12000,
|
|
@@ -620,8 +623,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
620
623
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
621
624
|
* "active": false,
|
|
622
625
|
* "displayName": "Mia Krystof",
|
|
623
|
-
* "self":
|
|
624
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
626
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
625
627
|
* },
|
|
626
628
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
627
629
|
* "visibility": {
|
|
@@ -630,13 +632,12 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
630
632
|
* "value": "jira-developers"
|
|
631
633
|
* }
|
|
632
634
|
* }
|
|
633
|
-
*
|
|
635
|
+
* ```
|
|
636
|
+
* @path PUT `/rest/api/3/issue/{issueIdOrKey}/worklog/{id}`
|
|
634
637
|
* @scopes-current write:jira-work
|
|
635
|
-
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira,
|
|
636
|
-
* read:issue-worklog.property:jira, read:project-role:jira, read:user:jira,
|
|
637
|
-
* write:comment:jira, write:issue-worklog:jira,
|
|
638
|
-
* write:issue-worklog.property:jira, read:avatar:jira
|
|
638
|
+
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, write:comment:jira, write:issue-worklog:jira, write:issue-worklog.property:jira, read:avatar:jira
|
|
639
639
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-put
|
|
640
|
+
* @param params
|
|
640
641
|
*/
|
|
641
642
|
updateWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, expand, overrideEditableFlag, worklog, }: {
|
|
642
643
|
/** The ID or key the issue. */
|
|
@@ -674,7 +675,8 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
674
675
|
*/
|
|
675
676
|
overrideEditableFlag?: boolean | undefined;
|
|
676
677
|
/**
|
|
677
|
-
* @example
|
|
678
|
+
* @example
|
|
679
|
+
* {
|
|
678
680
|
* "comment": {
|
|
679
681
|
* "content": [
|
|
680
682
|
* {
|
|
@@ -38,12 +38,11 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
38
38
|
* configured, issue-level security permission to view the issue.
|
|
39
39
|
*
|
|
40
40
|
* @returns Returned if the request is successful.
|
|
41
|
-
* @path
|
|
41
|
+
* @path POST `/rest/api/3/issue/{issueIdOrKey}/worklog`
|
|
42
42
|
* @scopes-current write:jira-work
|
|
43
|
-
* @scopes-beta write:issue-worklog:jira, write:issue-worklog.property:jira, read:avatar:jira,
|
|
44
|
-
* read:group:jira, read:issue-worklog:jira, read:project-role:jira,
|
|
45
|
-
* read:user:jira, read:issue-worklog.property:jira
|
|
43
|
+
* @scopes-beta write:issue-worklog:jira, write:issue-worklog.property:jira, read:avatar:jira, read:group:jira, read:issue-worklog:jira, read:project-role:jira, read:user:jira, read:issue-worklog.property:jira
|
|
46
44
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-post
|
|
45
|
+
* @param params
|
|
47
46
|
*/
|
|
48
47
|
this.addWorklog = ({ issueIdOrKey, notifyUsers, adjustEstimate, newEstimate, reduceBy, expand, overrideEditableFlag, worklog, }) => {
|
|
49
48
|
return this.getClientInstance()
|
|
@@ -97,11 +96,11 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
97
96
|
* * If the worklog has visibility restrictions, belongs to the group or has the
|
|
98
97
|
* role visibility is restricted to.
|
|
99
98
|
*
|
|
100
|
-
* @path
|
|
99
|
+
* @path DELETE `/rest/api/3/issue/{issueIdOrKey}/worklog/{id}`
|
|
101
100
|
* @scopes-current write:jira-work
|
|
102
|
-
* @scopes-beta delete:issue-worklog:jira, delete:issue-worklog.property:jira,
|
|
103
|
-
* write:issue.time-tracking:jira
|
|
101
|
+
* @scopes-beta delete:issue-worklog:jira, delete:issue-worklog.property:jira, write:issue.time-tracking:jira
|
|
104
102
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-delete
|
|
103
|
+
* @param params
|
|
105
104
|
*/
|
|
106
105
|
this.deleteWorklog = ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, increaseBy, overrideEditableFlag, }) => {
|
|
107
106
|
return this.getClientInstance()
|
|
@@ -139,12 +138,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
139
138
|
*
|
|
140
139
|
* @returns Returned if the request is successful.
|
|
141
140
|
*
|
|
142
|
-
* example:
|
|
141
|
+
* example:
|
|
142
|
+
* ```
|
|
143
|
+
* {
|
|
143
144
|
* "lastPage": true,
|
|
144
|
-
* "nextPage":
|
|
145
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=
|
|
146
|
-
* "self":
|
|
147
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013671562",
|
|
145
|
+
* "nextPage": "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013693136",
|
|
146
|
+
* "self": "https://your-domain.atlassian.net/api/~ver~/worklog/deleted?since=1438013671562",
|
|
148
147
|
* "since": 1438013671562,
|
|
149
148
|
* "until": 1438013693136,
|
|
150
149
|
* "values": [
|
|
@@ -165,10 +164,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
165
164
|
* }
|
|
166
165
|
* ]
|
|
167
166
|
* }
|
|
168
|
-
*
|
|
167
|
+
* ```
|
|
168
|
+
* @path GET `/rest/api/3/worklog/deleted`
|
|
169
169
|
* @scopes-current read:jira-work
|
|
170
170
|
* @scopes-beta read:issue-worklog:jira, read:issue-worklog.property:jira
|
|
171
171
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-deleted-get
|
|
172
|
+
* @param params
|
|
172
173
|
*/
|
|
173
174
|
this.getIdsOfWorklogsDeletedSince = ({ since, } = {}) => {
|
|
174
175
|
return this.getClientInstance()
|
|
@@ -210,12 +211,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
210
211
|
*
|
|
211
212
|
* @returns Returned if the request is successful.
|
|
212
213
|
*
|
|
213
|
-
* example:
|
|
214
|
+
* example:
|
|
215
|
+
* ```
|
|
216
|
+
* {
|
|
214
217
|
* "lastPage": true,
|
|
215
|
-
* "nextPage":
|
|
216
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=
|
|
217
|
-
* "self":
|
|
218
|
-
* "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=1438013671562",
|
|
218
|
+
* "nextPage": "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=1438013693136",
|
|
219
|
+
* "self": "https://your-domain.atlassian.net/api/~ver~/worklog/updated?since=1438013671562",
|
|
219
220
|
* "since": 1438013671562,
|
|
220
221
|
* "until": 1438013693136,
|
|
221
222
|
* "values": [
|
|
@@ -236,10 +237,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
236
237
|
* }
|
|
237
238
|
* ]
|
|
238
239
|
* }
|
|
239
|
-
*
|
|
240
|
+
* ```
|
|
241
|
+
* @path GET `/rest/api/3/worklog/updated`
|
|
240
242
|
* @scopes-current read:jira-work
|
|
241
243
|
* @scopes-beta read:issue-worklog:jira, read:issue-worklog.property:jira
|
|
242
244
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-updated-get
|
|
245
|
+
* @param params
|
|
243
246
|
*/
|
|
244
247
|
this.getIdsOfWorklogsModifiedSince = ({ since, expand, } = {}) => {
|
|
245
248
|
return this.getClientInstance()
|
|
@@ -283,7 +286,9 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
283
286
|
*
|
|
284
287
|
* @returns Returned if the request is successful
|
|
285
288
|
*
|
|
286
|
-
* example:
|
|
289
|
+
* example:
|
|
290
|
+
* ```
|
|
291
|
+
* {
|
|
287
292
|
* "maxResults": 1,
|
|
288
293
|
* "startAt": 0,
|
|
289
294
|
* "total": 1,
|
|
@@ -293,8 +298,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
293
298
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
294
299
|
* "active": false,
|
|
295
300
|
* "displayName": "Mia Krystof",
|
|
296
|
-
* "self":
|
|
297
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
301
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
298
302
|
* },
|
|
299
303
|
* "comment": {
|
|
300
304
|
* "type": "doc",
|
|
@@ -313,8 +317,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
313
317
|
* },
|
|
314
318
|
* "id": "100028",
|
|
315
319
|
* "issueId": "10002",
|
|
316
|
-
* "self":
|
|
317
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
320
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
318
321
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
319
322
|
* "timeSpent": "3h 20m",
|
|
320
323
|
* "timeSpentSeconds": 12000,
|
|
@@ -322,8 +325,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
322
325
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
323
326
|
* "active": false,
|
|
324
327
|
* "displayName": "Mia Krystof",
|
|
325
|
-
* "self":
|
|
326
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
328
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
327
329
|
* },
|
|
328
330
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
329
331
|
* "visibility": {
|
|
@@ -334,11 +336,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
334
336
|
* }
|
|
335
337
|
* ]
|
|
336
338
|
* }
|
|
337
|
-
*
|
|
339
|
+
* ```
|
|
340
|
+
* @path GET `/rest/api/3/issue/{issueIdOrKey}/worklog`
|
|
338
341
|
* @scopes-current read:jira-work
|
|
339
|
-
* @scopes-beta read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira,
|
|
340
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira
|
|
342
|
+
* @scopes-beta read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
341
343
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-get
|
|
344
|
+
* @param params
|
|
342
345
|
*/
|
|
343
346
|
this.getIssueWorklog = ({ issueIdOrKey, startAt, maxResults, startedAfter, startedBefore, expand, }) => {
|
|
344
347
|
return this.getClientInstance()
|
|
@@ -386,13 +389,14 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
386
389
|
*
|
|
387
390
|
* @returns Returned if the request is successful.
|
|
388
391
|
*
|
|
389
|
-
* example:
|
|
392
|
+
* example:
|
|
393
|
+
* ```
|
|
394
|
+
* {
|
|
390
395
|
* "author": {
|
|
391
396
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
392
397
|
* "active": false,
|
|
393
398
|
* "displayName": "Mia Krystof",
|
|
394
|
-
* "self":
|
|
395
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
399
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
396
400
|
* },
|
|
397
401
|
* "comment": {
|
|
398
402
|
* "type": "doc",
|
|
@@ -411,8 +415,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
411
415
|
* },
|
|
412
416
|
* "id": "100028",
|
|
413
417
|
* "issueId": "10002",
|
|
414
|
-
* "self":
|
|
415
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
418
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
416
419
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
417
420
|
* "timeSpent": "3h 20m",
|
|
418
421
|
* "timeSpentSeconds": 12000,
|
|
@@ -420,8 +423,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
420
423
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
421
424
|
* "active": false,
|
|
422
425
|
* "displayName": "Mia Krystof",
|
|
423
|
-
* "self":
|
|
424
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
426
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
425
427
|
* },
|
|
426
428
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
427
429
|
* "visibility": {
|
|
@@ -430,12 +432,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
430
432
|
* "value": "jira-developers"
|
|
431
433
|
* }
|
|
432
434
|
* }
|
|
433
|
-
*
|
|
435
|
+
* ```
|
|
436
|
+
* @path GET `/rest/api/3/issue/{issueIdOrKey}/worklog/{id}`
|
|
434
437
|
* @scopes-current read:jira-work
|
|
435
|
-
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira,
|
|
436
|
-
* read:issue-worklog.property:jira, read:project-role:jira, read:user:jira,
|
|
437
|
-
* read:avatar:jira
|
|
438
|
+
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
438
439
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-get
|
|
440
|
+
* @param params
|
|
439
441
|
*/
|
|
440
442
|
this.getWorklog = ({ issueIdOrKey, id, expand, }) => {
|
|
441
443
|
return this.getClientInstance()
|
|
@@ -473,14 +475,15 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
473
475
|
*
|
|
474
476
|
* @returns Returned if the request is successful.
|
|
475
477
|
*
|
|
476
|
-
* example:
|
|
478
|
+
* example:
|
|
479
|
+
* ```
|
|
480
|
+
* [
|
|
477
481
|
* {
|
|
478
482
|
* "author": {
|
|
479
483
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
480
484
|
* "active": false,
|
|
481
485
|
* "displayName": "Mia Krystof",
|
|
482
|
-
* "self":
|
|
483
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
486
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
484
487
|
* },
|
|
485
488
|
* "comment": {
|
|
486
489
|
* "type": "doc",
|
|
@@ -499,8 +502,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
499
502
|
* },
|
|
500
503
|
* "id": "100028",
|
|
501
504
|
* "issueId": "10002",
|
|
502
|
-
* "self":
|
|
503
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
505
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
504
506
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
505
507
|
* "timeSpent": "3h 20m",
|
|
506
508
|
* "timeSpentSeconds": 12000,
|
|
@@ -508,8 +510,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
508
510
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
509
511
|
* "active": false,
|
|
510
512
|
* "displayName": "Mia Krystof",
|
|
511
|
-
* "self":
|
|
512
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
513
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
513
514
|
* },
|
|
514
515
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
515
516
|
* "visibility": {
|
|
@@ -519,12 +520,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
519
520
|
* }
|
|
520
521
|
* }
|
|
521
522
|
* ]
|
|
522
|
-
*
|
|
523
|
+
* ```
|
|
524
|
+
* @path POST `/rest/api/3/worklog/list`
|
|
523
525
|
* @scopes-current read:jira-work
|
|
524
|
-
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira,
|
|
525
|
-
* read:issue-worklog.property:jira, read:project-role:jira, read:user:jira,
|
|
526
|
-
* read:avatar:jira
|
|
526
|
+
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
527
527
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-list-post
|
|
528
|
+
* @param params
|
|
528
529
|
*/
|
|
529
530
|
this.getWorklogsForIds = ({ expand, worklogIdsRequestBean, }) => {
|
|
530
531
|
return this.getClientInstance()
|
|
@@ -572,13 +573,14 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
572
573
|
*
|
|
573
574
|
* @returns Returned if the request is successful
|
|
574
575
|
*
|
|
575
|
-
* example:
|
|
576
|
+
* example:
|
|
577
|
+
* ```
|
|
578
|
+
* {
|
|
576
579
|
* "author": {
|
|
577
580
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
578
581
|
* "active": false,
|
|
579
582
|
* "displayName": "Mia Krystof",
|
|
580
|
-
* "self":
|
|
581
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
583
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
582
584
|
* },
|
|
583
585
|
* "comment": {
|
|
584
586
|
* "type": "doc",
|
|
@@ -597,8 +599,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
597
599
|
* },
|
|
598
600
|
* "id": "100028",
|
|
599
601
|
* "issueId": "10002",
|
|
600
|
-
* "self":
|
|
601
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
602
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
602
603
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
603
604
|
* "timeSpent": "3h 20m",
|
|
604
605
|
* "timeSpentSeconds": 12000,
|
|
@@ -606,8 +607,7 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
606
607
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
607
608
|
* "active": false,
|
|
608
609
|
* "displayName": "Mia Krystof",
|
|
609
|
-
* "self":
|
|
610
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
610
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
611
611
|
* },
|
|
612
612
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
613
613
|
* "visibility": {
|
|
@@ -616,13 +616,12 @@ class IssueWorklogsService extends CommonHttpService_1.CommonHttpService {
|
|
|
616
616
|
* "value": "jira-developers"
|
|
617
617
|
* }
|
|
618
618
|
* }
|
|
619
|
-
*
|
|
619
|
+
* ```
|
|
620
|
+
* @path PUT `/rest/api/3/issue/{issueIdOrKey}/worklog/{id}`
|
|
620
621
|
* @scopes-current write:jira-work
|
|
621
|
-
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira,
|
|
622
|
-
* read:issue-worklog.property:jira, read:project-role:jira, read:user:jira,
|
|
623
|
-
* write:comment:jira, write:issue-worklog:jira,
|
|
624
|
-
* write:issue-worklog.property:jira, read:avatar:jira
|
|
622
|
+
* @scopes-beta read:comment:jira, read:group:jira, read:issue-worklog:jira, read:issue-worklog.property:jira, read:project-role:jira, read:user:jira, write:comment:jira, write:issue-worklog:jira, write:issue-worklog.property:jira, read:avatar:jira
|
|
625
623
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-put
|
|
624
|
+
* @param params
|
|
626
625
|
*/
|
|
627
626
|
this.updateWorklog = ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, expand, overrideEditableFlag, worklog, }) => {
|
|
628
627
|
return this.getClientInstance()
|