@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,7 +23,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
23
23
|
*
|
|
24
24
|
* @returns Returns the requested epic.
|
|
25
25
|
*
|
|
26
|
-
* example:
|
|
26
|
+
* example:
|
|
27
|
+
* ```
|
|
28
|
+
* {
|
|
27
29
|
* "id": 37,
|
|
28
30
|
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
|
|
29
31
|
* "name": "epic 1",
|
|
@@ -33,8 +35,10 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
33
35
|
* },
|
|
34
36
|
* "done": true
|
|
35
37
|
* }
|
|
36
|
-
*
|
|
38
|
+
* ```
|
|
39
|
+
* @path GET `/rest/agile/1.0/epic/{epicIdOrKey}`
|
|
37
40
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-get
|
|
41
|
+
* @param params
|
|
38
42
|
*/
|
|
39
43
|
this.getEpic = ({ epicIdOrKey, }) => {
|
|
40
44
|
return this.getClientInstance()
|
|
@@ -68,7 +72,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
68
72
|
*
|
|
69
73
|
* @returns Returns the requested issues, at the specified page of the results.
|
|
70
74
|
*
|
|
71
|
-
* example:
|
|
75
|
+
* example:
|
|
76
|
+
* ```
|
|
77
|
+
* {
|
|
72
78
|
* "expand": "names,schema",
|
|
73
79
|
* "issues": [
|
|
74
80
|
* {
|
|
@@ -85,8 +91,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
85
91
|
* "closedSprints": [
|
|
86
92
|
* {
|
|
87
93
|
* "id": 37,
|
|
88
|
-
* "self":
|
|
89
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
94
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
90
95
|
* "state": "closed",
|
|
91
96
|
* "name": "sprint 1",
|
|
92
97
|
* "startDate": "2015-04-11T15:22:00.000+10:00",
|
|
@@ -98,14 +103,10 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
98
103
|
* "description": "example bug report",
|
|
99
104
|
* "project": {
|
|
100
105
|
* "avatarUrls": {
|
|
101
|
-
* "16x16":
|
|
102
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
103
|
-
* "
|
|
104
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
105
|
-
* "32x32":
|
|
106
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
107
|
-
* "48x48":
|
|
108
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
106
|
+
* "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
107
|
+
* "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
108
|
+
* "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
109
|
+
* "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
109
110
|
* },
|
|
110
111
|
* "id": "10000",
|
|
111
112
|
* "insight": {
|
|
@@ -118,8 +119,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
118
119
|
* "description": "First Project Category",
|
|
119
120
|
* "id": "10000",
|
|
120
121
|
* "name": "FIRST",
|
|
121
|
-
* "self":
|
|
122
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
122
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
123
123
|
* },
|
|
124
124
|
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
125
125
|
* "simplified": false,
|
|
@@ -131,8 +131,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
131
131
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
132
132
|
* "active": false,
|
|
133
133
|
* "displayName": "Mia Krystof",
|
|
134
|
-
* "self":
|
|
135
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
134
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
136
135
|
* },
|
|
137
136
|
* "body": {
|
|
138
137
|
* "type": "doc",
|
|
@@ -143,10 +142,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
143
142
|
* "content": [
|
|
144
143
|
* {
|
|
145
144
|
* "type": "text",
|
|
146
|
-
* "text": "Lorem ipsum dolor sit amet, consectetur
|
|
147
|
-
* adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
|
|
148
|
-
* iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
|
|
149
|
-
* semper."
|
|
145
|
+
* "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."
|
|
150
146
|
* }
|
|
151
147
|
* ]
|
|
152
148
|
* }
|
|
@@ -154,14 +150,12 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
154
150
|
* },
|
|
155
151
|
* "created": "2021-01-17T12:34:00.000+0000",
|
|
156
152
|
* "id": "10000",
|
|
157
|
-
* "self":
|
|
158
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
153
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
159
154
|
* "updateAuthor": {
|
|
160
155
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
161
156
|
* "active": false,
|
|
162
157
|
* "displayName": "Mia Krystof",
|
|
163
|
-
* "self":
|
|
164
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
158
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
165
159
|
* },
|
|
166
160
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
167
161
|
* "visibility": {
|
|
@@ -187,8 +181,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
187
181
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
188
182
|
* "active": false,
|
|
189
183
|
* "displayName": "Mia Krystof",
|
|
190
|
-
* "self":
|
|
191
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
184
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
192
185
|
* },
|
|
193
186
|
* "comment": {
|
|
194
187
|
* "type": "doc",
|
|
@@ -207,8 +200,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
207
200
|
* },
|
|
208
201
|
* "id": "100028",
|
|
209
202
|
* "issueId": "10002",
|
|
210
|
-
* "self":
|
|
211
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
203
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
212
204
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
213
205
|
* "timeSpent": "3h 20m",
|
|
214
206
|
* "timeSpentSeconds": 12000,
|
|
@@ -216,8 +208,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
216
208
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
217
209
|
* "active": false,
|
|
218
210
|
* "displayName": "Mia Krystof",
|
|
219
|
-
* "self":
|
|
220
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
211
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
221
212
|
* },
|
|
222
213
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
223
214
|
* "visibility": {
|
|
@@ -239,16 +230,17 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
239
230
|
* },
|
|
240
231
|
* "id": "10001",
|
|
241
232
|
* "key": "HSP-1",
|
|
242
|
-
* "self":
|
|
243
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
233
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
244
234
|
* }
|
|
245
235
|
* ],
|
|
246
236
|
* "maxResults": 50,
|
|
247
237
|
* "startAt": 0,
|
|
248
238
|
* "total": 1
|
|
249
239
|
* }
|
|
250
|
-
*
|
|
240
|
+
* ```
|
|
241
|
+
* @path GET `/rest/agile/1.0/epic/{epicIdOrKey}/issue`
|
|
251
242
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-get
|
|
243
|
+
* @param params
|
|
252
244
|
*/
|
|
253
245
|
this.getIssuesForEpic = ({ epicIdOrKey, startAt, maxResults, jql, validateQuery, fields, expand, }) => {
|
|
254
246
|
return this.getClientInstance()
|
|
@@ -290,7 +282,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
290
282
|
*
|
|
291
283
|
* @returns Returns the requested issues, at the specified page of the results.
|
|
292
284
|
*
|
|
293
|
-
* example:
|
|
285
|
+
* example:
|
|
286
|
+
* ```
|
|
287
|
+
* {
|
|
294
288
|
* "expand": "names,schema",
|
|
295
289
|
* "issues": [
|
|
296
290
|
* {
|
|
@@ -307,8 +301,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
307
301
|
* "closedSprints": [
|
|
308
302
|
* {
|
|
309
303
|
* "id": 37,
|
|
310
|
-
* "self":
|
|
311
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
304
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
312
305
|
* "state": "closed",
|
|
313
306
|
* "name": "sprint 1",
|
|
314
307
|
* "startDate": "2015-04-11T15:22:00.000+10:00",
|
|
@@ -320,14 +313,10 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
320
313
|
* "description": "example bug report",
|
|
321
314
|
* "project": {
|
|
322
315
|
* "avatarUrls": {
|
|
323
|
-
* "16x16":
|
|
324
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
325
|
-
* "
|
|
326
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
327
|
-
* "32x32":
|
|
328
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
329
|
-
* "48x48":
|
|
330
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
316
|
+
* "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
317
|
+
* "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
318
|
+
* "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
319
|
+
* "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
331
320
|
* },
|
|
332
321
|
* "id": "10000",
|
|
333
322
|
* "insight": {
|
|
@@ -340,8 +329,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
340
329
|
* "description": "First Project Category",
|
|
341
330
|
* "id": "10000",
|
|
342
331
|
* "name": "FIRST",
|
|
343
|
-
* "self":
|
|
344
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
332
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
345
333
|
* },
|
|
346
334
|
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
347
335
|
* "simplified": false,
|
|
@@ -353,8 +341,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
353
341
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
354
342
|
* "active": false,
|
|
355
343
|
* "displayName": "Mia Krystof",
|
|
356
|
-
* "self":
|
|
357
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
344
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
358
345
|
* },
|
|
359
346
|
* "body": {
|
|
360
347
|
* "type": "doc",
|
|
@@ -365,10 +352,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
365
352
|
* "content": [
|
|
366
353
|
* {
|
|
367
354
|
* "type": "text",
|
|
368
|
-
* "text": "Lorem ipsum dolor sit amet, consectetur
|
|
369
|
-
* adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
|
|
370
|
-
* iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
|
|
371
|
-
* semper."
|
|
355
|
+
* "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."
|
|
372
356
|
* }
|
|
373
357
|
* ]
|
|
374
358
|
* }
|
|
@@ -376,14 +360,12 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
376
360
|
* },
|
|
377
361
|
* "created": "2021-01-17T12:34:00.000+0000",
|
|
378
362
|
* "id": "10000",
|
|
379
|
-
* "self":
|
|
380
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
363
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
381
364
|
* "updateAuthor": {
|
|
382
365
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
383
366
|
* "active": false,
|
|
384
367
|
* "displayName": "Mia Krystof",
|
|
385
|
-
* "self":
|
|
386
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
368
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
387
369
|
* },
|
|
388
370
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
389
371
|
* "visibility": {
|
|
@@ -409,8 +391,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
409
391
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
410
392
|
* "active": false,
|
|
411
393
|
* "displayName": "Mia Krystof",
|
|
412
|
-
* "self":
|
|
413
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
394
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
414
395
|
* },
|
|
415
396
|
* "comment": {
|
|
416
397
|
* "type": "doc",
|
|
@@ -429,8 +410,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
429
410
|
* },
|
|
430
411
|
* "id": "100028",
|
|
431
412
|
* "issueId": "10002",
|
|
432
|
-
* "self":
|
|
433
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
413
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
434
414
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
435
415
|
* "timeSpent": "3h 20m",
|
|
436
416
|
* "timeSpentSeconds": 12000,
|
|
@@ -438,8 +418,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
438
418
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
439
419
|
* "active": false,
|
|
440
420
|
* "displayName": "Mia Krystof",
|
|
441
|
-
* "self":
|
|
442
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
421
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
443
422
|
* },
|
|
444
423
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
445
424
|
* "visibility": {
|
|
@@ -461,16 +440,17 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
461
440
|
* },
|
|
462
441
|
* "id": "10001",
|
|
463
442
|
* "key": "HSP-1",
|
|
464
|
-
* "self":
|
|
465
|
-
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
443
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
466
444
|
* }
|
|
467
445
|
* ],
|
|
468
446
|
* "maxResults": 50,
|
|
469
447
|
* "startAt": 0,
|
|
470
448
|
* "total": 1
|
|
471
449
|
* }
|
|
472
|
-
*
|
|
450
|
+
* ```
|
|
451
|
+
* @path GET `/rest/agile/1.0/epic/none/issue`
|
|
473
452
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-get
|
|
453
|
+
* @param params
|
|
474
454
|
*/
|
|
475
455
|
this.getIssuesWithoutEpic = ({ startAt, maxResults, jql, validateQuery, fields, expand, } = {}) => {
|
|
476
456
|
return this.getClientInstance()
|
|
@@ -503,8 +483,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
503
483
|
* number of issues that can be moved in one operation is 50. **Note:** This
|
|
504
484
|
* operation does not work for epics in next-gen projects.
|
|
505
485
|
*
|
|
506
|
-
* @path
|
|
486
|
+
* @path POST `/rest/agile/1.0/epic/{epicIdOrKey}/issue`
|
|
507
487
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-post
|
|
488
|
+
* @param params
|
|
508
489
|
*/
|
|
509
490
|
this.moveIssuesToEpic = ({ epicIdOrKey, issueAssignRequestBean, }) => {
|
|
510
491
|
return this.getClientInstance()
|
|
@@ -529,7 +510,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
529
510
|
*
|
|
530
511
|
* @returns Updated epic
|
|
531
512
|
*
|
|
532
|
-
* example:
|
|
513
|
+
* example:
|
|
514
|
+
* ```
|
|
515
|
+
* {
|
|
533
516
|
* "id": 37,
|
|
534
517
|
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
|
|
535
518
|
* "name": "epic 1",
|
|
@@ -539,8 +522,10 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
539
522
|
* },
|
|
540
523
|
* "done": true
|
|
541
524
|
* }
|
|
542
|
-
*
|
|
525
|
+
* ```
|
|
526
|
+
* @path POST `/rest/agile/1.0/epic/{epicIdOrKey}`
|
|
543
527
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-post
|
|
528
|
+
* @param params
|
|
544
529
|
*/
|
|
545
530
|
this.partiallyUpdateEpic = ({ epicIdOrKey, epicUpdateBean, }) => {
|
|
546
531
|
return this.getClientInstance()
|
|
@@ -571,8 +556,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
571
556
|
*
|
|
572
557
|
* **Note:** This operation does not work for epics in next-gen projects.
|
|
573
558
|
*
|
|
574
|
-
* @path
|
|
559
|
+
* @path PUT `/rest/agile/1.0/epic/{epicIdOrKey}/rank`
|
|
575
560
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-rank-put
|
|
561
|
+
* @param params
|
|
576
562
|
*/
|
|
577
563
|
this.rankEpics = ({ epicIdOrKey, epicRankRequestBean, }) => {
|
|
578
564
|
return this.getClientInstance()
|
|
@@ -596,8 +582,9 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
|
|
|
596
582
|
* epics in next-gen projects. Instead, update the issue using `\{ fields: \{
|
|
597
583
|
* parent: \{\} \} \}`
|
|
598
584
|
*
|
|
599
|
-
* @path
|
|
585
|
+
* @path POST `/rest/agile/1.0/epic/none/issue`
|
|
600
586
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-post
|
|
587
|
+
* @param params
|
|
601
588
|
*/
|
|
602
589
|
this.removeIssuesFromEpic = ({ issueAssignRequestBean, }) => {
|
|
603
590
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EpicService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/EpicService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAG9D,wEAAqE;AACrE;;;;GAIG;AACH,MAAa,WAAY,SAAQ,qCAAiB;IAAlD;;QACE
|
|
1
|
+
{"version":3,"file":"EpicService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/EpicService.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,8 +20,9 @@ export declare class FeatureFlagsService extends CommonHttpService {
|
|
|
20
20
|
* access this resource.
|
|
21
21
|
* This resource requires the 'DELETE' scope for Connect apps.
|
|
22
22
|
*
|
|
23
|
-
* @path
|
|
23
|
+
* @path DELETE `/rest/featureflags/0.1/flag/{featureFlagId}`
|
|
24
24
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-flag-featureflagid-delete
|
|
25
|
+
* @param params
|
|
25
26
|
*/
|
|
26
27
|
deleteFeatureFlagById: ({ featureFlagId, updateSequenceId, authorization, }: {
|
|
27
28
|
/** The ID of the Feature Flag to delete. */
|
|
@@ -69,8 +70,9 @@ export declare class FeatureFlagsService extends CommonHttpService {
|
|
|
69
70
|
* access this resource.
|
|
70
71
|
* This resource requires the 'DELETE' scope for Connect apps.
|
|
71
72
|
*
|
|
72
|
-
* @path
|
|
73
|
+
* @path DELETE `/rest/featureflags/0.1/bulkByProperties`
|
|
73
74
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-bulkbyproperties-delete
|
|
75
|
+
* @param params
|
|
74
76
|
*/
|
|
75
77
|
deleteFeatureFlagsByProperty: ({ updateSequenceId, authorization, }: {
|
|
76
78
|
/**
|
|
@@ -111,8 +113,9 @@ export declare class FeatureFlagsService extends CommonHttpService {
|
|
|
111
113
|
* This resource requires the 'READ' scope for Connect apps.
|
|
112
114
|
*
|
|
113
115
|
* @returns The Feature Flag data currently stored for the given ID.
|
|
114
|
-
* @path
|
|
116
|
+
* @path GET `/rest/featureflags/0.1/flag/{featureFlagId}`
|
|
115
117
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-flag-featureflagid-get
|
|
118
|
+
* @param params
|
|
116
119
|
*/
|
|
117
120
|
getFeatureFlagById: ({ featureFlagId, authorization, }: {
|
|
118
121
|
/** The ID of the Feature Flag to fetch. */
|
|
@@ -150,13 +153,12 @@ export declare class FeatureFlagsService extends CommonHttpService {
|
|
|
150
153
|
* access this resource.
|
|
151
154
|
* This resource requires the 'WRITE' scope for Connect apps.
|
|
152
155
|
*
|
|
153
|
-
* @returns Submission accepted. Each submitted Feature Flag that is of a valid format will
|
|
154
|
-
* be eventually available in Jira.
|
|
156
|
+
* @returns Submission accepted. Each submitted Feature Flag that is of a valid format will be eventually available in Jira.
|
|
155
157
|
*
|
|
156
|
-
* Details of which Feature Flags were submitted and which failed submission (due
|
|
157
|
-
*
|
|
158
|
-
* @path {POST} /rest/featureflags/0.1/bulk
|
|
158
|
+
* Details of which Feature Flags were submitted and which failed submission (due to data format problems etc.) are available in the response object.
|
|
159
|
+
* @path POST `/rest/featureflags/0.1/bulk`
|
|
159
160
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-bulk-post
|
|
161
|
+
* @param params
|
|
160
162
|
*/
|
|
161
163
|
submitFeatureFlags: ({ authorization, submitFeatureFlagRequest, }: {
|
|
162
164
|
/**
|
|
@@ -31,8 +31,9 @@ class FeatureFlagsService extends CommonHttpService_1.CommonHttpService {
|
|
|
31
31
|
* access this resource.
|
|
32
32
|
* This resource requires the 'DELETE' scope for Connect apps.
|
|
33
33
|
*
|
|
34
|
-
* @path
|
|
34
|
+
* @path DELETE `/rest/featureflags/0.1/flag/{featureFlagId}`
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-flag-featureflagid-delete
|
|
36
|
+
* @param params
|
|
36
37
|
*/
|
|
37
38
|
this.deleteFeatureFlagById = ({ featureFlagId, updateSequenceId, authorization, }) => {
|
|
38
39
|
return this.getClientInstance()
|
|
@@ -69,8 +70,9 @@ class FeatureFlagsService extends CommonHttpService_1.CommonHttpService {
|
|
|
69
70
|
* access this resource.
|
|
70
71
|
* This resource requires the 'DELETE' scope for Connect apps.
|
|
71
72
|
*
|
|
72
|
-
* @path
|
|
73
|
+
* @path DELETE `/rest/featureflags/0.1/bulkByProperties`
|
|
73
74
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-bulkbyproperties-delete
|
|
75
|
+
* @param params
|
|
74
76
|
*/
|
|
75
77
|
this.deleteFeatureFlagsByProperty = ({ updateSequenceId, authorization, }) => {
|
|
76
78
|
return this.getClientInstance()
|
|
@@ -97,8 +99,9 @@ class FeatureFlagsService extends CommonHttpService_1.CommonHttpService {
|
|
|
97
99
|
* This resource requires the 'READ' scope for Connect apps.
|
|
98
100
|
*
|
|
99
101
|
* @returns The Feature Flag data currently stored for the given ID.
|
|
100
|
-
* @path
|
|
102
|
+
* @path GET `/rest/featureflags/0.1/flag/{featureFlagId}`
|
|
101
103
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-flag-featureflagid-get
|
|
104
|
+
* @param params
|
|
102
105
|
*/
|
|
103
106
|
this.getFeatureFlagById = ({ featureFlagId, authorization, }) => {
|
|
104
107
|
return this.getClientInstance()
|
|
@@ -142,13 +145,12 @@ class FeatureFlagsService extends CommonHttpService_1.CommonHttpService {
|
|
|
142
145
|
* access this resource.
|
|
143
146
|
* This resource requires the 'WRITE' scope for Connect apps.
|
|
144
147
|
*
|
|
145
|
-
* @returns Submission accepted. Each submitted Feature Flag that is of a valid format will
|
|
146
|
-
* be eventually available in Jira.
|
|
148
|
+
* @returns Submission accepted. Each submitted Feature Flag that is of a valid format will be eventually available in Jira.
|
|
147
149
|
*
|
|
148
|
-
* Details of which Feature Flags were submitted and which failed submission (due
|
|
149
|
-
*
|
|
150
|
-
* @path {POST} /rest/featureflags/0.1/bulk
|
|
150
|
+
* Details of which Feature Flags were submitted and which failed submission (due to data format problems etc.) are available in the response object.
|
|
151
|
+
* @path POST `/rest/featureflags/0.1/bulk`
|
|
151
152
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags#api-rest-featureflags-0-1-bulk-post
|
|
153
|
+
* @param params
|
|
152
154
|
*/
|
|
153
155
|
this.submitFeatureFlags = ({ authorization, submitFeatureFlagRequest, }) => {
|
|
154
156
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeatureFlagsService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/FeatureFlagsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yDAKgC;AAChC,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE
|
|
1
|
+
{"version":3,"file":"FeatureFlagsService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/FeatureFlagsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yDAKgC;AAChC,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE;;;;;;;;;;;;;WAaG;QACH,0BAAqB,GAAG,CAAC,EACvB,aAAa,EACb,gBAAgB,EAChB,aAAa,GA4Bd,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6CAA6C;gBACnD,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,aAAa;iBACd;gBACD,KAAK,EAAE;oBACL,iBAAiB,EAAE,gBAAgB;iBACpC;gBACD,OAAO,EAAE;oBACP,aAAa,EAAE,aAAa;iBAC7B;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,iCAA4B,GAAG,CAAC,EAC9B,gBAAgB,EAChB,aAAa,GA4Bd,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,yCAAyC;gBAC/C,MAAM,EAAE,QAAQ;gBAChB,KAAK,EAAE;oBACL,iBAAiB,EAAE,gBAAgB;iBACpC;gBACD,OAAO,EAAE;oBACP,aAAa,EAAE,aAAa;iBAC7B;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;WAcG;QACH,uBAAkB,GAAG,CAAC,EACpB,aAAa,EACb,aAAa,GAed,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6CAA6C;gBACnD,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,aAAa;iBACd;gBACD,OAAO,EAAE;oBACP,aAAa,EAAE,aAAa;iBAC7B;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,CAC/B,iDAAiD,CAClD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,uBAAkB,GAAG,CAAC,EACpB,aAAa,EACb,wBAAwB,GAezB,EAAuC,EAAE;YACxC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE;oBACP,aAAa,EAAE,aAAa;oBAC5B,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,wBAAwB;aAC/B,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,CAC/B,iDAAiD,CAClD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IA0BJ,CAAC;IAzBW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,iDAAiD,EACjD,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,4BAA4B,CAAC;SACjE,CAAC;aACD,QAAQ,CAAC,iDAAiD,CAAC,CAC/D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,iDAAiD,EACjD,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,iBAAiB,CAAC;SACtD,CAAC;aACD,QAAQ,CAAC,iDAAiD,CAAC,CAC/D,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,oDAAqC;SACtC,CAAC,CAAC;IACL,CAAC;CACF;AAxSD,kDAwSC"}
|