@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
|
@@ -30,7 +30,9 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
30
30
|
*
|
|
31
31
|
* @returns Returned if the request is successful.
|
|
32
32
|
*
|
|
33
|
-
* example:
|
|
33
|
+
* example:
|
|
34
|
+
* ```
|
|
35
|
+
* [
|
|
34
36
|
* {
|
|
35
37
|
* "description": "The issue is resolved",
|
|
36
38
|
* "id": "1000",
|
|
@@ -46,10 +48,12 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
46
48
|
* "workflowUsages": []
|
|
47
49
|
* }
|
|
48
50
|
* ]
|
|
49
|
-
*
|
|
51
|
+
* ```
|
|
52
|
+
* @path POST `/rest/api/3/statuses`
|
|
50
53
|
* @scopes-current manage:jira-configuration
|
|
51
54
|
* @scopes-beta write:workflow:jira
|
|
52
55
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status#api-rest-api-3-statuses-post
|
|
56
|
+
* @param params
|
|
53
57
|
*/
|
|
54
58
|
this.createStatuses = ({ statusCreateRequest, }) => {
|
|
55
59
|
return this.getClientInstance()
|
|
@@ -81,10 +85,11 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
85
|
* permission.](https://confluence.atlassian.com/x/yodKLg)
|
|
82
86
|
*
|
|
83
87
|
* @returns Returned if the request is successful.
|
|
84
|
-
* @path
|
|
88
|
+
* @path DELETE `/rest/api/3/statuses`
|
|
85
89
|
* @scopes-current manage:jira-configuration
|
|
86
90
|
* @scopes-beta write:workflow:jira
|
|
87
91
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status#api-rest-api-3-statuses-delete
|
|
92
|
+
* @param params
|
|
88
93
|
*/
|
|
89
94
|
this.deleteStatusesById = ({ id, }) => {
|
|
90
95
|
return this.getClientInstance()
|
|
@@ -116,7 +121,9 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
116
121
|
*
|
|
117
122
|
* @returns Returned if the request is successful.
|
|
118
123
|
*
|
|
119
|
-
* example:
|
|
124
|
+
* example:
|
|
125
|
+
* ```
|
|
126
|
+
* [
|
|
120
127
|
* {
|
|
121
128
|
* "description": "The issue is resolved",
|
|
122
129
|
* "id": "1000",
|
|
@@ -146,10 +153,12 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
146
153
|
* ]
|
|
147
154
|
* }
|
|
148
155
|
* ]
|
|
149
|
-
*
|
|
156
|
+
* ```
|
|
157
|
+
* @path GET `/rest/api/3/statuses`
|
|
150
158
|
* @scopes-current manage:jira-configuration
|
|
151
159
|
* @scopes-beta read:workflow:jira
|
|
152
160
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status#api-rest-api-3-statuses-get
|
|
161
|
+
* @param params
|
|
153
162
|
*/
|
|
154
163
|
this.getStatusesById = ({ expand, id, }) => {
|
|
155
164
|
return this.getClientInstance()
|
|
@@ -184,13 +193,13 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
184
193
|
*
|
|
185
194
|
* @returns Returned if the request is successful.
|
|
186
195
|
*
|
|
187
|
-
* example:
|
|
196
|
+
* example:
|
|
197
|
+
* ```
|
|
198
|
+
* {
|
|
188
199
|
* "isLast": true,
|
|
189
200
|
* "maxResults": 2,
|
|
190
|
-
* "nextPage":
|
|
191
|
-
* "https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=
|
|
192
|
-
* "self":
|
|
193
|
-
* "https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=0&maxResults=2",
|
|
201
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=2&maxResults=2",
|
|
202
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/statuses/search?startAt=0&maxResults=2",
|
|
194
203
|
* "startAt": 0,
|
|
195
204
|
* "total": 5,
|
|
196
205
|
* "values": [
|
|
@@ -224,10 +233,12 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
224
233
|
* }
|
|
225
234
|
* ]
|
|
226
235
|
* }
|
|
227
|
-
*
|
|
236
|
+
* ```
|
|
237
|
+
* @path GET `/rest/api/3/statuses/search`
|
|
228
238
|
* @scopes-current manage:jira-configuration
|
|
229
239
|
* @scopes-beta read:workflow:jira
|
|
230
240
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status#api-rest-api-3-statuses-search-get
|
|
241
|
+
* @param params
|
|
231
242
|
*/
|
|
232
243
|
this.search = ({ expand, projectId, startAt, maxResults, searchString, statusCategory, } = {}) => {
|
|
233
244
|
return this.getClientInstance()
|
|
@@ -263,10 +274,11 @@ class StatusService extends CommonHttpService_1.CommonHttpService {
|
|
|
263
274
|
* permission.](https://confluence.atlassian.com/x/yodKLg)
|
|
264
275
|
*
|
|
265
276
|
* @returns Returned if the request is successful.
|
|
266
|
-
* @path
|
|
277
|
+
* @path PUT `/rest/api/3/statuses`
|
|
267
278
|
* @scopes-current manage:jira-configuration
|
|
268
279
|
* @scopes-beta write:workflow:jira
|
|
269
280
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status#api-rest-api-3-statuses-put
|
|
281
|
+
* @param params
|
|
270
282
|
*/
|
|
271
283
|
this.updateStatuses = ({ statusUpdateRequest, }) => {
|
|
272
284
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/StatusService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAM0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,aAAc,SAAQ,qCAAiB;IAApD;;QACE
|
|
1
|
+
{"version":3,"file":"StatusService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/StatusService.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,10 +18,11 @@ export declare class TasksService extends CommonHttpService {
|
|
|
18
18
|
* * Creator of the task.
|
|
19
19
|
*
|
|
20
20
|
* @returns Returned if the request is successful.
|
|
21
|
-
* @path
|
|
21
|
+
* @path POST `/rest/api/3/task/{taskId}/cancel`
|
|
22
22
|
* @scopes-current write:jira-work
|
|
23
23
|
* @scopes-beta delete:async-task:jira
|
|
24
24
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks#api-rest-api-3-task-taskid-cancel-post
|
|
25
|
+
* @param params
|
|
25
26
|
*/
|
|
26
27
|
cancelTask: ({ taskId, }: {
|
|
27
28
|
/** The ID of the task. */
|
|
@@ -48,7 +49,9 @@ export declare class TasksService extends CommonHttpService {
|
|
|
48
49
|
*
|
|
49
50
|
* @returns Returned if the request is successful.
|
|
50
51
|
*
|
|
51
|
-
* example:
|
|
52
|
+
* example:
|
|
53
|
+
* ```
|
|
54
|
+
* {
|
|
52
55
|
* "self": "https://your-domain.atlassian.net/rest/api/3/task/1",
|
|
53
56
|
* "id": "1",
|
|
54
57
|
* "description": "Task description",
|
|
@@ -62,10 +65,12 @@ export declare class TasksService extends CommonHttpService {
|
|
|
62
65
|
* "finished": 1501708133000,
|
|
63
66
|
* "lastUpdate": 1501708133000
|
|
64
67
|
* }
|
|
65
|
-
*
|
|
68
|
+
* ```
|
|
69
|
+
* @path GET `/rest/api/3/task/{taskId}`
|
|
66
70
|
* @scopes-current read:jira-work
|
|
67
71
|
* @scopes-beta
|
|
68
72
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks#api-rest-api-3-task-taskid-get
|
|
73
|
+
* @param params
|
|
69
74
|
*/
|
|
70
75
|
getTask: ({ taskId, }: {
|
|
71
76
|
/** The ID of the task. */
|
|
@@ -29,10 +29,11 @@ class TasksService extends CommonHttpService_1.CommonHttpService {
|
|
|
29
29
|
* * Creator of the task.
|
|
30
30
|
*
|
|
31
31
|
* @returns Returned if the request is successful.
|
|
32
|
-
* @path
|
|
32
|
+
* @path POST `/rest/api/3/task/{taskId}/cancel`
|
|
33
33
|
* @scopes-current write:jira-work
|
|
34
34
|
* @scopes-beta delete:async-task:jira
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks#api-rest-api-3-task-taskid-cancel-post
|
|
36
|
+
* @param params
|
|
36
37
|
*/
|
|
37
38
|
this.cancelTask = ({ taskId, }) => {
|
|
38
39
|
return this.getClientInstance()
|
|
@@ -73,7 +74,9 @@ class TasksService extends CommonHttpService_1.CommonHttpService {
|
|
|
73
74
|
*
|
|
74
75
|
* @returns Returned if the request is successful.
|
|
75
76
|
*
|
|
76
|
-
* example:
|
|
77
|
+
* example:
|
|
78
|
+
* ```
|
|
79
|
+
* {
|
|
77
80
|
* "self": "https://your-domain.atlassian.net/rest/api/3/task/1",
|
|
78
81
|
* "id": "1",
|
|
79
82
|
* "description": "Task description",
|
|
@@ -87,10 +90,12 @@ class TasksService extends CommonHttpService_1.CommonHttpService {
|
|
|
87
90
|
* "finished": 1501708133000,
|
|
88
91
|
* "lastUpdate": 1501708133000
|
|
89
92
|
* }
|
|
90
|
-
*
|
|
93
|
+
* ```
|
|
94
|
+
* @path GET `/rest/api/3/task/{taskId}`
|
|
91
95
|
* @scopes-current read:jira-work
|
|
92
96
|
* @scopes-beta
|
|
93
97
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks#api-rest-api-3-task-taskid-get
|
|
98
|
+
* @param params
|
|
94
99
|
*/
|
|
95
100
|
this.getTask = ({ taskId, }) => {
|
|
96
101
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TasksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,YAAa,SAAQ,qCAAiB;IAAnD;;QACE
|
|
1
|
+
{"version":3,"file":"TasksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TasksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,YAAa,SAAQ,qCAAiB;IAAnD;;QACE;;;;;;;;;;;;;;;WAeG;QACH,eAAU,GAAG,CAAC,EACZ,MAAM,GAIP,EAAoB,EAAE;YACrB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,kCAAkC;gBACxC,MAAM,EAAE,MAAM;gBACd,UAAU,EAAE;oBACV,MAAM;iBACP;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,kCAAkC,CAAC,CACtE;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2CG;QACH,YAAO,GAAG,CAAC,EACT,MAAM,GAIP,EAAmC,EAAE;YACpC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,2BAA2B;gBACjC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,MAAM;iBACP;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CAAC,iDAAuB,CAAC,SAAS,CAAC,+BAA+B,CAAC,CAAC;iBACxE,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,+BAA+B,EAC/B,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,wBAAwB,CAAC;SAC7D,CAAC;aACD,QAAQ,CAAC,+BAA+B,CAAC,CAC7C,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,kCAAkC,EAClC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,kCAAkC,CAAC,CAChD,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AApJD,oCAoJC"}
|
|
@@ -24,14 +24,17 @@ export declare class TimeTrackingService extends CommonHttpService {
|
|
|
24
24
|
*
|
|
25
25
|
* @returns Returned if the request is successful.
|
|
26
26
|
*
|
|
27
|
-
* example:
|
|
27
|
+
* example:
|
|
28
|
+
* ```
|
|
29
|
+
* [
|
|
28
30
|
* {
|
|
29
31
|
* "key": "Jira",
|
|
30
32
|
* "name": "JIRA provided time tracking",
|
|
31
33
|
* "url": "/example/config/url"
|
|
32
34
|
* }
|
|
33
35
|
* ]
|
|
34
|
-
*
|
|
36
|
+
* ```
|
|
37
|
+
* @path GET `/rest/api/3/configuration/timetracking/list`
|
|
35
38
|
* @scopes-current manage:jira-configuration
|
|
36
39
|
* @scopes-beta read:issue.time-tracking:jira
|
|
37
40
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-list-get
|
|
@@ -44,20 +47,24 @@ export declare class TimeTrackingService extends CommonHttpService {
|
|
|
44
47
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
45
48
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
46
49
|
*
|
|
47
|
-
* @returns
|
|
50
|
+
* @returns
|
|
51
|
+
* * status: 200, mediaType: application/json
|
|
48
52
|
*
|
|
49
53
|
* Returned if the request is successful and time tracking is enabled.
|
|
50
54
|
*
|
|
51
|
-
* example:
|
|
55
|
+
* example:
|
|
56
|
+
* ```
|
|
57
|
+
* {
|
|
52
58
|
* "key": "Jira",
|
|
53
59
|
* "name": "JIRA provided time tracking",
|
|
54
60
|
* "url": "/example/config/url"
|
|
55
61
|
* }
|
|
62
|
+
* ```
|
|
56
63
|
*
|
|
57
64
|
* * status: 204, mediaType: application/json
|
|
58
65
|
*
|
|
59
66
|
* Returned if the request is successful but time tracking is disabled.
|
|
60
|
-
* @path
|
|
67
|
+
* @path GET `/rest/api/3/configuration/timetracking`
|
|
61
68
|
* @scopes-current manage:jira-configuration
|
|
62
69
|
* @scopes-beta read:issue.time-tracking:jira
|
|
63
70
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-get
|
|
@@ -81,13 +88,16 @@ export declare class TimeTrackingService extends CommonHttpService {
|
|
|
81
88
|
*
|
|
82
89
|
* @returns Returned if the request is successful.
|
|
83
90
|
*
|
|
84
|
-
* example:
|
|
91
|
+
* example:
|
|
92
|
+
* ```
|
|
93
|
+
* {
|
|
85
94
|
* "defaultUnit": "hour",
|
|
86
95
|
* "timeFormat": "pretty",
|
|
87
96
|
* "workingDaysPerWeek": 5.5,
|
|
88
97
|
* "workingHoursPerDay": 7.6
|
|
89
98
|
* }
|
|
90
|
-
*
|
|
99
|
+
* ```
|
|
100
|
+
* @path GET `/rest/api/3/configuration/timetracking/options`
|
|
91
101
|
* @scopes-current manage:jira-configuration
|
|
92
102
|
* @scopes-beta read:issue.time-tracking:jira
|
|
93
103
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-options-get
|
|
@@ -100,14 +110,16 @@ export declare class TimeTrackingService extends CommonHttpService {
|
|
|
100
110
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
101
111
|
*
|
|
102
112
|
* @returns Returned if the request is successful.
|
|
103
|
-
* @path
|
|
113
|
+
* @path PUT `/rest/api/3/configuration/timetracking`
|
|
104
114
|
* @scopes-current manage:jira-configuration
|
|
105
115
|
* @scopes-beta write:issue.time-tracking:jira
|
|
106
116
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-put
|
|
117
|
+
* @param params
|
|
107
118
|
*/
|
|
108
119
|
selectTimeTrackingImplementation: ({ timeTrackingProvider, }: {
|
|
109
120
|
/**
|
|
110
|
-
* @example
|
|
121
|
+
* @example
|
|
122
|
+
* {
|
|
111
123
|
* "key": "Jira"
|
|
112
124
|
* }
|
|
113
125
|
*/
|
|
@@ -121,20 +133,25 @@ export declare class TimeTrackingService extends CommonHttpService {
|
|
|
121
133
|
*
|
|
122
134
|
* @returns Returned if the request is successful.
|
|
123
135
|
*
|
|
124
|
-
* example:
|
|
136
|
+
* example:
|
|
137
|
+
* ```
|
|
138
|
+
* {
|
|
125
139
|
* "defaultUnit": "hour",
|
|
126
140
|
* "timeFormat": "pretty",
|
|
127
141
|
* "workingDaysPerWeek": 5.5,
|
|
128
142
|
* "workingHoursPerDay": 7.6
|
|
129
143
|
* }
|
|
130
|
-
*
|
|
144
|
+
* ```
|
|
145
|
+
* @path PUT `/rest/api/3/configuration/timetracking/options`
|
|
131
146
|
* @scopes-current manage:jira-configuration
|
|
132
147
|
* @scopes-beta write:issue.time-tracking:jira, read:issue.time-tracking:jira
|
|
133
148
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-options-put
|
|
149
|
+
* @param params
|
|
134
150
|
*/
|
|
135
151
|
setSharedTimeTrackingConfiguration: ({ timeTrackingConfiguration, }: {
|
|
136
152
|
/**
|
|
137
|
-
* @example
|
|
153
|
+
* @example
|
|
154
|
+
* {
|
|
138
155
|
* "defaultUnit": "hour",
|
|
139
156
|
* "timeFormat": "pretty",
|
|
140
157
|
* "workingDaysPerWeek": 5.5,
|
|
@@ -34,14 +34,17 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
|
|
|
34
34
|
*
|
|
35
35
|
* @returns Returned if the request is successful.
|
|
36
36
|
*
|
|
37
|
-
* example:
|
|
37
|
+
* example:
|
|
38
|
+
* ```
|
|
39
|
+
* [
|
|
38
40
|
* {
|
|
39
41
|
* "key": "Jira",
|
|
40
42
|
* "name": "JIRA provided time tracking",
|
|
41
43
|
* "url": "/example/config/url"
|
|
42
44
|
* }
|
|
43
45
|
* ]
|
|
44
|
-
*
|
|
46
|
+
* ```
|
|
47
|
+
* @path GET `/rest/api/3/configuration/timetracking/list`
|
|
45
48
|
* @scopes-current manage:jira-configuration
|
|
46
49
|
* @scopes-beta read:issue.time-tracking:jira
|
|
47
50
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-list-get
|
|
@@ -68,20 +71,24 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
|
|
|
68
71
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
69
72
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
70
73
|
*
|
|
71
|
-
* @returns
|
|
74
|
+
* @returns
|
|
75
|
+
* * status: 200, mediaType: application/json
|
|
72
76
|
*
|
|
73
77
|
* Returned if the request is successful and time tracking is enabled.
|
|
74
78
|
*
|
|
75
|
-
* example:
|
|
79
|
+
* example:
|
|
80
|
+
* ```
|
|
81
|
+
* {
|
|
76
82
|
* "key": "Jira",
|
|
77
83
|
* "name": "JIRA provided time tracking",
|
|
78
84
|
* "url": "/example/config/url"
|
|
79
85
|
* }
|
|
86
|
+
* ```
|
|
80
87
|
*
|
|
81
88
|
* * status: 204, mediaType: application/json
|
|
82
89
|
*
|
|
83
90
|
* Returned if the request is successful but time tracking is disabled.
|
|
84
|
-
* @path
|
|
91
|
+
* @path GET `/rest/api/3/configuration/timetracking`
|
|
85
92
|
* @scopes-current manage:jira-configuration
|
|
86
93
|
* @scopes-beta read:issue.time-tracking:jira
|
|
87
94
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-get
|
|
@@ -113,13 +120,16 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
|
|
|
113
120
|
*
|
|
114
121
|
* @returns Returned if the request is successful.
|
|
115
122
|
*
|
|
116
|
-
* example:
|
|
123
|
+
* example:
|
|
124
|
+
* ```
|
|
125
|
+
* {
|
|
117
126
|
* "defaultUnit": "hour",
|
|
118
127
|
* "timeFormat": "pretty",
|
|
119
128
|
* "workingDaysPerWeek": 5.5,
|
|
120
129
|
* "workingHoursPerDay": 7.6
|
|
121
130
|
* }
|
|
122
|
-
*
|
|
131
|
+
* ```
|
|
132
|
+
* @path GET `/rest/api/3/configuration/timetracking/options`
|
|
123
133
|
* @scopes-current manage:jira-configuration
|
|
124
134
|
* @scopes-beta read:issue.time-tracking:jira
|
|
125
135
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-options-get
|
|
@@ -146,10 +156,11 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
|
|
|
146
156
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
147
157
|
*
|
|
148
158
|
* @returns Returned if the request is successful.
|
|
149
|
-
* @path
|
|
159
|
+
* @path PUT `/rest/api/3/configuration/timetracking`
|
|
150
160
|
* @scopes-current manage:jira-configuration
|
|
151
161
|
* @scopes-beta write:issue.time-tracking:jira
|
|
152
162
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-put
|
|
163
|
+
* @param params
|
|
153
164
|
*/
|
|
154
165
|
this.selectTimeTrackingImplementation = ({ timeTrackingProvider, }) => {
|
|
155
166
|
return this.getClientInstance()
|
|
@@ -178,16 +189,20 @@ class TimeTrackingService extends CommonHttpService_1.CommonHttpService {
|
|
|
178
189
|
*
|
|
179
190
|
* @returns Returned if the request is successful.
|
|
180
191
|
*
|
|
181
|
-
* example:
|
|
192
|
+
* example:
|
|
193
|
+
* ```
|
|
194
|
+
* {
|
|
182
195
|
* "defaultUnit": "hour",
|
|
183
196
|
* "timeFormat": "pretty",
|
|
184
197
|
* "workingDaysPerWeek": 5.5,
|
|
185
198
|
* "workingHoursPerDay": 7.6
|
|
186
199
|
* }
|
|
187
|
-
*
|
|
200
|
+
* ```
|
|
201
|
+
* @path PUT `/rest/api/3/configuration/timetracking/options`
|
|
188
202
|
* @scopes-current manage:jira-configuration
|
|
189
203
|
* @scopes-beta write:issue.time-tracking:jira, read:issue.time-tracking:jira
|
|
190
204
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking#api-rest-api-3-configuration-timetracking-options-put
|
|
205
|
+
* @param params
|
|
191
206
|
*/
|
|
192
207
|
this.setSharedTimeTrackingConfiguration = ({ timeTrackingConfiguration, }) => {
|
|
193
208
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeTrackingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TimeTrackingService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,yDAGgC;AAChC,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE
|
|
1
|
+
{"version":3,"file":"TimeTrackingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TimeTrackingService.ts"],"names":[],"mappings":"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"}
|
|
@@ -25,19 +25,23 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
25
25
|
*
|
|
26
26
|
* @returns Returned if the UI modification is created.
|
|
27
27
|
*
|
|
28
|
-
* example:
|
|
28
|
+
* example:
|
|
29
|
+
* ```
|
|
30
|
+
* {
|
|
29
31
|
* "id": "d7dbda8a-6239-4b63-8e13-a5ef975c8e61",
|
|
30
|
-
* "self":
|
|
31
|
-
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61"
|
|
32
|
+
* "self": "`https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61`"
|
|
32
33
|
* }
|
|
33
|
-
*
|
|
34
|
+
* ```
|
|
35
|
+
* @path POST `/rest/api/3/uiModifications`
|
|
34
36
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-post
|
|
37
|
+
* @param params
|
|
35
38
|
*/
|
|
36
39
|
createUiModification: ({ createUiModificationDetails, }: {
|
|
37
40
|
/**
|
|
38
41
|
* Details of the UI modification.
|
|
39
42
|
*
|
|
40
|
-
* @example
|
|
43
|
+
* @example
|
|
44
|
+
* {
|
|
41
45
|
* "contexts": [
|
|
42
46
|
* {
|
|
43
47
|
* "issueTypeId": "10000",
|
|
@@ -69,8 +73,9 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
69
73
|
* **[Permissions](#permissions) required:** None.
|
|
70
74
|
*
|
|
71
75
|
* @returns Returned if the UI modification is deleted.
|
|
72
|
-
* @path
|
|
76
|
+
* @path DELETE `/rest/api/3/uiModifications/{uiModificationId}`
|
|
73
77
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-uimodificationid-delete
|
|
78
|
+
* @param params
|
|
74
79
|
*/
|
|
75
80
|
deleteUiModification: ({ uiModificationId, }: {
|
|
76
81
|
/** The ID of the UI modification. */
|
|
@@ -83,7 +88,9 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
83
88
|
*
|
|
84
89
|
* @returns Returned if the request is successful.
|
|
85
90
|
*
|
|
86
|
-
* example:
|
|
91
|
+
* example:
|
|
92
|
+
* ```
|
|
93
|
+
* {
|
|
87
94
|
* "isLast": true,
|
|
88
95
|
* "maxResults": 100,
|
|
89
96
|
* "startAt": 0,
|
|
@@ -93,8 +100,7 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
93
100
|
* "id": "d7dbda8a-6239-4b63-8e13-a5ef975c8e61",
|
|
94
101
|
* "name": "Reveal Story Points",
|
|
95
102
|
* "description": "Reveals Story Points field when any Sprint is selected.",
|
|
96
|
-
* "self":
|
|
97
|
-
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61",
|
|
103
|
+
* "self": "`https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61`",
|
|
98
104
|
* "data": "{field: 'Story Points', config: {hidden: false}}",
|
|
99
105
|
* "contexts": [
|
|
100
106
|
* {
|
|
@@ -117,8 +123,7 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
117
123
|
* "id": "e4fe8db5-f82f-416b-a3aa-b260b55da577",
|
|
118
124
|
* "name": "Set Assignee",
|
|
119
125
|
* "description": "Sets the Assignee field automatically.",
|
|
120
|
-
* "self":
|
|
121
|
-
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/e4fe8db5-f82f-416b-a3aa-b260b55da577",
|
|
126
|
+
* "self": "`https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/e4fe8db5-f82f-416b-a3aa-b260b55da577`",
|
|
122
127
|
* "contexts": [
|
|
123
128
|
* {
|
|
124
129
|
* "id": "8b3740f9-8780-4958-8228-69dcfbda11d9",
|
|
@@ -133,16 +138,14 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
133
138
|
* "id": "1453f993-79ce-4389-a36d-eb72d5c85dd6",
|
|
134
139
|
* "name": "Hide Labels",
|
|
135
140
|
* "description": "Hides Labels if any component is provided.",
|
|
136
|
-
* "self":
|
|
137
|
-
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/1453f993-79ce-4389-a36d-eb72d5c85dd6",
|
|
141
|
+
* "self": "`https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/1453f993-79ce-4389-a36d-eb72d5c85dd6`",
|
|
138
142
|
* "contexts": []
|
|
139
143
|
* },
|
|
140
144
|
* {
|
|
141
145
|
* "id": "d3f4097e-8d8e-451e-9fb6-27c3c8c3bfff",
|
|
142
146
|
* "name": "Wildcard example",
|
|
143
147
|
* "description": "This context is applied to all issue types",
|
|
144
|
-
* "self":
|
|
145
|
-
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d3f4097e-8d8e-451e-9fb6-27c3c8c3bfff",
|
|
148
|
+
* "self": "`https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d3f4097e-8d8e-451e-9fb6-27c3c8c3bfff`",
|
|
146
149
|
* "contexts": [
|
|
147
150
|
* {
|
|
148
151
|
* "id": "521f2181-5d5e-46ea-9fc9-871bbf245b8b",
|
|
@@ -155,8 +158,10 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
155
158
|
* }
|
|
156
159
|
* ]
|
|
157
160
|
* }
|
|
158
|
-
*
|
|
161
|
+
* ```
|
|
162
|
+
* @path GET `/rest/api/3/uiModifications`
|
|
159
163
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-get
|
|
164
|
+
* @param params
|
|
160
165
|
*/
|
|
161
166
|
getUiModifications: ({ startAt, maxResults, expand, }?: {
|
|
162
167
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -186,8 +191,9 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
186
191
|
* projects, if the UI modification is created with contexts.
|
|
187
192
|
*
|
|
188
193
|
* @returns Returned if the UI modification is updated.
|
|
189
|
-
* @path
|
|
194
|
+
* @path PUT `/rest/api/3/uiModifications/{uiModificationId}`
|
|
190
195
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-uimodificationid-put
|
|
196
|
+
* @param params
|
|
191
197
|
*/
|
|
192
198
|
updateUiModification: ({ uiModificationId, updateUiModificationDetails, }: {
|
|
193
199
|
/** The ID of the UI modification. */
|
|
@@ -195,7 +201,8 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
195
201
|
/**
|
|
196
202
|
* Details of the UI modification.
|
|
197
203
|
*
|
|
198
|
-
* @example
|
|
204
|
+
* @example
|
|
205
|
+
* {
|
|
199
206
|
* "contexts": [
|
|
200
207
|
* {
|
|
201
208
|
* "issueTypeId": "10000",
|