@resolution/jira-api-client 0.5.1 → 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 +22 -0
- package/README.md +8 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -7
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -3
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +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 +12 -9
- 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 +12 -5
- 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 +13 -6
- 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 +43 -19
- 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 +20 -21
- 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 +7 -3
- 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 +44 -37
- 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 +16 -22
- 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 +143 -149
- package/lib/openapi/platform/services/DashboardsService.js +123 -131
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
- 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 +73 -96
- 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 +179 -258
- 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 +9 -7
- 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 +43 -27
- 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 +174 -170
- 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 +36 -20
- 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 +20 -10
- 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 +66 -81
- 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 +11 -5
- 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 +72 -38
- 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 +51 -29
- 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 +38 -17
- 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 +9 -5
- 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 +76 -33
- 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 +57 -47
- 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 +30 -12
- 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 +21 -24
- 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 +8 -4
- 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 +64 -70
- 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 +45 -27
- 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 +34 -17
- 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 +42 -28
- 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 +40 -17
- 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 +86 -139
- 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 +20 -19
- 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 +78 -40
- 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 +22 -11
- 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 +53 -34
- 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 +56 -27
- 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 +53 -42
- 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 +17 -17
- 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 +20 -10
- 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 +20 -13
- 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 +69 -67
- 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 +225 -227
- 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 +25 -24
- 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 +21 -9
- 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 +13 -9
- 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 +55 -43
- 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 +7 -3
- 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 +17 -7
- 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 +28 -21
- 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 +67 -55
- 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 +23 -11
- 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 +59 -25
- 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 +27 -24
- 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 +30 -12
- 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 +17 -14
- 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 +198 -321
- 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 +11 -5
- 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 +23 -22
- 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 +19 -7
- 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 +32 -23
- 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 +22 -11
- 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 +47 -33
- 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 +67 -43
- 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 +29 -21
- 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 +87 -36
- 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 +207 -313
- 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 +22 -11
- 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 +15 -7
- 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 +27 -11
- 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 +42 -28
- 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 +6 -3
- 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 +5 -3
- 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 +29 -15
- 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 +9 -4
- 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 +30 -13
- 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 +26 -19
- 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 +20 -10
- 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 +95 -126
- 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 +97 -95
- 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 +35 -18
- 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 +133 -147
- 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 +13 -10
- 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 +121 -82
- 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 +12 -5
- 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 +12 -5
- 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 +25 -10
- 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 +25 -13
- 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 +743 -660
- 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 +5 -7
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -3
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
- 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 +17 -20
- 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 +6 -3
- 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 +11 -11
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
- 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 +420 -578
- 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 +25 -39
- 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 +195 -215
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +4 -6
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.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 +14 -8
- 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 +200 -204
- 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 +11 -9
- 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 +13 -13
- 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 +33 -20
- 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 +14 -9
- 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 +67 -76
- 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 +11 -9
- 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 +45 -44
- 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 +66 -38
- 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 +18 -13
- 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 +19 -13
- 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 +79 -55
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -35,10 +35,11 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
35
35
|
* **[Permissions](#permissions) required:** None.
|
|
36
36
|
*
|
|
37
37
|
* @returns Returned if the request is successful.
|
|
38
|
-
* @path
|
|
38
|
+
* @path GET `/rest/api/3/issue/picker`
|
|
39
39
|
* @scopes-current read:jira-work
|
|
40
40
|
* @scopes-beta read:issue-details:jira
|
|
41
41
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search#api-rest-api-3-issue-picker-get
|
|
42
|
+
* @param params
|
|
42
43
|
*/
|
|
43
44
|
this.getIssuePickerResource = ({ query, currentJql, currentIssueKey, currentProjectId, showSubTasks, showSubTaskParent, } = {}) => {
|
|
44
45
|
return this.getClientInstance()
|
|
@@ -77,7 +78,9 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
77
78
|
*
|
|
78
79
|
* @returns Returned if the request is successful.
|
|
79
80
|
*
|
|
80
|
-
* example:
|
|
81
|
+
* example:
|
|
82
|
+
* ```
|
|
83
|
+
* {
|
|
81
84
|
* "matches": [
|
|
82
85
|
* {
|
|
83
86
|
* "matchedIssues": [
|
|
@@ -106,10 +109,12 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
106
109
|
* }
|
|
107
110
|
* ]
|
|
108
111
|
* }
|
|
109
|
-
*
|
|
112
|
+
* ```
|
|
113
|
+
* @path POST `/rest/api/3/jql/match`
|
|
110
114
|
* @scopes-current read:jira-work
|
|
111
115
|
* @scopes-beta read:issue-details:jira
|
|
112
116
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search#api-rest-api-3-jql-match-post
|
|
117
|
+
* @param params
|
|
113
118
|
*/
|
|
114
119
|
this.matchIssues = ({ issuesAndJqlQueries, }) => {
|
|
115
120
|
return this.getClientInstance()
|
|
@@ -153,7 +158,9 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
153
158
|
*
|
|
154
159
|
* @returns Returned if the request is successful.
|
|
155
160
|
*
|
|
156
|
-
* example:
|
|
161
|
+
* example:
|
|
162
|
+
* ```
|
|
163
|
+
* {
|
|
157
164
|
* "issueIds": [
|
|
158
165
|
* 10000,
|
|
159
166
|
* 10001,
|
|
@@ -161,11 +168,12 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
161
168
|
* ],
|
|
162
169
|
* "nextPageToken": "EgQIlMIC"
|
|
163
170
|
* }
|
|
164
|
-
*
|
|
171
|
+
* ```
|
|
172
|
+
* @path POST `/rest/api/3/search/id`
|
|
165
173
|
* @scopes-current read:jira-work
|
|
166
|
-
* @scopes-beta read:issue-details:jira, read:field.default-value:jira, read:field.option:jira,
|
|
167
|
-
* read:field:jira, read:group:jira
|
|
174
|
+
* @scopes-beta read:issue-details:jira, read:field.default-value:jira, read:field.option:jira, read:field:jira, read:group:jira
|
|
168
175
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search#api-rest-api-3-search-id-post
|
|
176
|
+
* @param params
|
|
169
177
|
*/
|
|
170
178
|
this.searchForIssuesIds = ({ idSearchRequestBean, }) => {
|
|
171
179
|
return this.getClientInstance()
|
|
@@ -205,7 +213,9 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
205
213
|
*
|
|
206
214
|
* @returns Returned if the request is successful.
|
|
207
215
|
*
|
|
208
|
-
* example:
|
|
216
|
+
* example:
|
|
217
|
+
* ```
|
|
218
|
+
* {
|
|
209
219
|
* "expand": "names,schema",
|
|
210
220
|
* "issues": [
|
|
211
221
|
* {
|
|
@@ -213,18 +223,8 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
213
223
|
* "fields": {
|
|
214
224
|
* "watcher": {
|
|
215
225
|
* "isWatching": false,
|
|
216
|
-
* "self":
|
|
217
|
-
*
|
|
218
|
-
* "watchCount": 1,
|
|
219
|
-
* "watchers": [
|
|
220
|
-
* {
|
|
221
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
222
|
-
* "active": false,
|
|
223
|
-
* "displayName": "Mia Krystof",
|
|
224
|
-
* "self":
|
|
225
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
226
|
-
* }
|
|
227
|
-
* ]
|
|
226
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/EX-1/watchers",
|
|
227
|
+
* "watchCount": 1
|
|
228
228
|
* },
|
|
229
229
|
* "attachment": [
|
|
230
230
|
* {
|
|
@@ -233,32 +233,24 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
233
233
|
* "accountType": "atlassian",
|
|
234
234
|
* "active": false,
|
|
235
235
|
* "avatarUrls": {
|
|
236
|
-
* "16x16":
|
|
237
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
238
|
-
* "
|
|
239
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
240
|
-
* "32x32":
|
|
241
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
242
|
-
* "48x48":
|
|
243
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
236
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
237
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
238
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
239
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
244
240
|
* },
|
|
245
241
|
* "displayName": "Mia Krystof",
|
|
246
242
|
* "key": "",
|
|
247
243
|
* "name": "",
|
|
248
|
-
* "self":
|
|
249
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
244
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
250
245
|
* },
|
|
251
|
-
* "content":
|
|
252
|
-
* "https://your-domain.atlassian.net/jira/rest/api/3/attachment/content/10000",
|
|
246
|
+
* "content": "https://your-domain.atlassian.net/jira/rest/api/3/attachment/content/10000",
|
|
253
247
|
* "created": "2022-10-06T07:32:47.000+0000",
|
|
254
248
|
* "filename": "picture.jpg",
|
|
255
249
|
* "id": 10000,
|
|
256
250
|
* "mimeType": "image/jpeg",
|
|
257
|
-
* "self":
|
|
258
|
-
* "https://your-domain.atlassian.net/rest/api/3/attachments/10000",
|
|
251
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/attachments/10000",
|
|
259
252
|
* "size": 23123,
|
|
260
|
-
* "thumbnail":
|
|
261
|
-
* "https://your-domain.atlassian.net/jira/rest/api/3/attachment/thumbnail/10000"
|
|
253
|
+
* "thumbnail": "https://your-domain.atlassian.net/jira/rest/api/3/attachment/thumbnail/10000"
|
|
262
254
|
* }
|
|
263
255
|
* ],
|
|
264
256
|
* "sub-tasks": [
|
|
@@ -267,8 +259,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
267
259
|
* "outwardIssue": {
|
|
268
260
|
* "fields": {
|
|
269
261
|
* "status": {
|
|
270
|
-
* "iconUrl":
|
|
271
|
-
* "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
262
|
+
* "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
272
263
|
* "name": "Open"
|
|
273
264
|
* }
|
|
274
265
|
* },
|
|
@@ -301,14 +292,10 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
301
292
|
* },
|
|
302
293
|
* "project": {
|
|
303
294
|
* "avatarUrls": {
|
|
304
|
-
* "16x16":
|
|
305
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
306
|
-
* "
|
|
307
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
308
|
-
* "32x32":
|
|
309
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
310
|
-
* "48x48":
|
|
311
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
295
|
+
* "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
296
|
+
* "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
297
|
+
* "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
298
|
+
* "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
312
299
|
* },
|
|
313
300
|
* "id": "10000",
|
|
314
301
|
* "insight": {
|
|
@@ -321,8 +308,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
321
308
|
* "description": "First Project Category",
|
|
322
309
|
* "id": "10000",
|
|
323
310
|
* "name": "FIRST",
|
|
324
|
-
* "self":
|
|
325
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
311
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
326
312
|
* },
|
|
327
313
|
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
328
314
|
* "simplified": false,
|
|
@@ -334,8 +320,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
334
320
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
335
321
|
* "active": false,
|
|
336
322
|
* "displayName": "Mia Krystof",
|
|
337
|
-
* "self":
|
|
338
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
323
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
339
324
|
* },
|
|
340
325
|
* "body": {
|
|
341
326
|
* "type": "doc",
|
|
@@ -346,10 +331,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
346
331
|
* "content": [
|
|
347
332
|
* {
|
|
348
333
|
* "type": "text",
|
|
349
|
-
* "text": "Lorem ipsum dolor sit amet, consectetur
|
|
350
|
-
* adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
|
|
351
|
-
* iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
|
|
352
|
-
* semper."
|
|
334
|
+
* "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."
|
|
353
335
|
* }
|
|
354
336
|
* ]
|
|
355
337
|
* }
|
|
@@ -357,14 +339,12 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
357
339
|
* },
|
|
358
340
|
* "created": "2021-01-17T12:34:00.000+0000",
|
|
359
341
|
* "id": "10000",
|
|
360
|
-
* "self":
|
|
361
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
342
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
362
343
|
* "updateAuthor": {
|
|
363
344
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
364
345
|
* "active": false,
|
|
365
346
|
* "displayName": "Mia Krystof",
|
|
366
|
-
* "self":
|
|
367
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
347
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
368
348
|
* },
|
|
369
349
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
370
350
|
* "visibility": {
|
|
@@ -380,8 +360,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
380
360
|
* "outwardIssue": {
|
|
381
361
|
* "fields": {
|
|
382
362
|
* "status": {
|
|
383
|
-
* "iconUrl":
|
|
384
|
-
* "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
363
|
+
* "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
385
364
|
* "name": "Open"
|
|
386
365
|
* }
|
|
387
366
|
* },
|
|
@@ -401,8 +380,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
401
380
|
* "inwardIssue": {
|
|
402
381
|
* "fields": {
|
|
403
382
|
* "status": {
|
|
404
|
-
* "iconUrl":
|
|
405
|
-
* "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
383
|
+
* "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
406
384
|
* "name": "Open"
|
|
407
385
|
* }
|
|
408
386
|
* },
|
|
@@ -424,8 +402,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
424
402
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
425
403
|
* "active": false,
|
|
426
404
|
* "displayName": "Mia Krystof",
|
|
427
|
-
* "self":
|
|
428
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
405
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
429
406
|
* },
|
|
430
407
|
* "comment": {
|
|
431
408
|
* "type": "doc",
|
|
@@ -444,8 +421,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
444
421
|
* },
|
|
445
422
|
* "id": "100028",
|
|
446
423
|
* "issueId": "10002",
|
|
447
|
-
* "self":
|
|
448
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
424
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
449
425
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
450
426
|
* "timeSpent": "3h 20m",
|
|
451
427
|
* "timeSpentSeconds": 12000,
|
|
@@ -453,8 +429,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
453
429
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
454
430
|
* "active": false,
|
|
455
431
|
* "displayName": "Mia Krystof",
|
|
456
|
-
* "self":
|
|
457
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
432
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
458
433
|
* },
|
|
459
434
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
460
435
|
* "visibility": {
|
|
@@ -486,11 +461,12 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
486
461
|
* "The value 'bar' does not exist for the field 'foo'."
|
|
487
462
|
* ]
|
|
488
463
|
* }
|
|
489
|
-
*
|
|
464
|
+
* ```
|
|
465
|
+
* @path GET `/rest/api/3/search`
|
|
490
466
|
* @scopes-current read:jira-work
|
|
491
|
-
* @scopes-beta read:issue-details:jira, read:audit-log:jira, read:avatar:jira,
|
|
492
|
-
* read:field-configuration:jira, read:issue-meta:jira
|
|
467
|
+
* @scopes-beta read:issue-details:jira, read:audit-log:jira, read:avatar:jira, read:field-configuration:jira, read:issue-meta:jira
|
|
493
468
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search#api-rest-api-3-search-get
|
|
469
|
+
* @param params
|
|
494
470
|
*/
|
|
495
471
|
this.searchForIssuesUsingJql = ({ jql, startAt, maxResults, validateQuery, fields, expand, properties, fieldsByKeys, failFast, } = {}) => {
|
|
496
472
|
return this.getClientInstance()
|
|
@@ -537,7 +513,9 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
537
513
|
*
|
|
538
514
|
* @returns Returned if the request is successful.
|
|
539
515
|
*
|
|
540
|
-
* example:
|
|
516
|
+
* example:
|
|
517
|
+
* ```
|
|
518
|
+
* {
|
|
541
519
|
* "expand": "names,schema",
|
|
542
520
|
* "issues": [
|
|
543
521
|
* {
|
|
@@ -545,18 +523,8 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
545
523
|
* "fields": {
|
|
546
524
|
* "watcher": {
|
|
547
525
|
* "isWatching": false,
|
|
548
|
-
* "self":
|
|
549
|
-
*
|
|
550
|
-
* "watchCount": 1,
|
|
551
|
-
* "watchers": [
|
|
552
|
-
* {
|
|
553
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
554
|
-
* "active": false,
|
|
555
|
-
* "displayName": "Mia Krystof",
|
|
556
|
-
* "self":
|
|
557
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
558
|
-
* }
|
|
559
|
-
* ]
|
|
526
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/EX-1/watchers",
|
|
527
|
+
* "watchCount": 1
|
|
560
528
|
* },
|
|
561
529
|
* "attachment": [
|
|
562
530
|
* {
|
|
@@ -565,32 +533,24 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
565
533
|
* "accountType": "atlassian",
|
|
566
534
|
* "active": false,
|
|
567
535
|
* "avatarUrls": {
|
|
568
|
-
* "16x16":
|
|
569
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
570
|
-
* "
|
|
571
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
572
|
-
* "32x32":
|
|
573
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
574
|
-
* "48x48":
|
|
575
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
536
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
537
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
538
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
539
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
576
540
|
* },
|
|
577
541
|
* "displayName": "Mia Krystof",
|
|
578
542
|
* "key": "",
|
|
579
543
|
* "name": "",
|
|
580
|
-
* "self":
|
|
581
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
544
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
582
545
|
* },
|
|
583
|
-
* "content":
|
|
584
|
-
* "https://your-domain.atlassian.net/jira/rest/api/3/attachment/content/10000",
|
|
546
|
+
* "content": "https://your-domain.atlassian.net/jira/rest/api/3/attachment/content/10000",
|
|
585
547
|
* "created": "2022-10-06T07:32:47.000+0000",
|
|
586
548
|
* "filename": "picture.jpg",
|
|
587
549
|
* "id": 10000,
|
|
588
550
|
* "mimeType": "image/jpeg",
|
|
589
|
-
* "self":
|
|
590
|
-
* "https://your-domain.atlassian.net/rest/api/3/attachments/10000",
|
|
551
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/attachments/10000",
|
|
591
552
|
* "size": 23123,
|
|
592
|
-
* "thumbnail":
|
|
593
|
-
* "https://your-domain.atlassian.net/jira/rest/api/3/attachment/thumbnail/10000"
|
|
553
|
+
* "thumbnail": "https://your-domain.atlassian.net/jira/rest/api/3/attachment/thumbnail/10000"
|
|
594
554
|
* }
|
|
595
555
|
* ],
|
|
596
556
|
* "sub-tasks": [
|
|
@@ -599,8 +559,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
599
559
|
* "outwardIssue": {
|
|
600
560
|
* "fields": {
|
|
601
561
|
* "status": {
|
|
602
|
-
* "iconUrl":
|
|
603
|
-
* "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
562
|
+
* "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
604
563
|
* "name": "Open"
|
|
605
564
|
* }
|
|
606
565
|
* },
|
|
@@ -633,14 +592,10 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
633
592
|
* },
|
|
634
593
|
* "project": {
|
|
635
594
|
* "avatarUrls": {
|
|
636
|
-
* "16x16":
|
|
637
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
638
|
-
* "
|
|
639
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=
|
|
640
|
-
* "32x32":
|
|
641
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
642
|
-
* "48x48":
|
|
643
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
595
|
+
* "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
596
|
+
* "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
597
|
+
* "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
598
|
+
* "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
644
599
|
* },
|
|
645
600
|
* "id": "10000",
|
|
646
601
|
* "insight": {
|
|
@@ -653,8 +608,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
653
608
|
* "description": "First Project Category",
|
|
654
609
|
* "id": "10000",
|
|
655
610
|
* "name": "FIRST",
|
|
656
|
-
* "self":
|
|
657
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
611
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
658
612
|
* },
|
|
659
613
|
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
660
614
|
* "simplified": false,
|
|
@@ -666,8 +620,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
666
620
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
667
621
|
* "active": false,
|
|
668
622
|
* "displayName": "Mia Krystof",
|
|
669
|
-
* "self":
|
|
670
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
623
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
671
624
|
* },
|
|
672
625
|
* "body": {
|
|
673
626
|
* "type": "doc",
|
|
@@ -678,10 +631,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
678
631
|
* "content": [
|
|
679
632
|
* {
|
|
680
633
|
* "type": "text",
|
|
681
|
-
* "text": "Lorem ipsum dolor sit amet, consectetur
|
|
682
|
-
* adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
|
|
683
|
-
* iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
|
|
684
|
-
* semper."
|
|
634
|
+
* "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."
|
|
685
635
|
* }
|
|
686
636
|
* ]
|
|
687
637
|
* }
|
|
@@ -689,14 +639,12 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
689
639
|
* },
|
|
690
640
|
* "created": "2021-01-17T12:34:00.000+0000",
|
|
691
641
|
* "id": "10000",
|
|
692
|
-
* "self":
|
|
693
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
642
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
694
643
|
* "updateAuthor": {
|
|
695
644
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
696
645
|
* "active": false,
|
|
697
646
|
* "displayName": "Mia Krystof",
|
|
698
|
-
* "self":
|
|
699
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
647
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
700
648
|
* },
|
|
701
649
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
702
650
|
* "visibility": {
|
|
@@ -712,8 +660,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
712
660
|
* "outwardIssue": {
|
|
713
661
|
* "fields": {
|
|
714
662
|
* "status": {
|
|
715
|
-
* "iconUrl":
|
|
716
|
-
* "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
663
|
+
* "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
717
664
|
* "name": "Open"
|
|
718
665
|
* }
|
|
719
666
|
* },
|
|
@@ -733,8 +680,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
733
680
|
* "inwardIssue": {
|
|
734
681
|
* "fields": {
|
|
735
682
|
* "status": {
|
|
736
|
-
* "iconUrl":
|
|
737
|
-
* "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
683
|
+
* "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
|
|
738
684
|
* "name": "Open"
|
|
739
685
|
* }
|
|
740
686
|
* },
|
|
@@ -756,8 +702,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
756
702
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
757
703
|
* "active": false,
|
|
758
704
|
* "displayName": "Mia Krystof",
|
|
759
|
-
* "self":
|
|
760
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
705
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
761
706
|
* },
|
|
762
707
|
* "comment": {
|
|
763
708
|
* "type": "doc",
|
|
@@ -776,8 +721,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
776
721
|
* },
|
|
777
722
|
* "id": "100028",
|
|
778
723
|
* "issueId": "10002",
|
|
779
|
-
* "self":
|
|
780
|
-
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
724
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
781
725
|
* "started": "2021-01-17T12:34:00.000+0000",
|
|
782
726
|
* "timeSpent": "3h 20m",
|
|
783
727
|
* "timeSpentSeconds": 12000,
|
|
@@ -785,8 +729,7 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
785
729
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
786
730
|
* "active": false,
|
|
787
731
|
* "displayName": "Mia Krystof",
|
|
788
|
-
* "self":
|
|
789
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
732
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
790
733
|
* },
|
|
791
734
|
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
792
735
|
* "visibility": {
|
|
@@ -818,11 +761,12 @@ class IssueSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
818
761
|
* "The value 'bar' does not exist for the field 'foo'."
|
|
819
762
|
* ]
|
|
820
763
|
* }
|
|
821
|
-
*
|
|
764
|
+
* ```
|
|
765
|
+
* @path POST `/rest/api/3/search`
|
|
822
766
|
* @scopes-current read:jira-work
|
|
823
|
-
* @scopes-beta read:issue-details:jira, read:field.default-value:jira, read:field.option:jira,
|
|
824
|
-
* read:field:jira, read:group:jira
|
|
767
|
+
* @scopes-beta read:issue-details:jira, read:field.default-value:jira, read:field.option:jira, read:field:jira, read:group:jira
|
|
825
768
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search#api-rest-api-3-search-post
|
|
769
|
+
* @param params
|
|
826
770
|
*/
|
|
827
771
|
this.searchForIssuesUsingJqlPost = ({ searchRequestBean, }) => {
|
|
828
772
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueSearchService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueSearchService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,uDAS+B;AAC/B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,kBAAmB,SAAQ,qCAAiB;IAAzD;;QACE
|
|
1
|
+
{"version":3,"file":"IssueSearchService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueSearchService.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,17 +22,20 @@ export declare class IssueSecurityLevelService extends CommonHttpService {
|
|
|
22
22
|
*
|
|
23
23
|
* @returns Returned if the request is successful.
|
|
24
24
|
*
|
|
25
|
-
* example:
|
|
25
|
+
* example:
|
|
26
|
+
* ```
|
|
27
|
+
* {
|
|
26
28
|
* "description": "Only the reporter and internal staff can see this issue.",
|
|
27
29
|
* "id": "10021",
|
|
28
30
|
* "name": "Reporter Only",
|
|
29
31
|
* "self": "https://your-domain.atlassian.net/rest/api/3/securitylevel/10021"
|
|
30
32
|
* }
|
|
31
|
-
*
|
|
33
|
+
* ```
|
|
34
|
+
* @path GET `/rest/api/3/securitylevel/{id}`
|
|
32
35
|
* @scopes-current manage:jira-configuration
|
|
33
|
-
* @scopes-beta read:field:jira, read:issue-security-level:jira, read:project-role:jira,
|
|
34
|
-
* read:user:jira
|
|
36
|
+
* @scopes-beta read:field:jira, read:issue-security-level:jira, read:project-role:jira, read:user:jira
|
|
35
37
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-level#api-rest-api-3-securitylevel-id-get
|
|
38
|
+
* @param params
|
|
36
39
|
*/
|
|
37
40
|
getIssueSecurityLevel: ({ id, }: {
|
|
38
41
|
/** The ID of the issue security level. */
|
|
@@ -48,7 +51,9 @@ export declare class IssueSecurityLevelService extends CommonHttpService {
|
|
|
48
51
|
*
|
|
49
52
|
* @returns Returned if the request is successful.
|
|
50
53
|
*
|
|
51
|
-
* example:
|
|
54
|
+
* example:
|
|
55
|
+
* ```
|
|
56
|
+
* {
|
|
52
57
|
* "isLast": true,
|
|
53
58
|
* "maxResults": 100,
|
|
54
59
|
* "startAt": 0,
|
|
@@ -64,19 +69,14 @@ export declare class IssueSecurityLevelService extends CommonHttpService {
|
|
|
64
69
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
65
70
|
* "active": true,
|
|
66
71
|
* "avatarUrls": {
|
|
67
|
-
* "16x16":
|
|
68
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
69
|
-
* "
|
|
70
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
71
|
-
* "32x32":
|
|
72
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
73
|
-
* "48x48":
|
|
74
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
72
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
73
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
74
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
75
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
75
76
|
* },
|
|
76
77
|
* "displayName": "Mia Krystof",
|
|
77
78
|
* "emailAddress": "mia@example.com",
|
|
78
|
-
* "self":
|
|
79
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
79
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
80
80
|
* "timeZone": "Australia/Sydney"
|
|
81
81
|
* }
|
|
82
82
|
* }
|
|
@@ -100,11 +100,12 @@ export declare class IssueSecurityLevelService extends CommonHttpService {
|
|
|
100
100
|
* }
|
|
101
101
|
* ]
|
|
102
102
|
* }
|
|
103
|
-
*
|
|
103
|
+
* ```
|
|
104
|
+
* @path GET `/rest/api/3/issuesecurityschemes/{issueSecuritySchemeId}/members`
|
|
104
105
|
* @scopes-current manage:jira-configuration
|
|
105
|
-
* @scopes-beta read:field:jira, read:issue-security-level:jira, read:project-role:jira,
|
|
106
|
-
* read:user:jira
|
|
106
|
+
* @scopes-beta read:field:jira, read:issue-security-level:jira, read:project-role:jira, read:user:jira
|
|
107
107
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-level#api-rest-api-3-issuesecurityschemes-issuesecurityschemeid-members-get
|
|
108
|
+
* @param params
|
|
108
109
|
*/
|
|
109
110
|
getIssueSecurityLevelMembers: ({ issueSecuritySchemeId, startAt, maxResults, issueSecurityLevelId, expand, }: {
|
|
110
111
|
/**
|
|
@@ -136,5 +137,5 @@ export declare class IssueSecurityLevelService extends CommonHttpService {
|
|
|
136
137
|
*/
|
|
137
138
|
expand?: string | undefined;
|
|
138
139
|
}) => Promise<PageBeanIssueSecurityLevelMember>;
|
|
139
|
-
static initialize(): void;
|
|
140
|
+
protected static initialize(): void;
|
|
140
141
|
}
|