@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
|
@@ -22,28 +22,24 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
22
22
|
*
|
|
23
23
|
* @returns Returned if the request is successful.
|
|
24
24
|
*
|
|
25
|
-
* example:
|
|
26
|
-
*
|
|
27
|
-
*
|
|
25
|
+
* example:
|
|
26
|
+
* ```
|
|
27
|
+
* {
|
|
28
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
28
29
|
* "assignee": {
|
|
29
30
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
30
31
|
* "accountType": "atlassian",
|
|
31
32
|
* "active": false,
|
|
32
33
|
* "avatarUrls": {
|
|
33
|
-
* "16x16":
|
|
34
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
35
|
-
* "
|
|
36
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
37
|
-
* "32x32":
|
|
38
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
39
|
-
* "48x48":
|
|
40
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
34
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
35
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
36
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
37
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
41
38
|
* },
|
|
42
39
|
* "displayName": "Mia Krystof",
|
|
43
40
|
* "key": "",
|
|
44
41
|
* "name": "",
|
|
45
|
-
* "self":
|
|
46
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
42
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
47
43
|
* },
|
|
48
44
|
* "assigneeType": "PROJECT_LEAD",
|
|
49
45
|
* "description": "This is a Jira component",
|
|
@@ -54,20 +50,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
54
50
|
* "accountType": "atlassian",
|
|
55
51
|
* "active": false,
|
|
56
52
|
* "avatarUrls": {
|
|
57
|
-
* "16x16":
|
|
58
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
59
|
-
* "
|
|
60
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
61
|
-
* "32x32":
|
|
62
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
63
|
-
* "48x48":
|
|
64
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
53
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
54
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
55
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
56
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
65
57
|
* },
|
|
66
58
|
* "displayName": "Mia Krystof",
|
|
67
59
|
* "key": "",
|
|
68
60
|
* "name": "",
|
|
69
|
-
* "self":
|
|
70
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
61
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
71
62
|
* },
|
|
72
63
|
* "metadata": {
|
|
73
64
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -80,34 +71,30 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
80
71
|
* "accountType": "atlassian",
|
|
81
72
|
* "active": false,
|
|
82
73
|
* "avatarUrls": {
|
|
83
|
-
* "16x16":
|
|
84
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
85
|
-
* "
|
|
86
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
87
|
-
* "32x32":
|
|
88
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
89
|
-
* "48x48":
|
|
90
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
74
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
75
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
76
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
77
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
91
78
|
* },
|
|
92
79
|
* "displayName": "Mia Krystof",
|
|
93
80
|
* "key": "",
|
|
94
81
|
* "name": "",
|
|
95
|
-
* "self":
|
|
96
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
82
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
97
83
|
* },
|
|
98
84
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
99
85
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
100
86
|
* }
|
|
101
|
-
*
|
|
87
|
+
* ```
|
|
88
|
+
* @path POST `/rest/api/3/component`
|
|
102
89
|
* @scopes-current manage:jira-project
|
|
103
|
-
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira,
|
|
104
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
105
|
-
* read:project.component:jira
|
|
90
|
+
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:project.component:jira
|
|
106
91
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-post
|
|
92
|
+
* @param params
|
|
107
93
|
*/
|
|
108
94
|
createComponent: ({ projectComponent, }: {
|
|
109
95
|
/**
|
|
110
|
-
* @example
|
|
96
|
+
* @example
|
|
97
|
+
* {
|
|
111
98
|
* "assigneeType": "PROJECT_LEAD",
|
|
112
99
|
* "description": "This is a Jira component",
|
|
113
100
|
* "isAssigneeTypeValid": false,
|
|
@@ -128,10 +115,11 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
128
115
|
* containing the component or *Administer Jira* [global
|
|
129
116
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
130
117
|
*
|
|
131
|
-
* @path
|
|
118
|
+
* @path DELETE `/rest/api/3/component/{id}`
|
|
132
119
|
* @scopes-current manage:jira-project
|
|
133
120
|
* @scopes-beta delete:project.component:jira
|
|
134
121
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-delete
|
|
122
|
+
* @param params
|
|
135
123
|
*/
|
|
136
124
|
deleteComponent: ({ id, moveIssuesTo, }: {
|
|
137
125
|
/** The ID of the component. */
|
|
@@ -154,13 +142,14 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
154
142
|
* @returns Returned if the request is successful.
|
|
155
143
|
*
|
|
156
144
|
* example:
|
|
157
|
-
*
|
|
158
|
-
* }
|
|
159
|
-
*
|
|
145
|
+
* ```
|
|
146
|
+
* com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean#PAGED_EXAMPLE} }
|
|
147
|
+
* ```
|
|
148
|
+
* @path GET `/rest/api/3/component`
|
|
160
149
|
* @scopes-current read:jira-work
|
|
161
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
162
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
150
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
163
151
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-get
|
|
152
|
+
* @param params
|
|
164
153
|
*/
|
|
165
154
|
findComponentsForProjects: ({ projectIdsOrKeys, startAt, maxResults, orderBy, query, }?: {
|
|
166
155
|
/** The project IDs and/or project keys (case sensitive). */
|
|
@@ -193,28 +182,24 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
193
182
|
*
|
|
194
183
|
* @returns Returned if the request is successful.
|
|
195
184
|
*
|
|
196
|
-
* example:
|
|
197
|
-
*
|
|
198
|
-
*
|
|
185
|
+
* example:
|
|
186
|
+
* ```
|
|
187
|
+
* {
|
|
188
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
199
189
|
* "assignee": {
|
|
200
190
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
201
191
|
* "accountType": "atlassian",
|
|
202
192
|
* "active": false,
|
|
203
193
|
* "avatarUrls": {
|
|
204
|
-
* "16x16":
|
|
205
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
206
|
-
* "
|
|
207
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
208
|
-
* "32x32":
|
|
209
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
210
|
-
* "48x48":
|
|
211
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
194
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
195
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
196
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
197
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
212
198
|
* },
|
|
213
199
|
* "displayName": "Mia Krystof",
|
|
214
200
|
* "key": "",
|
|
215
201
|
* "name": "",
|
|
216
|
-
* "self":
|
|
217
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
202
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
218
203
|
* },
|
|
219
204
|
* "assigneeType": "PROJECT_LEAD",
|
|
220
205
|
* "description": "This is a Jira component",
|
|
@@ -225,20 +210,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
225
210
|
* "accountType": "atlassian",
|
|
226
211
|
* "active": false,
|
|
227
212
|
* "avatarUrls": {
|
|
228
|
-
* "16x16":
|
|
229
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
230
|
-
* "
|
|
231
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
232
|
-
* "32x32":
|
|
233
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
234
|
-
* "48x48":
|
|
235
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
213
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
214
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
215
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
216
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
236
217
|
* },
|
|
237
218
|
* "displayName": "Mia Krystof",
|
|
238
219
|
* "key": "",
|
|
239
220
|
* "name": "",
|
|
240
|
-
* "self":
|
|
241
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
221
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
242
222
|
* },
|
|
243
223
|
* "metadata": {
|
|
244
224
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -251,29 +231,25 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
251
231
|
* "accountType": "atlassian",
|
|
252
232
|
* "active": false,
|
|
253
233
|
* "avatarUrls": {
|
|
254
|
-
* "16x16":
|
|
255
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
256
|
-
* "
|
|
257
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
258
|
-
* "32x32":
|
|
259
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
260
|
-
* "48x48":
|
|
261
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
234
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
235
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
236
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
237
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
262
238
|
* },
|
|
263
239
|
* "displayName": "Mia Krystof",
|
|
264
240
|
* "key": "",
|
|
265
241
|
* "name": "",
|
|
266
|
-
* "self":
|
|
267
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
242
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
268
243
|
* },
|
|
269
244
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
270
245
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
271
246
|
* }
|
|
272
|
-
*
|
|
247
|
+
* ```
|
|
248
|
+
* @path GET `/rest/api/3/component/{id}`
|
|
273
249
|
* @scopes-current read:jira-work
|
|
274
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
275
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
250
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
276
251
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-get
|
|
252
|
+
* @param params
|
|
277
253
|
*/
|
|
278
254
|
getComponent: ({ id, }: {
|
|
279
255
|
/** The ID of the component. */
|
|
@@ -294,14 +270,18 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
294
270
|
*
|
|
295
271
|
* @returns Returned if the request is successful.
|
|
296
272
|
*
|
|
297
|
-
* example:
|
|
273
|
+
* example:
|
|
274
|
+
* ```
|
|
275
|
+
* {
|
|
298
276
|
* "issueCount": 23,
|
|
299
277
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
300
278
|
* }
|
|
301
|
-
*
|
|
279
|
+
* ```
|
|
280
|
+
* @path GET `/rest/api/3/component/{id}/relatedIssueCounts`
|
|
302
281
|
* @scopes-current read:jira-work
|
|
303
282
|
* @scopes-beta
|
|
304
283
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-relatedissuecounts-get
|
|
284
|
+
* @param params
|
|
305
285
|
*/
|
|
306
286
|
getComponentRelatedIssues: ({ id, }: {
|
|
307
287
|
/** The ID of the component. */
|
|
@@ -322,29 +302,25 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
322
302
|
*
|
|
323
303
|
* @returns Returned if the request is successful.
|
|
324
304
|
*
|
|
325
|
-
* example:
|
|
305
|
+
* example:
|
|
306
|
+
* ```
|
|
307
|
+
* [
|
|
326
308
|
* {
|
|
327
|
-
* "ari":
|
|
328
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
309
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
329
310
|
* "assignee": {
|
|
330
311
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
331
312
|
* "accountType": "atlassian",
|
|
332
313
|
* "active": false,
|
|
333
314
|
* "avatarUrls": {
|
|
334
|
-
* "16x16":
|
|
335
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
336
|
-
* "
|
|
337
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
338
|
-
* "32x32":
|
|
339
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
340
|
-
* "48x48":
|
|
341
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
315
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
316
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
317
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
318
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
342
319
|
* },
|
|
343
320
|
* "displayName": "Mia Krystof",
|
|
344
321
|
* "key": "",
|
|
345
322
|
* "name": "",
|
|
346
|
-
* "self":
|
|
347
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
323
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
348
324
|
* },
|
|
349
325
|
* "assigneeType": "PROJECT_LEAD",
|
|
350
326
|
* "description": "This is a Jira component",
|
|
@@ -355,20 +331,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
355
331
|
* "accountType": "atlassian",
|
|
356
332
|
* "active": false,
|
|
357
333
|
* "avatarUrls": {
|
|
358
|
-
* "16x16":
|
|
359
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
360
|
-
* "
|
|
361
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
362
|
-
* "32x32":
|
|
363
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
364
|
-
* "48x48":
|
|
365
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
334
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
335
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
336
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
337
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
366
338
|
* },
|
|
367
339
|
* "displayName": "Mia Krystof",
|
|
368
340
|
* "key": "",
|
|
369
341
|
* "name": "",
|
|
370
|
-
* "self":
|
|
371
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
342
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
372
343
|
* },
|
|
373
344
|
* "metadata": {
|
|
374
345
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -381,46 +352,35 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
381
352
|
* "accountType": "atlassian",
|
|
382
353
|
* "active": false,
|
|
383
354
|
* "avatarUrls": {
|
|
384
|
-
* "16x16":
|
|
385
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
386
|
-
* "
|
|
387
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
388
|
-
* "32x32":
|
|
389
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
390
|
-
* "48x48":
|
|
391
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
355
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
356
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
357
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
358
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
392
359
|
* },
|
|
393
360
|
* "displayName": "Mia Krystof",
|
|
394
361
|
* "key": "",
|
|
395
362
|
* "name": "",
|
|
396
|
-
* "self":
|
|
397
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
363
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
398
364
|
* },
|
|
399
365
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
400
366
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
401
367
|
* },
|
|
402
368
|
* {
|
|
403
|
-
* "ari":
|
|
404
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
369
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
405
370
|
* "assignee": {
|
|
406
371
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
407
372
|
* "accountType": "atlassian",
|
|
408
373
|
* "active": false,
|
|
409
374
|
* "avatarUrls": {
|
|
410
|
-
* "16x16":
|
|
411
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
412
|
-
* "
|
|
413
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
414
|
-
* "32x32":
|
|
415
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
416
|
-
* "48x48":
|
|
417
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
375
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
376
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
377
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
378
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
418
379
|
* },
|
|
419
380
|
* "displayName": "Mia Krystof",
|
|
420
381
|
* "key": "",
|
|
421
382
|
* "name": "",
|
|
422
|
-
* "self":
|
|
423
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
383
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
424
384
|
* },
|
|
425
385
|
* "assigneeType": "PROJECT_LEAD",
|
|
426
386
|
* "description": "This is a another Jira component",
|
|
@@ -431,20 +391,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
431
391
|
* "accountType": "atlassian",
|
|
432
392
|
* "active": false,
|
|
433
393
|
* "avatarUrls": {
|
|
434
|
-
* "16x16":
|
|
435
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
436
|
-
* "
|
|
437
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
438
|
-
* "32x32":
|
|
439
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
440
|
-
* "48x48":
|
|
441
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
394
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
395
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
396
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
397
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
442
398
|
* },
|
|
443
399
|
* "displayName": "Mia Krystof",
|
|
444
400
|
* "key": "",
|
|
445
401
|
* "name": "",
|
|
446
|
-
* "self":
|
|
447
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
402
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
448
403
|
* },
|
|
449
404
|
* "metadata": {
|
|
450
405
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -457,30 +412,26 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
457
412
|
* "accountType": "atlassian",
|
|
458
413
|
* "active": false,
|
|
459
414
|
* "avatarUrls": {
|
|
460
|
-
* "16x16":
|
|
461
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
462
|
-
* "
|
|
463
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
464
|
-
* "32x32":
|
|
465
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
466
|
-
* "48x48":
|
|
467
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
415
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
416
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
417
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
418
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
468
419
|
* },
|
|
469
420
|
* "displayName": "Mia Krystof",
|
|
470
421
|
* "key": "",
|
|
471
422
|
* "name": "",
|
|
472
|
-
* "self":
|
|
473
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
423
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
474
424
|
* },
|
|
475
425
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
476
426
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
477
427
|
* }
|
|
478
428
|
* ]
|
|
479
|
-
*
|
|
429
|
+
* ```
|
|
430
|
+
* @path GET `/rest/api/3/project/{projectIdOrKey}/components`
|
|
480
431
|
* @scopes-current read:jira-work
|
|
481
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
482
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
432
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
483
433
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-project-projectidorkey-components-get
|
|
434
|
+
* @param params
|
|
484
435
|
*/
|
|
485
436
|
getProjectComponents: ({ projectIdOrKey, componentSource, }: {
|
|
486
437
|
/** The project ID or project key (case sensitive). */
|
|
@@ -508,13 +459,13 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
508
459
|
*
|
|
509
460
|
* @returns Returned if the request is successful.
|
|
510
461
|
*
|
|
511
|
-
* example:
|
|
462
|
+
* example:
|
|
463
|
+
* ```
|
|
464
|
+
* {
|
|
512
465
|
* "isLast": false,
|
|
513
466
|
* "maxResults": 2,
|
|
514
|
-
* "nextPage":
|
|
515
|
-
* "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=
|
|
516
|
-
* "self":
|
|
517
|
-
* "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=0&maxResults=2",
|
|
467
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=2&maxResults=2",
|
|
468
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=0&maxResults=2",
|
|
518
469
|
* "startAt": 0,
|
|
519
470
|
* "total": 7,
|
|
520
471
|
* "values": [
|
|
@@ -524,44 +475,33 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
524
475
|
* "accountType": "atlassian",
|
|
525
476
|
* "active": false,
|
|
526
477
|
* "avatarUrls": {
|
|
527
|
-
* "16x16":
|
|
528
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
529
|
-
* "
|
|
530
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
531
|
-
* "32x32":
|
|
532
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
533
|
-
* "48x48":
|
|
534
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
478
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
479
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
480
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
481
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
535
482
|
* },
|
|
536
483
|
* "displayName": "Mia Krystof",
|
|
537
484
|
* "key": "",
|
|
538
485
|
* "name": "",
|
|
539
|
-
* "self":
|
|
540
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
486
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
541
487
|
* },
|
|
542
488
|
* "assigneeType": "PROJECT_LEAD",
|
|
543
489
|
* "componentBean": {
|
|
544
|
-
* "ari":
|
|
545
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
490
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
546
491
|
* "assignee": {
|
|
547
492
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
548
493
|
* "accountType": "atlassian",
|
|
549
494
|
* "active": false,
|
|
550
495
|
* "avatarUrls": {
|
|
551
|
-
* "16x16":
|
|
552
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
553
|
-
* "
|
|
554
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
555
|
-
* "32x32":
|
|
556
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
557
|
-
* "48x48":
|
|
558
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
496
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
497
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
498
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
499
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
559
500
|
* },
|
|
560
501
|
* "displayName": "Mia Krystof",
|
|
561
502
|
* "key": "",
|
|
562
503
|
* "name": "",
|
|
563
|
-
* "self":
|
|
564
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
504
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
565
505
|
* },
|
|
566
506
|
* "assigneeType": "PROJECT_LEAD",
|
|
567
507
|
* "description": "This is a Jira component",
|
|
@@ -572,20 +512,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
572
512
|
* "accountType": "atlassian",
|
|
573
513
|
* "active": false,
|
|
574
514
|
* "avatarUrls": {
|
|
575
|
-
* "16x16":
|
|
576
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
577
|
-
* "
|
|
578
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
579
|
-
* "32x32":
|
|
580
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
581
|
-
* "48x48":
|
|
582
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
515
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
516
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
517
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
518
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
583
519
|
* },
|
|
584
520
|
* "displayName": "Mia Krystof",
|
|
585
521
|
* "key": "",
|
|
586
522
|
* "name": "",
|
|
587
|
-
* "self":
|
|
588
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
523
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
589
524
|
* },
|
|
590
525
|
* "metadata": {
|
|
591
526
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -598,20 +533,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
598
533
|
* "accountType": "atlassian",
|
|
599
534
|
* "active": false,
|
|
600
535
|
* "avatarUrls": {
|
|
601
|
-
* "16x16":
|
|
602
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
603
|
-
* "
|
|
604
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
605
|
-
* "32x32":
|
|
606
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
607
|
-
* "48x48":
|
|
608
|
-
* "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"
|
|
609
540
|
* },
|
|
610
541
|
* "displayName": "Mia Krystof",
|
|
611
542
|
* "key": "",
|
|
612
543
|
* "name": "",
|
|
613
|
-
* "self":
|
|
614
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
544
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
615
545
|
* },
|
|
616
546
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
617
547
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
@@ -625,20 +555,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
625
555
|
* "accountType": "atlassian",
|
|
626
556
|
* "active": false,
|
|
627
557
|
* "avatarUrls": {
|
|
628
|
-
* "16x16":
|
|
629
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
630
|
-
* "
|
|
631
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
632
|
-
* "32x32":
|
|
633
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
634
|
-
* "48x48":
|
|
635
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
558
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
559
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
560
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
561
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
636
562
|
* },
|
|
637
563
|
* "displayName": "Mia Krystof",
|
|
638
564
|
* "key": "",
|
|
639
565
|
* "name": "",
|
|
640
|
-
* "self":
|
|
641
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
566
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
642
567
|
* },
|
|
643
568
|
* "name": "Component 1",
|
|
644
569
|
* "project": "HSP",
|
|
@@ -648,20 +573,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
648
573
|
* "accountType": "atlassian",
|
|
649
574
|
* "active": false,
|
|
650
575
|
* "avatarUrls": {
|
|
651
|
-
* "16x16":
|
|
652
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
653
|
-
* "
|
|
654
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
655
|
-
* "32x32":
|
|
656
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
657
|
-
* "48x48":
|
|
658
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
576
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
577
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
578
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
579
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
659
580
|
* },
|
|
660
581
|
* "displayName": "Mia Krystof",
|
|
661
582
|
* "key": "",
|
|
662
583
|
* "name": "",
|
|
663
|
-
* "self":
|
|
664
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
584
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
665
585
|
* },
|
|
666
586
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
667
587
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
@@ -672,44 +592,33 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
672
592
|
* "accountType": "atlassian",
|
|
673
593
|
* "active": false,
|
|
674
594
|
* "avatarUrls": {
|
|
675
|
-
* "16x16":
|
|
676
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
677
|
-
* "
|
|
678
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
679
|
-
* "32x32":
|
|
680
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
681
|
-
* "48x48":
|
|
682
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
595
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
596
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
597
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
598
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
683
599
|
* },
|
|
684
600
|
* "displayName": "Mia Krystof",
|
|
685
601
|
* "key": "",
|
|
686
602
|
* "name": "",
|
|
687
|
-
* "self":
|
|
688
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
603
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
689
604
|
* },
|
|
690
605
|
* "assigneeType": "PROJECT_LEAD",
|
|
691
606
|
* "componentBean": {
|
|
692
|
-
* "ari":
|
|
693
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
607
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
694
608
|
* "assignee": {
|
|
695
609
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
696
610
|
* "accountType": "atlassian",
|
|
697
611
|
* "active": false,
|
|
698
612
|
* "avatarUrls": {
|
|
699
|
-
* "16x16":
|
|
700
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
701
|
-
* "
|
|
702
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
703
|
-
* "32x32":
|
|
704
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
705
|
-
* "48x48":
|
|
706
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
613
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
614
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
615
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
616
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
707
617
|
* },
|
|
708
618
|
* "displayName": "Mia Krystof",
|
|
709
619
|
* "key": "",
|
|
710
620
|
* "name": "",
|
|
711
|
-
* "self":
|
|
712
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
621
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
713
622
|
* },
|
|
714
623
|
* "assigneeType": "PROJECT_LEAD",
|
|
715
624
|
* "description": "This is a another Jira component",
|
|
@@ -720,20 +629,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
720
629
|
* "accountType": "atlassian",
|
|
721
630
|
* "active": false,
|
|
722
631
|
* "avatarUrls": {
|
|
723
|
-
* "16x16":
|
|
724
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
725
|
-
* "
|
|
726
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
727
|
-
* "32x32":
|
|
728
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
729
|
-
* "48x48":
|
|
730
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
632
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
633
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
634
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
635
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
731
636
|
* },
|
|
732
637
|
* "displayName": "Mia Krystof",
|
|
733
638
|
* "key": "",
|
|
734
639
|
* "name": "",
|
|
735
|
-
* "self":
|
|
736
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
640
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
737
641
|
* },
|
|
738
642
|
* "metadata": {
|
|
739
643
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -746,20 +650,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
746
650
|
* "accountType": "atlassian",
|
|
747
651
|
* "active": false,
|
|
748
652
|
* "avatarUrls": {
|
|
749
|
-
* "16x16":
|
|
750
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
751
|
-
* "
|
|
752
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
753
|
-
* "32x32":
|
|
754
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
755
|
-
* "48x48":
|
|
756
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
653
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
654
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
655
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
656
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
757
657
|
* },
|
|
758
658
|
* "displayName": "Mia Krystof",
|
|
759
659
|
* "key": "",
|
|
760
660
|
* "name": "",
|
|
761
|
-
* "self":
|
|
762
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
661
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
763
662
|
* },
|
|
764
663
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
765
664
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
@@ -773,20 +672,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
773
672
|
* "accountType": "atlassian",
|
|
774
673
|
* "active": false,
|
|
775
674
|
* "avatarUrls": {
|
|
776
|
-
* "16x16":
|
|
777
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
778
|
-
* "
|
|
779
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
780
|
-
* "32x32":
|
|
781
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
782
|
-
* "48x48":
|
|
783
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
675
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
676
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
677
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
678
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
784
679
|
* },
|
|
785
680
|
* "displayName": "Mia Krystof",
|
|
786
681
|
* "key": "",
|
|
787
682
|
* "name": "",
|
|
788
|
-
* "self":
|
|
789
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
683
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
790
684
|
* },
|
|
791
685
|
* "name": "PXA",
|
|
792
686
|
* "project": "PROJECTKEY",
|
|
@@ -796,31 +690,27 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
796
690
|
* "accountType": "atlassian",
|
|
797
691
|
* "active": false,
|
|
798
692
|
* "avatarUrls": {
|
|
799
|
-
* "16x16":
|
|
800
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
801
|
-
* "
|
|
802
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
803
|
-
* "32x32":
|
|
804
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
805
|
-
* "48x48":
|
|
806
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
693
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
694
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
695
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
696
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
807
697
|
* },
|
|
808
698
|
* "displayName": "Mia Krystof",
|
|
809
699
|
* "key": "",
|
|
810
700
|
* "name": "",
|
|
811
|
-
* "self":
|
|
812
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
701
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
813
702
|
* },
|
|
814
703
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
815
704
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
816
705
|
* }
|
|
817
706
|
* ]
|
|
818
707
|
* }
|
|
819
|
-
*
|
|
708
|
+
* ```
|
|
709
|
+
* @path GET `/rest/api/3/project/{projectIdOrKey}/component`
|
|
820
710
|
* @scopes-current read:jira-work
|
|
821
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
822
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
711
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
823
712
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-project-projectidorkey-component-get
|
|
713
|
+
* @param params
|
|
824
714
|
*/
|
|
825
715
|
getProjectComponentsPaginated: ({ projectIdOrKey, startAt, maxResults, orderBy, componentSource, query, }: {
|
|
826
716
|
/** The project ID or project key (case sensitive). */
|
|
@@ -864,28 +754,24 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
864
754
|
*
|
|
865
755
|
* @returns Returned if the request is successful.
|
|
866
756
|
*
|
|
867
|
-
* example:
|
|
868
|
-
*
|
|
869
|
-
*
|
|
757
|
+
* example:
|
|
758
|
+
* ```
|
|
759
|
+
* {
|
|
760
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
870
761
|
* "assignee": {
|
|
871
762
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
872
763
|
* "accountType": "atlassian",
|
|
873
764
|
* "active": false,
|
|
874
765
|
* "avatarUrls": {
|
|
875
|
-
* "16x16":
|
|
876
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
877
|
-
* "
|
|
878
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
879
|
-
* "32x32":
|
|
880
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
881
|
-
* "48x48":
|
|
882
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
766
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
767
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
768
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
769
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
883
770
|
* },
|
|
884
771
|
* "displayName": "Mia Krystof",
|
|
885
772
|
* "key": "",
|
|
886
773
|
* "name": "",
|
|
887
|
-
* "self":
|
|
888
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
774
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
889
775
|
* },
|
|
890
776
|
* "assigneeType": "PROJECT_LEAD",
|
|
891
777
|
* "description": "This is a Jira component",
|
|
@@ -896,20 +782,15 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
896
782
|
* "accountType": "atlassian",
|
|
897
783
|
* "active": false,
|
|
898
784
|
* "avatarUrls": {
|
|
899
|
-
* "16x16":
|
|
900
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
901
|
-
* "
|
|
902
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
903
|
-
* "32x32":
|
|
904
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
905
|
-
* "48x48":
|
|
906
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
785
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
786
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
787
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
788
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
907
789
|
* },
|
|
908
790
|
* "displayName": "Mia Krystof",
|
|
909
791
|
* "key": "",
|
|
910
792
|
* "name": "",
|
|
911
|
-
* "self":
|
|
912
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
793
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
913
794
|
* },
|
|
914
795
|
* "metadata": {
|
|
915
796
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -922,36 +803,32 @@ export declare class ProjectComponentsService extends CommonHttpService {
|
|
|
922
803
|
* "accountType": "atlassian",
|
|
923
804
|
* "active": false,
|
|
924
805
|
* "avatarUrls": {
|
|
925
|
-
* "16x16":
|
|
926
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
927
|
-
* "
|
|
928
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
929
|
-
* "32x32":
|
|
930
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
931
|
-
* "48x48":
|
|
932
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
806
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
807
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
808
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
809
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
933
810
|
* },
|
|
934
811
|
* "displayName": "Mia Krystof",
|
|
935
812
|
* "key": "",
|
|
936
813
|
* "name": "",
|
|
937
|
-
* "self":
|
|
938
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
814
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
939
815
|
* },
|
|
940
816
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
941
817
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
942
818
|
* }
|
|
943
|
-
*
|
|
819
|
+
* ```
|
|
820
|
+
* @path PUT `/rest/api/3/component/{id}`
|
|
944
821
|
* @scopes-current manage:jira-project
|
|
945
|
-
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira,
|
|
946
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
947
|
-
* read:project.component:jira
|
|
822
|
+
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:project.component:jira
|
|
948
823
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-put
|
|
824
|
+
* @param params
|
|
949
825
|
*/
|
|
950
826
|
updateComponent: ({ id, projectComponent, }: {
|
|
951
827
|
/** The ID of the component. */
|
|
952
828
|
id: string;
|
|
953
829
|
/**
|
|
954
|
-
* @example
|
|
830
|
+
* @example
|
|
831
|
+
* {
|
|
955
832
|
* "assigneeType": "PROJECT_LEAD",
|
|
956
833
|
* "description": "This is a Jira component",
|
|
957
834
|
* "isAssigneeTypeValid": false,
|