@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
|
@@ -23,8 +23,9 @@ export declare class DevelopmentInformationService extends CommonHttpService {
|
|
|
23
23
|
* `_updateSequenceId` is no longer supported. Deletion is performed
|
|
24
24
|
* asynchronously: specified entities will eventually be removed from Jira.
|
|
25
25
|
*
|
|
26
|
-
* @path
|
|
26
|
+
* @path DELETE `/rest/devinfo/0.10/bulkByProperties`
|
|
27
27
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulkbyproperties-delete
|
|
28
|
+
* @param params
|
|
28
29
|
*/
|
|
29
30
|
deleteByProperties: ({ updateSequenceId, authorization, }: {
|
|
30
31
|
/**
|
|
@@ -50,8 +51,9 @@ export declare class DevelopmentInformationService extends CommonHttpService {
|
|
|
50
51
|
* Deletes particular development information entity. Deletion is performed
|
|
51
52
|
* asynchronously.
|
|
52
53
|
*
|
|
53
|
-
* @path
|
|
54
|
+
* @path DELETE `/rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}`
|
|
54
55
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-entitytype-entityid-delete
|
|
56
|
+
* @param params
|
|
55
57
|
*/
|
|
56
58
|
deleteEntity: ({ repositoryId, entityType, entityId, updateSequenceId, authorization, }: {
|
|
57
59
|
repositoryId: string;
|
|
@@ -80,8 +82,9 @@ export declare class DevelopmentInformationService extends CommonHttpService {
|
|
|
80
82
|
* Deletes the repository data stored by the given ID and all related development
|
|
81
83
|
* information entities. Deletion is performed asynchronously.
|
|
82
84
|
*
|
|
83
|
-
* @path
|
|
85
|
+
* @path DELETE `/rest/devinfo/0.10/repository/{repositoryId}`
|
|
84
86
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-delete
|
|
87
|
+
* @param params
|
|
85
88
|
*/
|
|
86
89
|
deleteRepository: ({ repositoryId, updateSequenceId, authorization, }: {
|
|
87
90
|
/** The ID of repository to delete */
|
|
@@ -116,8 +119,9 @@ export declare class DevelopmentInformationService extends CommonHttpService {
|
|
|
116
119
|
* properties to search by.
|
|
117
120
|
*
|
|
118
121
|
* @returns Returns whether data exists for the specified properties.
|
|
119
|
-
* @path
|
|
122
|
+
* @path GET `/rest/devinfo/0.10/existsByProperties`
|
|
120
123
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-existsbyproperties-get
|
|
124
|
+
* @param params
|
|
121
125
|
*/
|
|
122
126
|
existsByProperties: ({ updateSequenceId, authorization, }: {
|
|
123
127
|
/**
|
|
@@ -143,8 +147,9 @@ export declare class DevelopmentInformationService extends CommonHttpService {
|
|
|
143
147
|
* stored, ignoring any pending updates or deletes.
|
|
144
148
|
*
|
|
145
149
|
* @returns The repository data currently stored for the given ID.
|
|
146
|
-
* @path
|
|
150
|
+
* @path GET `/rest/devinfo/0.10/repository/{repositoryId}`
|
|
147
151
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-get
|
|
152
|
+
* @param params
|
|
148
153
|
*/
|
|
149
154
|
getRepository: ({ repositoryId, authorization, }: {
|
|
150
155
|
/** The ID of repository to fetch */
|
|
@@ -170,10 +175,10 @@ export declare class DevelopmentInformationService extends CommonHttpService {
|
|
|
170
175
|
* period of time, but may take some time during peak load and/or maintenance
|
|
171
176
|
* times.
|
|
172
177
|
*
|
|
173
|
-
* @returns Submission accepted. Each submitted repository and entity that is of a valid
|
|
174
|
-
*
|
|
175
|
-
* @path {POST} /rest/devinfo/0.10/bulk
|
|
178
|
+
* @returns Submission accepted. Each submitted repository and entity that is of a valid format will be eventually available in Jira.
|
|
179
|
+
* @path POST `/rest/devinfo/0.10/bulk`
|
|
176
180
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulk-post
|
|
181
|
+
* @param params
|
|
177
182
|
*/
|
|
178
183
|
storeDevelopmentInformation: ({ authorization, devInformation, }: {
|
|
179
184
|
/**
|
|
@@ -34,8 +34,9 @@ class DevelopmentInformationService extends CommonHttpService_1.CommonHttpServic
|
|
|
34
34
|
* `_updateSequenceId` is no longer supported. Deletion is performed
|
|
35
35
|
* asynchronously: specified entities will eventually be removed from Jira.
|
|
36
36
|
*
|
|
37
|
-
* @path
|
|
37
|
+
* @path DELETE `/rest/devinfo/0.10/bulkByProperties`
|
|
38
38
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulkbyproperties-delete
|
|
39
|
+
* @param params
|
|
39
40
|
*/
|
|
40
41
|
this.deleteByProperties = ({ updateSequenceId, authorization, }) => {
|
|
41
42
|
return this.getClientInstance()
|
|
@@ -55,8 +56,9 @@ class DevelopmentInformationService extends CommonHttpService_1.CommonHttpServic
|
|
|
55
56
|
* Deletes particular development information entity. Deletion is performed
|
|
56
57
|
* asynchronously.
|
|
57
58
|
*
|
|
58
|
-
* @path
|
|
59
|
+
* @path DELETE `/rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}`
|
|
59
60
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-entitytype-entityid-delete
|
|
61
|
+
* @param params
|
|
60
62
|
*/
|
|
61
63
|
this.deleteEntity = ({ repositoryId, entityType, entityId, updateSequenceId, authorization, }) => {
|
|
62
64
|
return this.getClientInstance()
|
|
@@ -81,8 +83,9 @@ class DevelopmentInformationService extends CommonHttpService_1.CommonHttpServic
|
|
|
81
83
|
* Deletes the repository data stored by the given ID and all related development
|
|
82
84
|
* information entities. Deletion is performed asynchronously.
|
|
83
85
|
*
|
|
84
|
-
* @path
|
|
86
|
+
* @path DELETE `/rest/devinfo/0.10/repository/{repositoryId}`
|
|
85
87
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-delete
|
|
88
|
+
* @param params
|
|
86
89
|
*/
|
|
87
90
|
this.deleteRepository = ({ repositoryId, updateSequenceId, authorization, }) => {
|
|
88
91
|
return this.getClientInstance()
|
|
@@ -112,8 +115,9 @@ class DevelopmentInformationService extends CommonHttpService_1.CommonHttpServic
|
|
|
112
115
|
* properties to search by.
|
|
113
116
|
*
|
|
114
117
|
* @returns Returns whether data exists for the specified properties.
|
|
115
|
-
* @path
|
|
118
|
+
* @path GET `/rest/devinfo/0.10/existsByProperties`
|
|
116
119
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-existsbyproperties-get
|
|
120
|
+
* @param params
|
|
117
121
|
*/
|
|
118
122
|
this.existsByProperties = ({ updateSequenceId, authorization, }) => {
|
|
119
123
|
return this.getClientInstance()
|
|
@@ -142,8 +146,9 @@ class DevelopmentInformationService extends CommonHttpService_1.CommonHttpServic
|
|
|
142
146
|
* stored, ignoring any pending updates or deletes.
|
|
143
147
|
*
|
|
144
148
|
* @returns The repository data currently stored for the given ID.
|
|
145
|
-
* @path
|
|
149
|
+
* @path GET `/rest/devinfo/0.10/repository/{repositoryId}`
|
|
146
150
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-get
|
|
151
|
+
* @param params
|
|
147
152
|
*/
|
|
148
153
|
this.getRepository = ({ repositoryId, authorization, }) => {
|
|
149
154
|
return this.getClientInstance()
|
|
@@ -175,10 +180,10 @@ class DevelopmentInformationService extends CommonHttpService_1.CommonHttpServic
|
|
|
175
180
|
* period of time, but may take some time during peak load and/or maintenance
|
|
176
181
|
* times.
|
|
177
182
|
*
|
|
178
|
-
* @returns Submission accepted. Each submitted repository and entity that is of a valid
|
|
179
|
-
*
|
|
180
|
-
* @path {POST} /rest/devinfo/0.10/bulk
|
|
183
|
+
* @returns Submission accepted. Each submitted repository and entity that is of a valid format will be eventually available in Jira.
|
|
184
|
+
* @path POST `/rest/devinfo/0.10/bulk`
|
|
181
185
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulk-post
|
|
186
|
+
* @param params
|
|
182
187
|
*/
|
|
183
188
|
this.storeDevelopmentInformation = ({ authorization, devInformation, }) => {
|
|
184
189
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevelopmentInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevelopmentInformationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6EAM0C;AAC1C,wEAAqE;AACrE;;;;;;;;;;;GAWG;AACH,MAAa,6BAA8B,SAAQ,qCAAiB;IAApE;;QACE
|
|
1
|
+
{"version":3,"file":"DevelopmentInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevelopmentInformationService.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,9 @@ export declare class EpicService extends CommonHttpService {
|
|
|
14
14
|
*
|
|
15
15
|
* @returns Returns the requested epic.
|
|
16
16
|
*
|
|
17
|
-
* example:
|
|
17
|
+
* example:
|
|
18
|
+
* ```
|
|
19
|
+
* {
|
|
18
20
|
* "id": 37,
|
|
19
21
|
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
|
|
20
22
|
* "name": "epic 1",
|
|
@@ -24,8 +26,10 @@ export declare class EpicService extends CommonHttpService {
|
|
|
24
26
|
* },
|
|
25
27
|
* "done": true
|
|
26
28
|
* }
|
|
27
|
-
*
|
|
29
|
+
* ```
|
|
30
|
+
* @path GET `/rest/agile/1.0/epic/{epicIdOrKey}`
|
|
28
31
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-get
|
|
32
|
+
* @param params
|
|
29
33
|
*/
|
|
30
34
|
getEpic: ({ epicIdOrKey, }: {
|
|
31
35
|
/** The id or key of the requested epic. */
|
|
@@ -45,7 +49,9 @@ export declare class EpicService extends CommonHttpService {
|
|
|
45
49
|
*
|
|
46
50
|
* @returns Returns the requested issues, at the specified page of the results.
|
|
47
51
|
*
|
|
48
|
-
* example:
|
|
52
|
+
* example:
|
|
53
|
+
* ```
|
|
54
|
+
* {
|
|
49
55
|
* "expand": "names,schema",
|
|
50
56
|
* "issues": [
|
|
51
57
|
* {
|
|
@@ -62,8 +68,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
62
68
|
* "closedSprints": [
|
|
63
69
|
* {
|
|
64
70
|
* "id": 37,
|
|
65
|
-
* "self":
|
|
66
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
71
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
67
72
|
* "state": "closed",
|
|
68
73
|
* "name": "sprint 1",
|
|
69
74
|
* "startDate": "2015-04-11T15:22:00.000+10:00",
|
|
@@ -75,14 +80,10 @@ export declare class EpicService extends CommonHttpService {
|
|
|
75
80
|
* "description": "example bug report",
|
|
76
81
|
* "project": {
|
|
77
82
|
* "avatarUrls": {
|
|
78
|
-
* "16x16":
|
|
79
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
80
|
-
* "
|
|
81
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
82
|
-
* "32x32":
|
|
83
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
84
|
-
* "48x48":
|
|
85
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
83
|
+
* "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
84
|
+
* "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
85
|
+
* "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
86
|
+
* "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
86
87
|
* },
|
|
87
88
|
* "id": "10000",
|
|
88
89
|
* "insight": {
|
|
@@ -95,8 +96,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
95
96
|
* "description": "First Project Category",
|
|
96
97
|
* "id": "10000",
|
|
97
98
|
* "name": "FIRST",
|
|
98
|
-
* "self":
|
|
99
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
99
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
100
100
|
* },
|
|
101
101
|
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
102
102
|
* "simplified": false,
|
|
@@ -108,8 +108,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
108
108
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
109
109
|
* "active": false,
|
|
110
110
|
* "displayName": "Mia Krystof",
|
|
111
|
-
* "self":
|
|
112
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
111
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
113
112
|
* },
|
|
114
113
|
* "body": {
|
|
115
114
|
* "type": "doc",
|
|
@@ -120,10 +119,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
120
119
|
* "content": [
|
|
121
120
|
* {
|
|
122
121
|
* "type": "text",
|
|
123
|
-
* "text": "Lorem ipsum dolor sit amet, consectetur
|
|
124
|
-
* adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
|
|
125
|
-
* iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
|
|
126
|
-
* semper."
|
|
122
|
+
* "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
|
|
127
123
|
* }
|
|
128
124
|
* ]
|
|
129
125
|
* }
|
|
@@ -131,14 +127,12 @@ export declare class EpicService extends CommonHttpService {
|
|
|
131
127
|
* },
|
|
132
128
|
* "created": "2021-01-17T12:34:00.000+0000",
|
|
133
129
|
* "id": "10000",
|
|
134
|
-
* "self":
|
|
135
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
130
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
136
131
|
* "updateAuthor": {
|
|
137
132
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
138
133
|
* "active": false,
|
|
139
134
|
* "displayName": "Mia Krystof",
|
|
140
|
-
* "self":
|
|
141
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
135
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
142
136
|
* },
|
|
143
137
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
144
138
|
* "visibility": {
|
|
@@ -164,8 +158,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
164
158
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
165
159
|
* "active": false,
|
|
166
160
|
* "displayName": "Mia Krystof",
|
|
167
|
-
* "self":
|
|
168
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
161
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
169
162
|
* },
|
|
170
163
|
* "comment": {
|
|
171
164
|
* "type": "doc",
|
|
@@ -184,8 +177,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
184
177
|
* },
|
|
185
178
|
* "id": "100028",
|
|
186
179
|
* "issueId": "10002",
|
|
187
|
-
* "self":
|
|
188
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
180
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
189
181
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
190
182
|
* "timeSpent": "3h 20m",
|
|
191
183
|
* "timeSpentSeconds": 12000,
|
|
@@ -193,8 +185,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
193
185
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
194
186
|
* "active": false,
|
|
195
187
|
* "displayName": "Mia Krystof",
|
|
196
|
-
* "self":
|
|
197
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
188
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
198
189
|
* },
|
|
199
190
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
200
191
|
* "visibility": {
|
|
@@ -216,16 +207,17 @@ export declare class EpicService extends CommonHttpService {
|
|
|
216
207
|
* },
|
|
217
208
|
* "id": "10001",
|
|
218
209
|
* "key": "HSP-1",
|
|
219
|
-
* "self":
|
|
220
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
210
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
221
211
|
* }
|
|
222
212
|
* ],
|
|
223
213
|
* "maxResults": 50,
|
|
224
214
|
* "startAt": 0,
|
|
225
215
|
* "total": 1
|
|
226
216
|
* }
|
|
227
|
-
*
|
|
217
|
+
* ```
|
|
218
|
+
* @path GET `/rest/agile/1.0/epic/{epicIdOrKey}/issue`
|
|
228
219
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-get
|
|
220
|
+
* @param params
|
|
229
221
|
*/
|
|
230
222
|
getIssuesForEpic: ({ epicIdOrKey, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
231
223
|
/** The id or key of the epic that contains the requested issues. */
|
|
@@ -274,7 +266,9 @@ export declare class EpicService extends CommonHttpService {
|
|
|
274
266
|
*
|
|
275
267
|
* @returns Returns the requested issues, at the specified page of the results.
|
|
276
268
|
*
|
|
277
|
-
* example:
|
|
269
|
+
* example:
|
|
270
|
+
* ```
|
|
271
|
+
* {
|
|
278
272
|
* "expand": "names,schema",
|
|
279
273
|
* "issues": [
|
|
280
274
|
* {
|
|
@@ -291,8 +285,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
291
285
|
* "closedSprints": [
|
|
292
286
|
* {
|
|
293
287
|
* "id": 37,
|
|
294
|
-
* "self":
|
|
295
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
288
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
296
289
|
* "state": "closed",
|
|
297
290
|
* "name": "sprint 1",
|
|
298
291
|
* "startDate": "2015-04-11T15:22:00.000+10:00",
|
|
@@ -304,14 +297,10 @@ export declare class EpicService extends CommonHttpService {
|
|
|
304
297
|
* "description": "example bug report",
|
|
305
298
|
* "project": {
|
|
306
299
|
* "avatarUrls": {
|
|
307
|
-
* "16x16":
|
|
308
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
309
|
-
* "
|
|
310
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
311
|
-
* "32x32":
|
|
312
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
313
|
-
* "48x48":
|
|
314
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
300
|
+
* "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
301
|
+
* "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
302
|
+
* "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
303
|
+
* "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
315
304
|
* },
|
|
316
305
|
* "id": "10000",
|
|
317
306
|
* "insight": {
|
|
@@ -324,8 +313,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
324
313
|
* "description": "First Project Category",
|
|
325
314
|
* "id": "10000",
|
|
326
315
|
* "name": "FIRST",
|
|
327
|
-
* "self":
|
|
328
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
316
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
329
317
|
* },
|
|
330
318
|
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
331
319
|
* "simplified": false,
|
|
@@ -337,8 +325,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
337
325
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
338
326
|
* "active": false,
|
|
339
327
|
* "displayName": "Mia Krystof",
|
|
340
|
-
* "self":
|
|
341
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
328
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
342
329
|
* },
|
|
343
330
|
* "body": {
|
|
344
331
|
* "type": "doc",
|
|
@@ -349,10 +336,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
349
336
|
* "content": [
|
|
350
337
|
* {
|
|
351
338
|
* "type": "text",
|
|
352
|
-
* "text": "Lorem ipsum dolor sit amet, consectetur
|
|
353
|
-
* adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
|
|
354
|
-
* iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
|
|
355
|
-
* semper."
|
|
339
|
+
* "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
|
|
356
340
|
* }
|
|
357
341
|
* ]
|
|
358
342
|
* }
|
|
@@ -360,14 +344,12 @@ export declare class EpicService extends CommonHttpService {
|
|
|
360
344
|
* },
|
|
361
345
|
* "created": "2021-01-17T12:34:00.000+0000",
|
|
362
346
|
* "id": "10000",
|
|
363
|
-
* "self":
|
|
364
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
347
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
365
348
|
* "updateAuthor": {
|
|
366
349
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
367
350
|
* "active": false,
|
|
368
351
|
* "displayName": "Mia Krystof",
|
|
369
|
-
* "self":
|
|
370
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
352
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
371
353
|
* },
|
|
372
354
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
373
355
|
* "visibility": {
|
|
@@ -393,8 +375,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
393
375
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
394
376
|
* "active": false,
|
|
395
377
|
* "displayName": "Mia Krystof",
|
|
396
|
-
* "self":
|
|
397
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
378
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
398
379
|
* },
|
|
399
380
|
* "comment": {
|
|
400
381
|
* "type": "doc",
|
|
@@ -413,8 +394,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
413
394
|
* },
|
|
414
395
|
* "id": "100028",
|
|
415
396
|
* "issueId": "10002",
|
|
416
|
-
* "self":
|
|
417
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
397
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
418
398
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
419
399
|
* "timeSpent": "3h 20m",
|
|
420
400
|
* "timeSpentSeconds": 12000,
|
|
@@ -422,8 +402,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
422
402
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
423
403
|
* "active": false,
|
|
424
404
|
* "displayName": "Mia Krystof",
|
|
425
|
-
* "self":
|
|
426
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
405
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
427
406
|
* },
|
|
428
407
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
429
408
|
* "visibility": {
|
|
@@ -445,16 +424,17 @@ export declare class EpicService extends CommonHttpService {
|
|
|
445
424
|
* },
|
|
446
425
|
* "id": "10001",
|
|
447
426
|
* "key": "HSP-1",
|
|
448
|
-
* "self":
|
|
449
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
427
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
450
428
|
* }
|
|
451
429
|
* ],
|
|
452
430
|
* "maxResults": 50,
|
|
453
431
|
* "startAt": 0,
|
|
454
432
|
* "total": 1
|
|
455
433
|
* }
|
|
456
|
-
*
|
|
434
|
+
* ```
|
|
435
|
+
* @path GET `/rest/agile/1.0/epic/none/issue`
|
|
457
436
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-get
|
|
437
|
+
* @param params
|
|
458
438
|
*/
|
|
459
439
|
getIssuesWithoutEpic: ({ startAt, maxResults, jql, validateQuery, fields, expand, }?: {
|
|
460
440
|
/**
|
|
@@ -492,14 +472,16 @@ export declare class EpicService extends CommonHttpService {
|
|
|
492
472
|
* number of issues that can be moved in one operation is 50. **Note:** This
|
|
493
473
|
* operation does not work for epics in next-gen projects.
|
|
494
474
|
*
|
|
495
|
-
* @path
|
|
475
|
+
* @path POST `/rest/agile/1.0/epic/{epicIdOrKey}/issue`
|
|
496
476
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-post
|
|
477
|
+
* @param params
|
|
497
478
|
*/
|
|
498
479
|
moveIssuesToEpic: ({ epicIdOrKey, issueAssignRequestBean, }: {
|
|
499
480
|
/** The id or key of the epic that you want to assign issues to. */
|
|
500
481
|
epicIdOrKey: string;
|
|
501
482
|
/**
|
|
502
|
-
* @example
|
|
483
|
+
* @example
|
|
484
|
+
* {
|
|
503
485
|
* "issues": [
|
|
504
486
|
* "10001",
|
|
505
487
|
* "PR-1",
|
|
@@ -517,7 +499,9 @@ export declare class EpicService extends CommonHttpService {
|
|
|
517
499
|
*
|
|
518
500
|
* @returns Updated epic
|
|
519
501
|
*
|
|
520
|
-
* example:
|
|
502
|
+
* example:
|
|
503
|
+
* ```
|
|
504
|
+
* {
|
|
521
505
|
* "id": 37,
|
|
522
506
|
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
|
|
523
507
|
* "name": "epic 1",
|
|
@@ -527,14 +511,17 @@ export declare class EpicService extends CommonHttpService {
|
|
|
527
511
|
* },
|
|
528
512
|
* "done": true
|
|
529
513
|
* }
|
|
530
|
-
*
|
|
514
|
+
* ```
|
|
515
|
+
* @path POST `/rest/agile/1.0/epic/{epicIdOrKey}`
|
|
531
516
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-post
|
|
517
|
+
* @param params
|
|
532
518
|
*/
|
|
533
519
|
partiallyUpdateEpic: ({ epicIdOrKey, epicUpdateBean, }: {
|
|
534
520
|
/** The id or key of the epic to update. */
|
|
535
521
|
epicIdOrKey: string;
|
|
536
522
|
/**
|
|
537
|
-
* @example
|
|
523
|
+
* @example
|
|
524
|
+
* {
|
|
538
525
|
* "color": {
|
|
539
526
|
* "key": "color_6"
|
|
540
527
|
* },
|
|
@@ -552,8 +539,9 @@ export declare class EpicService extends CommonHttpService {
|
|
|
552
539
|
*
|
|
553
540
|
* **Note:** This operation does not work for epics in next-gen projects.
|
|
554
541
|
*
|
|
555
|
-
* @path
|
|
542
|
+
* @path PUT `/rest/agile/1.0/epic/{epicIdOrKey}/rank`
|
|
556
543
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-rank-put
|
|
544
|
+
* @param params
|
|
557
545
|
*/
|
|
558
546
|
rankEpics: ({ epicIdOrKey, epicRankRequestBean, }: {
|
|
559
547
|
/** The id or key of the epic to rank. */
|
|
@@ -561,7 +549,8 @@ export declare class EpicService extends CommonHttpService {
|
|
|
561
549
|
/**
|
|
562
550
|
* bean which contains the information where the given epic should be ranked.
|
|
563
551
|
*
|
|
564
|
-
* @example
|
|
552
|
+
* @example
|
|
553
|
+
* {
|
|
565
554
|
* "rankBeforeEpic": "10000",
|
|
566
555
|
* "rankCustomFieldId": 10521
|
|
567
556
|
* }
|
|
@@ -575,12 +564,14 @@ export declare class EpicService extends CommonHttpService {
|
|
|
575
564
|
* epics in next-gen projects. Instead, update the issue using `\{ fields: \{
|
|
576
565
|
* parent: \{\} \} \}`
|
|
577
566
|
*
|
|
578
|
-
* @path
|
|
567
|
+
* @path POST `/rest/agile/1.0/epic/none/issue`
|
|
579
568
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-post
|
|
569
|
+
* @param params
|
|
580
570
|
*/
|
|
581
571
|
removeIssuesFromEpic: ({ issueAssignRequestBean, }: {
|
|
582
572
|
/**
|
|
583
|
-
* @example
|
|
573
|
+
* @example
|
|
574
|
+
* {
|
|
584
575
|
* "issues": [
|
|
585
576
|
* "10001",
|
|
586
577
|
* "PR-1",
|