@resolution/jira-api-client 0.1.0
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/.eslintrc.js +3 -0
- package/CHANGELOG.md +11 -0
- package/LICENSE.md +19 -0
- package/README.md +12 -0
- package/config/api-typescript-generator.config.ts +91 -0
- package/config/compare-schemas.ts +307 -0
- package/lib/index.d.ts +15 -0
- package/lib/index.js +25 -0
- package/lib/index.js.map +1 -0
- package/lib/openapi/platform/base-jira-platform-api-client.d.ts +868 -0
- package/lib/openapi/platform/base-jira-platform-api-client.js +808 -0
- package/lib/openapi/platform/base-jira-platform-api-client.js.map +1 -0
- package/lib/openapi/platform/core/common-http-client.d.ts +196 -0
- package/lib/openapi/platform/core/common-http-client.js +390 -0
- package/lib/openapi/platform/core/common-http-client.js.map +1 -0
- package/lib/openapi/platform/core/common-http-service.d.ts +7 -0
- package/lib/openapi/platform/core/common-http-service.js +20 -0
- package/lib/openapi/platform/core/common-http-service.js.map +1 -0
- package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +35 -0
- package/lib/openapi/platform/core/common-validation-schema-storage.js +65 -0
- package/lib/openapi/platform/core/common-validation-schema-storage.js.map +1 -0
- package/lib/openapi/platform/models/announcement-banner.d.ts +27 -0
- package/lib/openapi/platform/models/announcement-banner.js +30 -0
- package/lib/openapi/platform/models/announcement-banner.js.map +1 -0
- package/lib/openapi/platform/models/app-data-policies.d.ts +31 -0
- package/lib/openapi/platform/models/app-data-policies.js +40 -0
- package/lib/openapi/platform/models/app-data-policies.js.map +1 -0
- package/lib/openapi/platform/models/app-migration.d.ts +86 -0
- package/lib/openapi/platform/models/app-migration.js +67 -0
- package/lib/openapi/platform/models/app-migration.js.map +1 -0
- package/lib/openapi/platform/models/app-properties.d.ts +15 -0
- package/lib/openapi/platform/models/app-properties.js +18 -0
- package/lib/openapi/platform/models/app-properties.js.map +1 -0
- package/lib/openapi/platform/models/audit-records.d.ts +70 -0
- package/lib/openapi/platform/models/audit-records.js +62 -0
- package/lib/openapi/platform/models/audit-records.js.map +1 -0
- package/lib/openapi/platform/models/avatars.d.ts +18 -0
- package/lib/openapi/platform/models/avatars.js +27 -0
- package/lib/openapi/platform/models/avatars.js.map +1 -0
- package/lib/openapi/platform/models/classification-levels.d.ts +25 -0
- package/lib/openapi/platform/models/classification-levels.js +31 -0
- package/lib/openapi/platform/models/classification-levels.js.map +1 -0
- package/lib/openapi/platform/models/common.d.ts +1490 -0
- package/lib/openapi/platform/models/common.js +937 -0
- package/lib/openapi/platform/models/common.js.map +1 -0
- package/lib/openapi/platform/models/dashboards.d.ts +414 -0
- package/lib/openapi/platform/models/dashboards.js +325 -0
- package/lib/openapi/platform/models/dashboards.js.map +1 -0
- package/lib/openapi/platform/models/dynamic-modules.d.ts +92 -0
- package/lib/openapi/platform/models/dynamic-modules.js +24 -0
- package/lib/openapi/platform/models/dynamic-modules.js.map +1 -0
- package/lib/openapi/platform/models/filter-sharing.d.ts +59 -0
- package/lib/openapi/platform/models/filter-sharing.js +36 -0
- package/lib/openapi/platform/models/filter-sharing.js.map +1 -0
- package/lib/openapi/platform/models/filters.d.ts +183 -0
- package/lib/openapi/platform/models/filters.js +115 -0
- package/lib/openapi/platform/models/filters.js.map +1 -0
- package/lib/openapi/platform/models/group-and-user-picker.d.ts +49 -0
- package/lib/openapi/platform/models/group-and-user-picker.js +31 -0
- package/lib/openapi/platform/models/group-and-user-picker.js.map +1 -0
- package/lib/openapi/platform/models/groups.d.ts +127 -0
- package/lib/openapi/platform/models/groups.js +98 -0
- package/lib/openapi/platform/models/groups.js.map +1 -0
- package/lib/openapi/platform/models/issue-attachments.d.ts +124 -0
- package/lib/openapi/platform/models/issue-attachments.js +129 -0
- package/lib/openapi/platform/models/issue-attachments.js.map +1 -0
- package/lib/openapi/platform/models/issue-comment-properties.d.ts +10 -0
- package/lib/openapi/platform/models/issue-comment-properties.js +18 -0
- package/lib/openapi/platform/models/issue-comment-properties.js.map +1 -0
- package/lib/openapi/platform/models/issue-comments.d.ts +36 -0
- package/lib/openapi/platform/models/issue-comments.js +49 -0
- package/lib/openapi/platform/models/issue-comments.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +36 -0
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +53 -0
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +417 -0
- package/lib/openapi/platform/models/issue-custom-field-contexts.js +458 -0
- package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +119 -0
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js +133 -0
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-options.d.ts +136 -0
- package/lib/openapi/platform/models/issue-custom-field-options.js +115 -0
- package/lib/openapi/platform/models/issue-custom-field-options.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +66 -0
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js +42 -0
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +1 -0
- package/lib/openapi/platform/models/issue-field-configurations.d.ts +194 -0
- package/lib/openapi/platform/models/issue-field-configurations.js +182 -0
- package/lib/openapi/platform/models/issue-field-configurations.js.map +1 -0
- package/lib/openapi/platform/models/issue-fields.d.ts +227 -0
- package/lib/openapi/platform/models/issue-fields.js +119 -0
- package/lib/openapi/platform/models/issue-fields.js.map +1 -0
- package/lib/openapi/platform/models/issue-link-types.d.ts +9 -0
- package/lib/openapi/platform/models/issue-link-types.js +21 -0
- package/lib/openapi/platform/models/issue-link-types.js.map +1 -0
- package/lib/openapi/platform/models/issue-links.d.ts +90 -0
- package/lib/openapi/platform/models/issue-links.js +74 -0
- package/lib/openapi/platform/models/issue-links.js.map +1 -0
- package/lib/openapi/platform/models/issue-notification-schemes.d.ts +158 -0
- package/lib/openapi/platform/models/issue-notification-schemes.js +147 -0
- package/lib/openapi/platform/models/issue-notification-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-priorities.d.ts +74 -0
- package/lib/openapi/platform/models/issue-priorities.js +89 -0
- package/lib/openapi/platform/models/issue-priorities.js.map +1 -0
- package/lib/openapi/platform/models/issue-properties.d.ts +80 -0
- package/lib/openapi/platform/models/issue-properties.js +158 -0
- package/lib/openapi/platform/models/issue-properties.js.map +1 -0
- package/lib/openapi/platform/models/issue-remote-links.d.ts +120 -0
- package/lib/openapi/platform/models/issue-remote-links.js +70 -0
- package/lib/openapi/platform/models/issue-remote-links.js.map +1 -0
- package/lib/openapi/platform/models/issue-resolutions.d.ts +81 -0
- package/lib/openapi/platform/models/issue-resolutions.js +79 -0
- package/lib/openapi/platform/models/issue-resolutions.js.map +1 -0
- package/lib/openapi/platform/models/issue-search.d.ts +196 -0
- package/lib/openapi/platform/models/issue-search.js +136 -0
- package/lib/openapi/platform/models/issue-search.js.map +1 -0
- package/lib/openapi/platform/models/issue-security-level.d.ts +36 -0
- package/lib/openapi/platform/models/issue-security-level.js +36 -0
- package/lib/openapi/platform/models/issue-security-level.js.map +1 -0
- package/lib/openapi/platform/models/issue-security-schemes.d.ts +214 -0
- package/lib/openapi/platform/models/issue-security-schemes.js +211 -0
- package/lib/openapi/platform/models/issue-security-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-type-schemes.d.ts +146 -0
- package/lib/openapi/platform/models/issue-type-schemes.js +115 -0
- package/lib/openapi/platform/models/issue-type-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +139 -0
- package/lib/openapi/platform/models/issue-type-screen-schemes.js +109 -0
- package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-types.d.ts +36 -0
- package/lib/openapi/platform/models/issue-types.js +28 -0
- package/lib/openapi/platform/models/issue-types.js.map +1 -0
- package/lib/openapi/platform/models/issue-votes.d.ts +18 -0
- package/lib/openapi/platform/models/issue-votes.js +22 -0
- package/lib/openapi/platform/models/issue-votes.js.map +1 -0
- package/lib/openapi/platform/models/issue-watchers.d.ts +27 -0
- package/lib/openapi/platform/models/issue-watchers.js +36 -0
- package/lib/openapi/platform/models/issue-watchers.js.map +1 -0
- package/lib/openapi/platform/models/issue-worklogs.d.ts +93 -0
- package/lib/openapi/platform/models/issue-worklogs.js +80 -0
- package/lib/openapi/platform/models/issue-worklogs.js.map +1 -0
- package/lib/openapi/platform/models/issues.d.ts +583 -0
- package/lib/openapi/platform/models/issues.js +545 -0
- package/lib/openapi/platform/models/issues.js.map +1 -0
- package/lib/openapi/platform/models/jira-expressions.d.ts +329 -0
- package/lib/openapi/platform/models/jira-expressions.js +180 -0
- package/lib/openapi/platform/models/jira-expressions.js.map +1 -0
- package/lib/openapi/platform/models/jira-settings.d.ts +62 -0
- package/lib/openapi/platform/models/jira-settings.js +49 -0
- package/lib/openapi/platform/models/jira-settings.js.map +1 -0
- package/lib/openapi/platform/models/jql-functions-apps.d.ts +61 -0
- package/lib/openapi/platform/models/jql-functions-apps.js +57 -0
- package/lib/openapi/platform/models/jql-functions-apps.js.map +1 -0
- package/lib/openapi/platform/models/jql.d.ts +348 -0
- package/lib/openapi/platform/models/jql.js +309 -0
- package/lib/openapi/platform/models/jql.js.map +1 -0
- package/lib/openapi/platform/models/labels.d.ts +20 -0
- package/lib/openapi/platform/models/labels.js +23 -0
- package/lib/openapi/platform/models/labels.js.map +1 -0
- package/lib/openapi/platform/models/license-metrics.d.ts +27 -0
- package/lib/openapi/platform/models/license-metrics.js +32 -0
- package/lib/openapi/platform/models/license-metrics.js.map +1 -0
- package/lib/openapi/platform/models/myself.d.ts +13 -0
- package/lib/openapi/platform/models/myself.js +17 -0
- package/lib/openapi/platform/models/myself.js.map +1 -0
- package/lib/openapi/platform/models/permission-schemes.d.ts +42 -0
- package/lib/openapi/platform/models/permission-schemes.js +39 -0
- package/lib/openapi/platform/models/permission-schemes.js.map +1 -0
- package/lib/openapi/platform/models/permissions.d.ts +97 -0
- package/lib/openapi/platform/models/permissions.js +176 -0
- package/lib/openapi/platform/models/permissions.js.map +1 -0
- package/lib/openapi/platform/models/priority-schemes.d.ts +233 -0
- package/lib/openapi/platform/models/priority-schemes.js +227 -0
- package/lib/openapi/platform/models/priority-schemes.js.map +1 -0
- package/lib/openapi/platform/models/project-avatars.d.ts +11 -0
- package/lib/openapi/platform/models/project-avatars.js +20 -0
- package/lib/openapi/platform/models/project-avatars.js.map +1 -0
- package/lib/openapi/platform/models/project-classification-levels.d.ts +8 -0
- package/lib/openapi/platform/models/project-classification-levels.js +17 -0
- package/lib/openapi/platform/models/project-classification-levels.js.map +1 -0
- package/lib/openapi/platform/models/project-components.d.ts +122 -0
- package/lib/openapi/platform/models/project-components.js +91 -0
- package/lib/openapi/platform/models/project-components.js.map +1 -0
- package/lib/openapi/platform/models/project-email.d.ts +10 -0
- package/lib/openapi/platform/models/project-email.js +18 -0
- package/lib/openapi/platform/models/project-email.js.map +1 -0
- package/lib/openapi/platform/models/project-features.d.ts +35 -0
- package/lib/openapi/platform/models/project-features.js +38 -0
- package/lib/openapi/platform/models/project-features.js.map +1 -0
- package/lib/openapi/platform/models/project-permission-schemes.d.ts +17 -0
- package/lib/openapi/platform/models/project-permission-schemes.js +25 -0
- package/lib/openapi/platform/models/project-permission-schemes.js.map +1 -0
- package/lib/openapi/platform/models/project-role-actors.d.ts +65 -0
- package/lib/openapi/platform/models/project-role-actors.js +37 -0
- package/lib/openapi/platform/models/project-role-actors.js.map +1 -0
- package/lib/openapi/platform/models/project-roles.d.ts +41 -0
- package/lib/openapi/platform/models/project-roles.js +34 -0
- package/lib/openapi/platform/models/project-roles.js.map +1 -0
- package/lib/openapi/platform/models/project-types.d.ts +16 -0
- package/lib/openapi/platform/models/project-types.js +21 -0
- package/lib/openapi/platform/models/project-types.js.map +1 -0
- package/lib/openapi/platform/models/project-versions.d.ts +110 -0
- package/lib/openapi/platform/models/project-versions.js +87 -0
- package/lib/openapi/platform/models/project-versions.js.map +1 -0
- package/lib/openapi/platform/models/projects.d.ts +216 -0
- package/lib/openapi/platform/models/projects.js +149 -0
- package/lib/openapi/platform/models/projects.js.map +1 -0
- package/lib/openapi/platform/models/screen-schemes.d.ts +94 -0
- package/lib/openapi/platform/models/screen-schemes.js +79 -0
- package/lib/openapi/platform/models/screen-schemes.js.map +1 -0
- package/lib/openapi/platform/models/screen-tab-fields.d.ts +19 -0
- package/lib/openapi/platform/models/screen-tab-fields.js +24 -0
- package/lib/openapi/platform/models/screen-tab-fields.js.map +1 -0
- package/lib/openapi/platform/models/screens.d.ts +82 -0
- package/lib/openapi/platform/models/screens.js +72 -0
- package/lib/openapi/platform/models/screens.js.map +1 -0
- package/lib/openapi/platform/models/server-info.d.ts +51 -0
- package/lib/openapi/platform/models/server-info.js +47 -0
- package/lib/openapi/platform/models/server-info.js.map +1 -0
- package/lib/openapi/platform/models/service-registry.d.ts +32 -0
- package/lib/openapi/platform/models/service-registry.js +34 -0
- package/lib/openapi/platform/models/service-registry.js.map +1 -0
- package/lib/openapi/platform/models/status.d.ts +95 -0
- package/lib/openapi/platform/models/status.js +107 -0
- package/lib/openapi/platform/models/status.js.map +1 -0
- package/lib/openapi/platform/models/time-tracking.d.ts +20 -0
- package/lib/openapi/platform/models/time-tracking.js +19 -0
- package/lib/openapi/platform/models/time-tracking.js.map +1 -0
- package/lib/openapi/platform/models/ui-modifications-apps.d.ts +127 -0
- package/lib/openapi/platform/models/ui-modifications-apps.js +85 -0
- package/lib/openapi/platform/models/ui-modifications-apps.js.map +1 -0
- package/lib/openapi/platform/models/user-search.d.ts +37 -0
- package/lib/openapi/platform/models/user-search.js +30 -0
- package/lib/openapi/platform/models/user-search.js.map +1 -0
- package/lib/openapi/platform/models/users.d.ts +60 -0
- package/lib/openapi/platform/models/users.js +53 -0
- package/lib/openapi/platform/models/users.js.map +1 -0
- package/lib/openapi/platform/models/webhooks.d.ts +147 -0
- package/lib/openapi/platform/models/webhooks.js +112 -0
- package/lib/openapi/platform/models/webhooks.js.map +1 -0
- package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +17 -0
- package/lib/openapi/platform/models/workflow-scheme-drafts.js +37 -0
- package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +1 -0
- package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +29 -0
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js +33 -0
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +1 -0
- package/lib/openapi/platform/models/workflow-schemes.d.ts +217 -0
- package/lib/openapi/platform/models/workflow-schemes.js +261 -0
- package/lib/openapi/platform/models/workflow-schemes.js.map +1 -0
- package/lib/openapi/platform/models/workflow-transition-properties.d.ts +15 -0
- package/lib/openapi/platform/models/workflow-transition-properties.js +19 -0
- package/lib/openapi/platform/models/workflow-transition-properties.js.map +1 -0
- package/lib/openapi/platform/models/workflow-transition-rules.d.ts +106 -0
- package/lib/openapi/platform/models/workflow-transition-rules.js +117 -0
- package/lib/openapi/platform/models/workflow-transition-rules.js.map +1 -0
- package/lib/openapi/platform/models/workflows.d.ts +848 -0
- package/lib/openapi/platform/models/workflows.js +824 -0
- package/lib/openapi/platform/models/workflows.js.map +1 -0
- package/lib/openapi/platform/services/announcement-banner-service.d.ts +49 -0
- package/lib/openapi/platform/services/announcement-banner-service.js +99 -0
- package/lib/openapi/platform/services/announcement-banner-service.js.map +1 -0
- package/lib/openapi/platform/services/app-data-policies-service.d.ts +44 -0
- package/lib/openapi/platform/services/app-data-policies-service.js +101 -0
- package/lib/openapi/platform/services/app-data-policies-service.js.map +1 -0
- package/lib/openapi/platform/services/app-migration-service.d.ts +152 -0
- package/lib/openapi/platform/services/app-migration-service.js +178 -0
- package/lib/openapi/platform/services/app-migration-service.js.map +1 -0
- package/lib/openapi/platform/services/app-properties-service.d.ts +184 -0
- package/lib/openapi/platform/services/app-properties-service.js +325 -0
- package/lib/openapi/platform/services/app-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/application-roles-service.d.ts +158 -0
- package/lib/openapi/platform/services/application-roles-service.js +209 -0
- package/lib/openapi/platform/services/application-roles-service.js.map +1 -0
- package/lib/openapi/platform/services/audit-records-service.d.ts +101 -0
- package/lib/openapi/platform/services/audit-records-service.js +125 -0
- package/lib/openapi/platform/services/audit-records-service.js.map +1 -0
- package/lib/openapi/platform/services/avatars-service.d.ts +363 -0
- package/lib/openapi/platform/services/avatars-service.js +523 -0
- package/lib/openapi/platform/services/avatars-service.js.map +1 -0
- package/lib/openapi/platform/services/classification-levels-service.d.ts +72 -0
- package/lib/openapi/platform/services/classification-levels-service.js +104 -0
- package/lib/openapi/platform/services/classification-levels-service.js.map +1 -0
- package/lib/openapi/platform/services/dashboards-service.d.ts +918 -0
- package/lib/openapi/platform/services/dashboards-service.js +1109 -0
- package/lib/openapi/platform/services/dashboards-service.js.map +1 -0
- package/lib/openapi/platform/services/dynamic-modules-service.d.ts +50 -0
- package/lib/openapi/platform/services/dynamic-modules-service.js +96 -0
- package/lib/openapi/platform/services/dynamic-modules-service.js.map +1 -0
- package/lib/openapi/platform/services/filter-sharing-service.d.ts +446 -0
- package/lib/openapi/platform/services/filter-sharing-service.js +565 -0
- package/lib/openapi/platform/services/filter-sharing-service.js.map +1 -0
- package/lib/openapi/platform/services/filters-service.d.ts +1320 -0
- package/lib/openapi/platform/services/filters-service.js +1351 -0
- package/lib/openapi/platform/services/filters-service.js.map +1 -0
- package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +132 -0
- package/lib/openapi/platform/services/group-and-user-picker-service.js +140 -0
- package/lib/openapi/platform/services/group-and-user-picker-service.js.map +1 -0
- package/lib/openapi/platform/services/groups-service.d.ts +411 -0
- package/lib/openapi/platform/services/groups-service.js +448 -0
- package/lib/openapi/platform/services/groups-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-attachments-service.d.ts +549 -0
- package/lib/openapi/platform/services/issue-attachments-service.js +724 -0
- package/lib/openapi/platform/services/issue-attachments-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +149 -0
- package/lib/openapi/platform/services/issue-comment-properties-service.js +239 -0
- package/lib/openapi/platform/services/issue-comment-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-comments-service.d.ts +528 -0
- package/lib/openapi/platform/services/issue-comments-service.js +563 -0
- package/lib/openapi/platform/services/issue-comments-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +155 -0
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +163 -0
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +659 -0
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +854 -0
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +615 -0
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +605 -0
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +339 -0
- package/lib/openapi/platform/services/issue-custom-field-options-service.js +420 -0
- package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +90 -0
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +117 -0
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +561 -0
- package/lib/openapi/platform/services/issue-field-configurations-service.js +801 -0
- package/lib/openapi/platform/services/issue-field-configurations-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-fields-service.d.ts +420 -0
- package/lib/openapi/platform/services/issue-fields-service.js +555 -0
- package/lib/openapi/platform/services/issue-fields-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-link-types-service.d.ts +165 -0
- package/lib/openapi/platform/services/issue-link-types-service.js +263 -0
- package/lib/openapi/platform/services/issue-link-types-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-links-service.d.ts +237 -0
- package/lib/openapi/platform/services/issue-links-service.js +264 -0
- package/lib/openapi/platform/services/issue-links-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +55 -0
- package/lib/openapi/platform/services/issue-navigator-settings-service.js +97 -0
- package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +809 -0
- package/lib/openapi/platform/services/issue-notification-schemes-service.js +917 -0
- package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-priorities-service.d.ts +238 -0
- package/lib/openapi/platform/services/issue-priorities-service.js +372 -0
- package/lib/openapi/platform/services/issue-priorities-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-properties-service.d.ts +368 -0
- package/lib/openapi/platform/services/issue-properties-service.js +439 -0
- package/lib/openapi/platform/services/issue-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-remote-links-service.d.ts +351 -0
- package/lib/openapi/platform/services/issue-remote-links-service.js +429 -0
- package/lib/openapi/platform/services/issue-remote-links-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-resolutions-service.d.ts +202 -0
- package/lib/openapi/platform/services/issue-resolutions-service.js +346 -0
- package/lib/openapi/platform/services/issue-resolutions-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-search-service.d.ts +887 -0
- package/lib/openapi/platform/services/issue-search-service.js +878 -0
- package/lib/openapi/platform/services/issue-search-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-security-level-service.d.ts +136 -0
- package/lib/openapi/platform/services/issue-security-level-service.js +174 -0
- package/lib/openapi/platform/services/issue-security-level-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +530 -0
- package/lib/openapi/platform/services/issue-security-schemes-service.js +721 -0
- package/lib/openapi/platform/services/issue-security-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-type-properties-service.d.ts +150 -0
- package/lib/openapi/platform/services/issue-type-properties-service.js +227 -0
- package/lib/openapi/platform/services/issue-type-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +460 -0
- package/lib/openapi/platform/services/issue-type-schemes-service.js +615 -0
- package/lib/openapi/platform/services/issue-type-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +442 -0
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +606 -0
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-types-service.d.ts +343 -0
- package/lib/openapi/platform/services/issue-types-service.js +495 -0
- package/lib/openapi/platform/services/issue-types-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-votes-service.d.ts +117 -0
- package/lib/openapi/platform/services/issue-votes-service.js +179 -0
- package/lib/openapi/platform/services/issue-votes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-watchers-service.d.ts +168 -0
- package/lib/openapi/platform/services/issue-watchers-service.js +236 -0
- package/lib/openapi/platform/services/issue-watchers-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +165 -0
- package/lib/openapi/platform/services/issue-worklog-properties-service.js +251 -0
- package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-worklogs-service.d.ts +694 -0
- package/lib/openapi/platform/services/issue-worklogs-service.js +701 -0
- package/lib/openapi/platform/services/issue-worklogs-service.js.map +1 -0
- package/lib/openapi/platform/services/issues-service.d.ts +2356 -0
- package/lib/openapi/platform/services/issues-service.js +2022 -0
- package/lib/openapi/platform/services/issues-service.js.map +1 -0
- package/lib/openapi/platform/services/jira-expressions-service.d.ts +298 -0
- package/lib/openapi/platform/services/jira-expressions-service.js +272 -0
- package/lib/openapi/platform/services/jira-expressions-service.js.map +1 -0
- package/lib/openapi/platform/services/jira-settings-service.d.ts +236 -0
- package/lib/openapi/platform/services/jira-settings-service.js +325 -0
- package/lib/openapi/platform/services/jira-settings-service.js.map +1 -0
- package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +113 -0
- package/lib/openapi/platform/services/jql-functions-apps-service.js +142 -0
- package/lib/openapi/platform/services/jql-functions-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/jql-service.d.ts +623 -0
- package/lib/openapi/platform/services/jql-service.js +697 -0
- package/lib/openapi/platform/services/jql-service.js.map +1 -0
- package/lib/openapi/platform/services/labels-service.d.ts +34 -0
- package/lib/openapi/platform/services/labels-service.js +67 -0
- package/lib/openapi/platform/services/labels-service.js.map +1 -0
- package/lib/openapi/platform/services/license-metrics-service.d.ts +82 -0
- package/lib/openapi/platform/services/license-metrics-service.js +160 -0
- package/lib/openapi/platform/services/license-metrics-service.js.map +1 -0
- package/lib/openapi/platform/services/myself-service.d.ts +254 -0
- package/lib/openapi/platform/services/myself-service.js +382 -0
- package/lib/openapi/platform/services/myself-service.js.map +1 -0
- package/lib/openapi/platform/services/permission-schemes-service.d.ts +554 -0
- package/lib/openapi/platform/services/permission-schemes-service.js +613 -0
- package/lib/openapi/platform/services/permission-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/permissions-service.d.ts +214 -0
- package/lib/openapi/platform/services/permissions-service.js +281 -0
- package/lib/openapi/platform/services/permissions-service.js.map +1 -0
- package/lib/openapi/platform/services/priority-schemes-service.d.ts +578 -0
- package/lib/openapi/platform/services/priority-schemes-service.js +655 -0
- package/lib/openapi/platform/services/priority-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/project-avatars-service.d.ts +170 -0
- package/lib/openapi/platform/services/project-avatars-service.js +254 -0
- package/lib/openapi/platform/services/project-avatars-service.js.map +1 -0
- package/lib/openapi/platform/services/project-categories-service.d.ts +128 -0
- package/lib/openapi/platform/services/project-categories-service.js +226 -0
- package/lib/openapi/platform/services/project-categories-service.js.map +1 -0
- package/lib/openapi/platform/services/project-classification-levels-service.d.ts +90 -0
- package/lib/openapi/platform/services/project-classification-levels-service.js +161 -0
- package/lib/openapi/platform/services/project-classification-levels-service.js.map +1 -0
- package/lib/openapi/platform/services/project-components-service.d.ts +955 -0
- package/lib/openapi/platform/services/project-components-service.js +1075 -0
- package/lib/openapi/platform/services/project-components-service.js.map +1 -0
- package/lib/openapi/platform/services/project-email-service.d.ts +60 -0
- package/lib/openapi/platform/services/project-email-service.js +113 -0
- package/lib/openapi/platform/services/project-email-service.js.map +1 -0
- package/lib/openapi/platform/services/project-features-service.d.ts +103 -0
- package/lib/openapi/platform/services/project-features-service.js +155 -0
- package/lib/openapi/platform/services/project-features-service.js.map +1 -0
- package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +59 -0
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js +135 -0
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +1 -0
- package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +179 -0
- package/lib/openapi/platform/services/project-permission-schemes-service.js +255 -0
- package/lib/openapi/platform/services/project-permission-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/project-properties-service.d.ts +147 -0
- package/lib/openapi/platform/services/project-properties-service.js +224 -0
- package/lib/openapi/platform/services/project-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/project-role-actors-service.d.ts +351 -0
- package/lib/openapi/platform/services/project-role-actors-service.js +413 -0
- package/lib/openapi/platform/services/project-role-actors-service.js.map +1 -0
- package/lib/openapi/platform/services/project-roles-service.d.ts +484 -0
- package/lib/openapi/platform/services/project-roles-service.js +647 -0
- package/lib/openapi/platform/services/project-roles-service.js.map +1 -0
- package/lib/openapi/platform/services/project-types-service.d.ts +121 -0
- package/lib/openapi/platform/services/project-types-service.js +220 -0
- package/lib/openapi/platform/services/project-types-service.js.map +1 -0
- package/lib/openapi/platform/services/project-versions-service.d.ts +632 -0
- package/lib/openapi/platform/services/project-versions-service.js +852 -0
- package/lib/openapi/platform/services/project-versions-service.js.map +1 -0
- package/lib/openapi/platform/services/projects-service.d.ts +1622 -0
- package/lib/openapi/platform/services/projects-service.js +1686 -0
- package/lib/openapi/platform/services/projects-service.js.map +1 -0
- package/lib/openapi/platform/services/screen-schemes-service.d.ts +166 -0
- package/lib/openapi/platform/services/screen-schemes-service.js +216 -0
- package/lib/openapi/platform/services/screen-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +103 -0
- package/lib/openapi/platform/services/screen-tab-fields-service.js +181 -0
- package/lib/openapi/platform/services/screen-tab-fields-service.js.map +1 -0
- package/lib/openapi/platform/services/screen-tabs-service.d.ts +164 -0
- package/lib/openapi/platform/services/screen-tabs-service.js +278 -0
- package/lib/openapi/platform/services/screen-tabs-service.js.map +1 -0
- package/lib/openapi/platform/services/screens-service.d.ts +226 -0
- package/lib/openapi/platform/services/screens-service.js +346 -0
- package/lib/openapi/platform/services/screens-service.js.map +1 -0
- package/lib/openapi/platform/services/server-info-service.d.ts +40 -0
- package/lib/openapi/platform/services/server-info-service.js +74 -0
- package/lib/openapi/platform/services/server-info-service.js.map +1 -0
- package/lib/openapi/platform/services/service-registry-service.d.ts +32 -0
- package/lib/openapi/platform/services/service-registry-service.js +60 -0
- package/lib/openapi/platform/services/service-registry-service.js.map +1 -0
- package/lib/openapi/platform/services/status-service.d.ts +268 -0
- package/lib/openapi/platform/services/status-service.js +321 -0
- package/lib/openapi/platform/services/status-service.js.map +1 -0
- package/lib/openapi/platform/services/tasks-service.d.ts +71 -0
- package/lib/openapi/platform/services/tasks-service.js +126 -0
- package/lib/openapi/platform/services/tasks-service.js.map +1 -0
- package/lib/openapi/platform/services/time-tracking-service.d.ts +140 -0
- package/lib/openapi/platform/services/time-tracking-service.js +260 -0
- package/lib/openapi/platform/services/time-tracking-service.js.map +1 -0
- package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +212 -0
- package/lib/openapi/platform/services/ui-modifications-apps-service.js +262 -0
- package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/user-properties-service.d.ts +218 -0
- package/lib/openapi/platform/services/user-properties-service.js +254 -0
- package/lib/openapi/platform/services/user-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/user-search-service.d.ts +782 -0
- package/lib/openapi/platform/services/user-search-service.js +784 -0
- package/lib/openapi/platform/services/user-search-service.js.map +1 -0
- package/lib/openapi/platform/services/users-service.d.ts +579 -0
- package/lib/openapi/platform/services/users-service.js +729 -0
- package/lib/openapi/platform/services/users-service.js.map +1 -0
- package/lib/openapi/platform/services/webhooks-service.d.ts +258 -0
- package/lib/openapi/platform/services/webhooks-service.js +307 -0
- package/lib/openapi/platform/services/webhooks-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +744 -0
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +956 -0
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +85 -0
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +134 -0
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-schemes-service.d.ts +843 -0
- package/lib/openapi/platform/services/workflow-schemes-service.js +1030 -0
- package/lib/openapi/platform/services/workflow-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +60 -0
- package/lib/openapi/platform/services/workflow-status-categories-service.js +115 -0
- package/lib/openapi/platform/services/workflow-status-categories-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-statuses-service.d.ts +87 -0
- package/lib/openapi/platform/services/workflow-statuses-service.js +142 -0
- package/lib/openapi/platform/services/workflow-statuses-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +189 -0
- package/lib/openapi/platform/services/workflow-transition-properties-service.js +224 -0
- package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +319 -0
- package/lib/openapi/platform/services/workflow-transition-rules-service.js +326 -0
- package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +1 -0
- package/lib/openapi/platform/services/workflows-service.d.ts +3032 -0
- package/lib/openapi/platform/services/workflows-service.js +2529 -0
- package/lib/openapi/platform/services/workflows-service.js.map +1 -0
- package/lib/openapi/platform/validation-schema-storage.d.ts +3 -0
- package/lib/openapi/platform/validation-schema-storage.js +144 -0
- package/lib/openapi/platform/validation-schema-storage.js.map +1 -0
- package/lib/openapi/software/base-jira-software-api-client.d.ts +426 -0
- package/lib/openapi/software/base-jira-software-api-client.js +444 -0
- package/lib/openapi/software/base-jira-software-api-client.js.map +1 -0
- package/lib/openapi/software/core/common-http-client.d.ts +196 -0
- package/lib/openapi/software/core/common-http-client.js +390 -0
- package/lib/openapi/software/core/common-http-client.js.map +1 -0
- package/lib/openapi/software/core/common-http-service.d.ts +7 -0
- package/lib/openapi/software/core/common-http-service.js +20 -0
- package/lib/openapi/software/core/common-http-service.js.map +1 -0
- package/lib/openapi/software/core/common-validation-schema-storage.d.ts +35 -0
- package/lib/openapi/software/core/common-validation-schema-storage.js +65 -0
- package/lib/openapi/software/core/common-validation-schema-storage.js.map +1 -0
- package/lib/openapi/software/models/board.d.ts +505 -0
- package/lib/openapi/software/models/board.js +389 -0
- package/lib/openapi/software/models/board.js.map +1 -0
- package/lib/openapi/software/services/backlog-service.d.ts +81 -0
- package/lib/openapi/software/services/backlog-service.js +113 -0
- package/lib/openapi/software/services/backlog-service.js.map +1 -0
- package/lib/openapi/software/services/board-service.d.ts +2254 -0
- package/lib/openapi/software/services/board-service.js +2653 -0
- package/lib/openapi/software/services/board-service.js.map +1 -0
- package/lib/openapi/software/services/builds-service.d.ts +368 -0
- package/lib/openapi/software/services/builds-service.js +230 -0
- package/lib/openapi/software/services/builds-service.js.map +1 -0
- package/lib/openapi/software/services/deployments-service.d.ts +217 -0
- package/lib/openapi/software/services/deployments-service.js +232 -0
- package/lib/openapi/software/services/deployments-service.js.map +1 -0
- package/lib/openapi/software/services/dev-ops-components-service.d.ts +246 -0
- package/lib/openapi/software/services/dev-ops-components-service.js +280 -0
- package/lib/openapi/software/services/dev-ops-components-service.js.map +1 -0
- package/lib/openapi/software/services/development-information-service.d.ts +1641 -0
- package/lib/openapi/software/services/development-information-service.js +474 -0
- package/lib/openapi/software/services/development-information-service.js.map +1 -0
- package/lib/openapi/software/services/epic-service.d.ts +596 -0
- package/lib/openapi/software/services/epic-service.js +633 -0
- package/lib/openapi/software/services/epic-service.js.map +1 -0
- package/lib/openapi/software/services/feature-flags-service.d.ts +170 -0
- package/lib/openapi/software/services/feature-flags-service.js +182 -0
- package/lib/openapi/software/services/feature-flags-service.js.map +1 -0
- package/lib/openapi/software/services/issue-service.d.ts +329 -0
- package/lib/openapi/software/services/issue-service.js +410 -0
- package/lib/openapi/software/services/issue-service.js.map +1 -0
- package/lib/openapi/software/services/operations-service.d.ts +456 -0
- package/lib/openapi/software/services/operations-service.js +444 -0
- package/lib/openapi/software/services/operations-service.js.map +1 -0
- package/lib/openapi/software/services/remote-links-service.d.ts +445 -0
- package/lib/openapi/software/services/remote-links-service.js +327 -0
- package/lib/openapi/software/services/remote-links-service.js.map +1 -0
- package/lib/openapi/software/services/security-information-service.d.ts +257 -0
- package/lib/openapi/software/services/security-information-service.js +310 -0
- package/lib/openapi/software/services/security-information-service.js.map +1 -0
- package/lib/openapi/software/services/sprint-service.d.ts +531 -0
- package/lib/openapi/software/services/sprint-service.js +665 -0
- package/lib/openapi/software/services/sprint-service.js.map +1 -0
- package/lib/openapi/software/validation-schema-storage.d.ts +3 -0
- package/lib/openapi/software/validation-schema-storage.js +144 -0
- package/lib/openapi/software/validation-schema-storage.js.map +1 -0
- package/package.json +37 -0
- package/src/index.ts +47 -0
- package/src/openapi/platform/base-jira-platform-api-client.ts +2298 -0
- package/src/openapi/platform/core/common-http-client.ts +723 -0
- package/src/openapi/platform/core/common-http-service.ts +22 -0
- package/src/openapi/platform/core/common-validation-schema-storage.ts +105 -0
- package/src/openapi/platform/models/announcement-banner.ts +59 -0
- package/src/openapi/platform/models/app-data-policies.ts +79 -0
- package/src/openapi/platform/models/app-migration.ts +172 -0
- package/src/openapi/platform/models/app-properties.ts +32 -0
- package/src/openapi/platform/models/audit-records.ts +140 -0
- package/src/openapi/platform/models/avatars.ts +48 -0
- package/src/openapi/platform/models/classification-levels.ts +58 -0
- package/src/openapi/platform/models/common.ts +2669 -0
- package/src/openapi/platform/models/dashboards.ts +849 -0
- package/src/openapi/platform/models/dynamic-modules.ts +121 -0
- package/src/openapi/platform/models/filter-sharing.ts +103 -0
- package/src/openapi/platform/models/filters.ts +319 -0
- package/src/openapi/platform/models/group-and-user-picker.ts +85 -0
- package/src/openapi/platform/models/groups.ts +247 -0
- package/src/openapi/platform/models/issue-attachments.ts +290 -0
- package/src/openapi/platform/models/issue-comment-properties.ts +27 -0
- package/src/openapi/platform/models/issue-comments.ts +91 -0
- package/src/openapi/platform/models/issue-custom-field-configuration-apps.ts +96 -0
- package/src/openapi/platform/models/issue-custom-field-contexts.ts +1072 -0
- package/src/openapi/platform/models/issue-custom-field-options-apps.ts +273 -0
- package/src/openapi/platform/models/issue-custom-field-options.ts +283 -0
- package/src/openapi/platform/models/issue-custom-field-values-apps.ts +118 -0
- package/src/openapi/platform/models/issue-field-configurations.ts +435 -0
- package/src/openapi/platform/models/issue-fields.ts +392 -0
- package/src/openapi/platform/models/issue-link-types.ts +28 -0
- package/src/openapi/platform/models/issue-links.ts +185 -0
- package/src/openapi/platform/models/issue-notification-schemes.ts +370 -0
- package/src/openapi/platform/models/issue-priorities.ts +196 -0
- package/src/openapi/platform/models/issue-properties.ts +259 -0
- package/src/openapi/platform/models/issue-remote-links.ts +207 -0
- package/src/openapi/platform/models/issue-resolutions.ts +180 -0
- package/src/openapi/platform/models/issue-search.ts +367 -0
- package/src/openapi/platform/models/issue-security-level.ts +76 -0
- package/src/openapi/platform/models/issue-security-schemes.ts +496 -0
- package/src/openapi/platform/models/issue-type-schemes.ts +290 -0
- package/src/openapi/platform/models/issue-type-screen-schemes.ts +286 -0
- package/src/openapi/platform/models/issue-types.ts +66 -0
- package/src/openapi/platform/models/issue-votes.ts +38 -0
- package/src/openapi/platform/models/issue-watchers.ts +67 -0
- package/src/openapi/platform/models/issue-worklogs.ts +190 -0
- package/src/openapi/platform/models/issues.ts +1268 -0
- package/src/openapi/platform/models/jira-expressions.ts +578 -0
- package/src/openapi/platform/models/jira-settings.ts +118 -0
- package/src/openapi/platform/models/jql-functions-apps.ts +128 -0
- package/src/openapi/platform/models/jql.ts +783 -0
- package/src/openapi/platform/models/labels.ts +42 -0
- package/src/openapi/platform/models/license-metrics.ts +68 -0
- package/src/openapi/platform/models/myself.ts +29 -0
- package/src/openapi/platform/models/permission-schemes.ts +89 -0
- package/src/openapi/platform/models/permissions.ts +308 -0
- package/src/openapi/platform/models/priority-schemes.ts +527 -0
- package/src/openapi/platform/models/project-avatars.ts +29 -0
- package/src/openapi/platform/models/project-classification-levels.ts +24 -0
- package/src/openapi/platform/models/project-components.ts +231 -0
- package/src/openapi/platform/models/project-email.ts +27 -0
- package/src/openapi/platform/models/project-features.ts +78 -0
- package/src/openapi/platform/models/project-permission-schemes.ts +43 -0
- package/src/openapi/platform/models/project-role-actors.ts +107 -0
- package/src/openapi/platform/models/project-roles.ts +76 -0
- package/src/openapi/platform/models/project-types.ts +36 -0
- package/src/openapi/platform/models/project-versions.ts +216 -0
- package/src/openapi/platform/models/projects.ts +429 -0
- package/src/openapi/platform/models/screen-schemes.ts +192 -0
- package/src/openapi/platform/models/screen-tab-fields.ts +45 -0
- package/src/openapi/platform/models/screens.ts +171 -0
- package/src/openapi/platform/models/server-info.ts +100 -0
- package/src/openapi/platform/models/service-registry.ts +68 -0
- package/src/openapi/platform/models/status.ts +229 -0
- package/src/openapi/platform/models/time-tracking.ts +38 -0
- package/src/openapi/platform/models/ui-modifications-apps.ts +229 -0
- package/src/openapi/platform/models/user-search.ts +69 -0
- package/src/openapi/platform/models/users.ts +121 -0
- package/src/openapi/platform/models/webhooks.ts +307 -0
- package/src/openapi/platform/models/workflow-scheme-drafts.ts +58 -0
- package/src/openapi/platform/models/workflow-scheme-project-associations.ts +68 -0
- package/src/openapi/platform/models/workflow-schemes.ts +545 -0
- package/src/openapi/platform/models/workflow-transition-properties.ts +33 -0
- package/src/openapi/platform/models/workflow-transition-rules.ts +261 -0
- package/src/openapi/platform/models/workflows.ts +1943 -0
- package/src/openapi/platform/services/announcement-banner-service.ts +142 -0
- package/src/openapi/platform/services/app-data-policies-service.ts +136 -0
- package/src/openapi/platform/services/app-migration-service.ts +289 -0
- package/src/openapi/platform/services/app-properties-service.ts +441 -0
- package/src/openapi/platform/services/application-roles-service.ts +247 -0
- package/src/openapi/platform/services/audit-records-service.ts +164 -0
- package/src/openapi/platform/services/avatars-service.ts +769 -0
- package/src/openapi/platform/services/classification-levels-service.ts +131 -0
- package/src/openapi/platform/services/dashboards-service.ts +1721 -0
- package/src/openapi/platform/services/dynamic-modules-service.ts +127 -0
- package/src/openapi/platform/services/filter-sharing-service.ts +687 -0
- package/src/openapi/platform/services/filters-service.ts +1901 -0
- package/src/openapi/platform/services/group-and-user-picker-service.ts +224 -0
- package/src/openapi/platform/services/groups-service.ts +751 -0
- package/src/openapi/platform/services/issue-attachments-service.ts +900 -0
- package/src/openapi/platform/services/issue-comment-properties-service.ts +324 -0
- package/src/openapi/platform/services/issue-comments-service.ts +812 -0
- package/src/openapi/platform/services/issue-custom-field-configuration-apps-service.ts +277 -0
- package/src/openapi/platform/services/issue-custom-field-contexts-service.ts +1339 -0
- package/src/openapi/platform/services/issue-custom-field-options-apps-service.ts +994 -0
- package/src/openapi/platform/services/issue-custom-field-options-service.ts +651 -0
- package/src/openapi/platform/services/issue-custom-field-values-apps-service.ts +201 -0
- package/src/openapi/platform/services/issue-field-configurations-service.ts +1294 -0
- package/src/openapi/platform/services/issue-fields-service.ts +837 -0
- package/src/openapi/platform/services/issue-link-types-service.ts +360 -0
- package/src/openapi/platform/services/issue-links-service.ts +345 -0
- package/src/openapi/platform/services/issue-navigator-settings-service.ts +119 -0
- package/src/openapi/platform/services/issue-notification-schemes-service.ts +1209 -0
- package/src/openapi/platform/services/issue-priorities-service.ts +575 -0
- package/src/openapi/platform/services/issue-properties-service.ts +606 -0
- package/src/openapi/platform/services/issue-remote-links-service.ts +597 -0
- package/src/openapi/platform/services/issue-resolutions-service.ts +534 -0
- package/src/openapi/platform/services/issue-search-service.ts +1139 -0
- package/src/openapi/platform/services/issue-security-level-service.ts +250 -0
- package/src/openapi/platform/services/issue-security-schemes-service.ts +1240 -0
- package/src/openapi/platform/services/issue-type-properties-service.ts +325 -0
- package/src/openapi/platform/services/issue-type-schemes-service.ts +940 -0
- package/src/openapi/platform/services/issue-type-screen-schemes-service.ts +994 -0
- package/src/openapi/platform/services/issue-types-service.ts +679 -0
- package/src/openapi/platform/services/issue-votes-service.ts +221 -0
- package/src/openapi/platform/services/issue-watchers-service.ts +331 -0
- package/src/openapi/platform/services/issue-worklog-properties-service.ts +348 -0
- package/src/openapi/platform/services/issue-worklogs-service.ts +1089 -0
- package/src/openapi/platform/services/issues-service.ts +3346 -0
- package/src/openapi/platform/services/jira-expressions-service.ts +407 -0
- package/src/openapi/platform/services/jira-settings-service.ts +415 -0
- package/src/openapi/platform/services/jql-functions-apps-service.ts +219 -0
- package/src/openapi/platform/services/jql-service.ts +896 -0
- package/src/openapi/platform/services/labels-service.ts +89 -0
- package/src/openapi/platform/services/license-metrics-service.ts +216 -0
- package/src/openapi/platform/services/myself-service.ts +520 -0
- package/src/openapi/platform/services/permission-schemes-service.ts +926 -0
- package/src/openapi/platform/services/permissions-service.ts +407 -0
- package/src/openapi/platform/services/priority-schemes-service.ts +1001 -0
- package/src/openapi/platform/services/project-avatars-service.ts +341 -0
- package/src/openapi/platform/services/project-categories-service.ts +318 -0
- package/src/openapi/platform/services/project-classification-levels-service.ts +232 -0
- package/src/openapi/platform/services/project-components-service.ts +1332 -0
- package/src/openapi/platform/services/project-email-service.ts +161 -0
- package/src/openapi/platform/services/project-features-service.ts +207 -0
- package/src/openapi/platform/services/project-key-and-name-validation-service.ts +200 -0
- package/src/openapi/platform/services/project-permission-schemes-service.ts +384 -0
- package/src/openapi/platform/services/project-properties-service.ts +320 -0
- package/src/openapi/platform/services/project-role-actors-service.ts +627 -0
- package/src/openapi/platform/services/project-roles-service.ts +867 -0
- package/src/openapi/platform/services/project-types-service.ts +297 -0
- package/src/openapi/platform/services/project-versions-service.ts +1287 -0
- package/src/openapi/platform/services/projects-service.ts +2196 -0
- package/src/openapi/platform/services/screen-schemes-service.ts +334 -0
- package/src/openapi/platform/services/screen-tab-fields-service.ts +276 -0
- package/src/openapi/platform/services/screen-tabs-service.ts +421 -0
- package/src/openapi/platform/services/screens-service.ts +528 -0
- package/src/openapi/platform/services/server-info-service.ts +88 -0
- package/src/openapi/platform/services/service-registry-service.ts +89 -0
- package/src/openapi/platform/services/status-service.ts +498 -0
- package/src/openapi/platform/services/tasks-service.ts +159 -0
- package/src/openapi/platform/services/time-tracking-service.ts +386 -0
- package/src/openapi/platform/services/ui-modifications-apps-service.ts +403 -0
- package/src/openapi/platform/services/user-properties-service.ts +413 -0
- package/src/openapi/platform/services/user-search-service.ts +1214 -0
- package/src/openapi/platform/services/users-service.ts +1108 -0
- package/src/openapi/platform/services/webhooks-service.ts +458 -0
- package/src/openapi/platform/services/workflow-scheme-drafts-service.ts +1313 -0
- package/src/openapi/platform/services/workflow-scheme-project-associations-service.ts +189 -0
- package/src/openapi/platform/services/workflow-schemes-service.ts +1617 -0
- package/src/openapi/platform/services/workflow-status-categories-service.ts +151 -0
- package/src/openapi/platform/services/workflow-statuses-service.ts +176 -0
- package/src/openapi/platform/services/workflow-transition-properties-service.ts +388 -0
- package/src/openapi/platform/services/workflow-transition-rules-service.ts +485 -0
- package/src/openapi/platform/services/workflows-service.ts +3477 -0
- package/src/openapi/platform/validation-schema-storage.ts +186 -0
- package/src/openapi/software/base-jira-software-api-client.ts +447 -0
- package/src/openapi/software/core/common-http-client.ts +723 -0
- package/src/openapi/software/core/common-http-service.ts +22 -0
- package/src/openapi/software/core/common-validation-schema-storage.ts +105 -0
- package/src/openapi/software/models/board.ts +918 -0
- package/src/openapi/software/services/backlog-service.ts +160 -0
- package/src/openapi/software/services/board-service.ts +4189 -0
- package/src/openapi/software/services/builds-service.ts +571 -0
- package/src/openapi/software/services/deployments-service.ts +403 -0
- package/src/openapi/software/services/dev-ops-components-service.ts +371 -0
- package/src/openapi/software/services/development-information-service.ts +2357 -0
- package/src/openapi/software/services/epic-service.ts +854 -0
- package/src/openapi/software/services/feature-flags-service.ts +303 -0
- package/src/openapi/software/services/issue-service.ts +529 -0
- package/src/openapi/software/services/operations-service.ts +741 -0
- package/src/openapi/software/services/remote-links-service.ts +653 -0
- package/src/openapi/software/services/security-information-service.ts +495 -0
- package/src/openapi/software/services/sprint-service.ts +969 -0
- package/src/openapi/software/validation-schema-storage.ts +186 -0
- package/tsconfig.build.json +7 -0
- package/tsconfig.json +4 -0
|
@@ -0,0 +1,868 @@
|
|
|
1
|
+
import * as commonHttpClient from "./core/common-http-client";
|
|
2
|
+
import { CommonHttpService } from "./core/common-http-service";
|
|
3
|
+
import type { AnnouncementBannerConfiguration, AnnouncementBannerConfigurationUpdate } from "./models/announcement-banner";
|
|
4
|
+
import type { ProjectDataPolicies, ProjectDataPolicy, ProjectWithDataPolicy, WorkspaceDataPolicy } from "./models/app-data-policies";
|
|
5
|
+
import type { ConnectCustomFieldValue, ConnectCustomFieldValues, EntityPropertyDetails, WorkflowRulesSearch, WorkflowRulesSearchDetails } from "./models/app-migration";
|
|
6
|
+
import type { OperationMessage } from "./models/app-properties";
|
|
7
|
+
import type { AssociatedItemBean, AuditRecordBean, AuditRecords, ChangedValueBean } from "./models/audit-records";
|
|
8
|
+
import type { Avatars, StreamingResponseBody, SystemAvatars } from "./models/avatars";
|
|
9
|
+
import type { DataClassificationLevelsBean, DataClassificationTagBean } from "./models/classification-levels";
|
|
10
|
+
import type { ApplicationRole, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, NotificationScheme, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageBeanUser, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectIssueTypes, ProjectRole, PropertyKeys, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, SimpleLink, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Visibility, WorkflowScheme, WorkflowScope, WorkflowTransitionRules } from "./models/common";
|
|
11
|
+
import type { AvailableDashboardGadget, AvailableDashboardGadgetsResponse, BulkChangeOwnerDetails, BulkEditActionError, BulkEditShareableEntityRequest, BulkEditShareableEntityResponse, Dashboard, DashboardDetails, DashboardGadget, DashboardGadgetPosition, DashboardGadgetResponse, DashboardGadgetSettings, DashboardGadgetUpdateRequest, Hierarchy, PageBeanDashboard, PageOfDashboards, PermissionDetails, ProjectInsight, ProjectLandingPageInfo, ProjectPermissions, ProjectRoleGroup, ProjectRoleUser, RoleActor, SimplifiedHierarchyLevel, UserBean, UserBeanAvatarUrls, VersionApprover, VersionIssuesStatus } from "./models/dashboards";
|
|
12
|
+
import type { ConnectModule, ConnectModules, ErrorMessage } from "./models/dynamic-modules";
|
|
13
|
+
import type { DefaultShareScope, SharePermissionInputBean } from "./models/filter-sharing";
|
|
14
|
+
import type { ChangeFilterOwner, Filter, FilterDetails, FilterSubscription, FilterSubscriptionsList, PageBeanFilterDetails, UserList } from "./models/filters";
|
|
15
|
+
import type { FoundUsersAndGroups, UserPickerUser } from "./models/group-and-user-picker";
|
|
16
|
+
import type { AddGroupBean, FoundGroup, Group, GroupDetails, GroupLabel, PageBeanGroupDetails, PageBeanUserDetails, PagedListUserDetailsApplicationUser, UpdateUserToGroupBean } from "./models/groups";
|
|
17
|
+
import type { Attachment, AttachmentArchiveEntry, AttachmentArchiveImpl, AttachmentArchiveItemReadable, AttachmentArchiveMetadataReadable, AttachmentMetadata, AttachmentSettings, ListWrapperCallbackApplicationRole, ListWrapperCallbackGroupName, MultipartFile, SimpleListWrapperApplicationRole, SimpleListWrapperGroupName } from "./models/issue-attachments";
|
|
18
|
+
import type { PropertyKey } from "./models/issue-comment-properties";
|
|
19
|
+
import type { IssueCommentListRequestBean, PageBeanComment, PageOfComments } from "./models/issue-comments";
|
|
20
|
+
import type { ContextualConfiguration, CustomFieldConfigurations, PageBeanContextualConfiguration } from "./models/issue-custom-field-configuration-apps";
|
|
21
|
+
import type { ContextForProjectAndIssueType, CreateCustomFieldContext, CustomFieldContext, CustomFieldContextDefaultValue, CustomFieldContextDefaultValueCascadingOption, CustomFieldContextDefaultValueDate, CustomFieldContextDefaultValueDateTime, CustomFieldContextDefaultValueFloat, CustomFieldContextDefaultValueForgeDateTimeField, CustomFieldContextDefaultValueForgeGroupField, CustomFieldContextDefaultValueForgeMultiGroupField, CustomFieldContextDefaultValueForgeMultiStringField, CustomFieldContextDefaultValueForgeMultiUserField, CustomFieldContextDefaultValueForgeNumberField, CustomFieldContextDefaultValueForgeObjectField, CustomFieldContextDefaultValueForgeStringField, CustomFieldContextDefaultValueForgeUserField, CustomFieldContextDefaultValueLabels, CustomFieldContextDefaultValueMultipleGroupPicker, CustomFieldContextDefaultValueMultipleOption, CustomFieldContextDefaultValueMultipleVersionPicker, CustomFieldContextDefaultValueMultiUserPicker, CustomFieldContextDefaultValueProject, CustomFieldContextDefaultValueReadOnly, CustomFieldContextDefaultValueSingleGroupPicker, CustomFieldContextDefaultValueSingleOption, CustomFieldContextDefaultValueSingleVersionPicker, CustomFieldContextDefaultValueTextArea, CustomFieldContextDefaultValueTextField, CustomFieldContextDefaultValueUpdate, CustomFieldContextDefaultValueUrl, CustomFieldContextProjectMapping, CustomFieldContextSingleUserPickerDefaults, CustomFieldContextUpdateDetails, IssueTypeToContextMapping, PageBeanContextForProjectAndIssueType, PageBeanCustomFieldContext, PageBeanCustomFieldContextDefaultValue, PageBeanCustomFieldContextProjectMapping, PageBeanIssueTypeToContextMapping, ProjectIds, ProjectIssueTypeMapping, ProjectIssueTypeMappings, UserFilter } from "./models/issue-custom-field-contexts";
|
|
22
|
+
import type { BulkCustomFieldOptionCreateRequest, BulkCustomFieldOptionUpdateRequest, CustomFieldContextOption, CustomFieldCreatedContextOptionsList, CustomFieldOption, CustomFieldOptionCreate, CustomFieldOptionUpdate, CustomFieldUpdatedContextOptionsList, OrderOfCustomFieldOptions, PageBeanCustomFieldContextOption, RemoveOptionFromIssuesResult, SimpleErrorCollection } from "./models/issue-custom-field-options";
|
|
23
|
+
import type { GlobalScopeBean, IssueFieldOption, IssueFieldOptionConfiguration, IssueFieldOptionCreateBean, IssueFieldOptionScopeBean, PageBeanIssueFieldOption, ProjectScopeBean } from "./models/issue-custom-field-options-apps";
|
|
24
|
+
import type { CustomFieldValueUpdate, CustomFieldValueUpdateDetails, MultipleCustomFieldValuesUpdate, MultipleCustomFieldValuesUpdateDetails } from "./models/issue-custom-field-values-apps";
|
|
25
|
+
import type { AssociateFieldConfigurationsWithIssueTypesRequest, FieldConfiguration, FieldConfigurationDetails, FieldConfigurationIssueTypeItem, FieldConfigurationItem, FieldConfigurationItemsDetails, FieldConfigurationScheme, FieldConfigurationSchemeProjectAssociation, FieldConfigurationSchemeProjects, FieldConfigurationToIssueTypeMapping, IssueTypeIdsToRemove, PageBeanFieldConfigurationDetails, PageBeanFieldConfigurationIssueTypeItem, PageBeanFieldConfigurationItem, PageBeanFieldConfigurationScheme, PageBeanFieldConfigurationSchemeProjects, UpdateFieldConfigurationSchemeDetails } from "./models/issue-field-configurations";
|
|
26
|
+
import type { Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBeanContext, PageBeanField, UpdateCustomFieldDetails } from "./models/issue-fields";
|
|
27
|
+
import type { IssueLinkTypes } from "./models/issue-link-types";
|
|
28
|
+
import type { ExpandPrioritySchemePage, Fields, IssueLink, LinkedIssue, LinkIssueRequestJsonBean, TimeTrackingDetails } from "./models/issue-links";
|
|
29
|
+
import type { AddNotificationsDetails, CreateNotificationSchemeDetails, EventNotification, NotificationEvent, NotificationSchemeAndProjectMappingJsonBean, NotificationSchemeEvent, NotificationSchemeEventDetails, NotificationSchemeEventTypeId, NotificationSchemeId, NotificationSchemeNotificationDetails, PageBeanNotificationScheme, PageBeanNotificationSchemeAndProjectMappingJsonBean, UpdateNotificationSchemeDetails } from "./models/issue-notification-schemes";
|
|
30
|
+
import type { CreatePriorityDetails, PageBeanPriority, PriorityId, ReorderIssuePriorities, SetDefaultPriorityRequest, UpdatePriorityDetails } from "./models/issue-priorities";
|
|
31
|
+
import type { BulkIssuePropertyUpdateRequest, IssueEntityProperties, IssueEntityPropertiesForMultiUpdate, IssueFilterForBulkPropertyDelete, IssueFilterForBulkPropertySet, MultiIssueEntityProperties } from "./models/issue-properties";
|
|
32
|
+
import type { Application, Icon, RemoteIssueLink, RemoteIssueLinkIdentifies, RemoteIssueLinkRequest, RemoteObject, Status } from "./models/issue-remote-links";
|
|
33
|
+
import type { CreateResolutionDetails, PageBeanResolutionJsonBean, ReorderIssueResolutionsRequest, Resolution, ResolutionId, ResolutionJsonBean, SetDefaultResolutionRequest, UpdateResolutionDetails } from "./models/issue-resolutions";
|
|
34
|
+
import type { IdSearchRequestBean, IdSearchResults, IssueMatches, IssueMatchesForJql, IssuePickerSuggestions, IssuePickerSuggestionsIssueType, IssuesAndJqlQueries, SearchRequestBean, SearchResults, SuggestedIssue } from "./models/issue-search";
|
|
35
|
+
import type { IssueSecurityLevelMember, PageBeanIssueSecurityLevelMember } from "./models/issue-security-level";
|
|
36
|
+
import type { AddSecuritySchemeLevelsRequestBean, AssociateSecuritySchemeWithProjectDetails, CreateIssueSecuritySchemeDetails, DefaultLevelValue, IssueSecuritySchemeToProjectMapping, OldToNewSecurityLevelMappingsBean, PageBeanIssueSecuritySchemeToProjectMapping, PageBeanSecurityLevel, PageBeanSecurityLevelMember, PageBeanSecuritySchemeWithProjects, SecurityLevelMember, SecuritySchemeId, SecuritySchemeLevelBean, SecuritySchemeLevelMemberBean, SecuritySchemeMembersRequest, SecuritySchemes, SecuritySchemeWithProjects, SetDefaultLevelsRequest, UpdateIssueSecurityLevelDetails, UpdateIssueSecuritySchemeRequestBean } from "./models/issue-security-schemes";
|
|
37
|
+
import type { IssueTypeScheme, IssueTypeSchemeDetails, IssueTypeSchemeId, IssueTypeSchemeMapping, IssueTypeSchemeProjectAssociation, IssueTypeSchemeProjects, IssueTypeSchemeUpdateDetails, OrderOfIssueTypes, PageBeanIssueTypeScheme, PageBeanIssueTypeSchemeMapping, PageBeanIssueTypeSchemeProjects } from "./models/issue-type-schemes";
|
|
38
|
+
import type { IssueTypeScreenScheme, IssueTypeScreenSchemeDetails, IssueTypeScreenSchemeId, IssueTypeScreenSchemeItem, IssueTypeScreenSchemeMapping, IssueTypeScreenSchemeMappingDetails, IssueTypeScreenSchemeProjectAssociation, IssueTypeScreenSchemesProjects, IssueTypeScreenSchemeUpdateDetails, PageBeanIssueTypeScreenSchemeItem, PageBeanIssueTypeScreenSchemesProjects, UpdateDefaultScreenScheme } from "./models/issue-type-screen-schemes";
|
|
39
|
+
import type { IssueTypeCreateBean, IssueTypeUpdateBean } from "./models/issue-types";
|
|
40
|
+
import type { Votes } from "./models/issue-votes";
|
|
41
|
+
import type { BulkIssueIsWatching, IssueList, Watchers } from "./models/issue-watchers";
|
|
42
|
+
import type { ChangedWorklog, ChangedWorklogs, PageOfWorklogs, Worklog, WorklogIdsRequestBean } from "./models/issue-worklogs";
|
|
43
|
+
import type { ArchivedIssuesFilterRequest, ArchiveIssueAsyncRequest, BulkOperationErrorResult, ChangeDetails, Changelog, CreatedIssue, CreatedIssues, DateRangeFilterRequest, Error, Errors, ExportArchivedIssuesTaskProgressResponse, FieldCreateMetadata, FieldMetadata, FieldUpdateOperation, HistoryMetadata, HistoryMetadataParticipant, IncludedFields, IssueArchivalSyncRequest, IssueArchivalSyncResponse, IssueChangelogIds, IssueCreateMetadata, IssueEvent, IssueLimitReportRequest, IssueLimitReportResponseBean, IssuesUpdateBean, IssueTransition, IssueTypeIssueCreateMetadata, IssueUpdateDetails, IssueUpdateMetadata, LinkGroup, NestedResponse, Notification, NotificationRecipients, NotificationRecipientsRestrictions, Operations, PageBeanChangelog, PageOfChangelogs, PageOfCreateMetaIssueTypes, PageOfCreateMetaIssueTypeWithField, ProjectIssueCreateMetadata, RestrictedPermission, Transitions, WarningCollection } from "./models/issues";
|
|
44
|
+
import type { CustomContextVariable, IdOrKeyBean, IssueContextVariable, IssuesJqlMetaDataBean, IssuesMetaBean, JexpIssues, JexpJqlIssues, JiraExpressionAnalysis, JiraExpressionComplexity, JiraExpressionEvalContextBean, JiraExpressionEvalRequestBean, JiraExpressionEvaluationMetaDataBean, JiraExpressionForAnalysis, JiraExpressionResult, JiraExpressionsAnalysis, JiraExpressionsComplexityBean, JiraExpressionsComplexityValueBean, JiraExpressionValidationError, JsonContextVariable, UserContextVariable } from "./models/jira-expressions";
|
|
45
|
+
import type { ApplicationProperty, Configuration, SimpleApplicationPropertyBean } from "./models/jira-settings";
|
|
46
|
+
import type { AutoCompleteSuggestion, AutoCompleteSuggestions, CompoundClause, ConvertedJqlQueries, FieldChangedClause, FieldReferenceData, FieldValueClause, FieldWasClause, FunctionOperand, FunctionReferenceData, JqlPersonalDataMigrationRequest, JqlQueriesToParse, JqlQueriesToSanitize, JqlQuery, JqlQueryClause, JqlQueryClauseOperand, JqlQueryClauseTimePredicate, JqlQueryField, JqlQueryFieldEntityProperty, JqlQueryOrderByClause, JqlQueryOrderByClauseElement, JqlQueryToSanitize, JqlQueryUnitaryOperand, JqlQueryWithUnknownUsers, JqlReferenceData, KeywordOperand, ListOperand, ParsedJqlQueries, ParsedJqlQuery, SanitizedJqlQueries, SanitizedJqlQuery, SearchAutoCompleteFilter, ValueOperand } from "./models/jql";
|
|
47
|
+
import type { JqlFunctionPrecomputationBean, JqlFunctionPrecomputationUpdateBean, JqlFunctionPrecomputationUpdateRequestBean, PageBeanJqlFunctionPrecomputationBean } from "./models/jql-functions-apps";
|
|
48
|
+
import type { PageBeanString } from "./models/labels";
|
|
49
|
+
import type { ErrorCollections, License, LicensedApplication, LicenseMetric } from "./models/license-metrics";
|
|
50
|
+
import type { Locale } from "./models/myself";
|
|
51
|
+
import type { PermissionGrant, PermissionGrants, PermissionSchemes } from "./models/permission-schemes";
|
|
52
|
+
import type { BulkPermissionGrants, BulkPermissionsRequestBean, BulkProjectPermissionGrants, BulkProjectPermissions, Permissions, PermissionsKeysBean, PermittedProjects, ProjectIdentifierBean, UserPermission } from "./models/permissions";
|
|
53
|
+
import type { CreatePrioritySchemeDetails, PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects, PageBeanPriorityWithSequence, PriorityMapping, PrioritySchemeChangesWithMappings, PrioritySchemeChangesWithoutMappings, PrioritySchemeId, PrioritySchemeWithPaginatedPrioritiesAndProjects, PriorityWithSequence, SuggestedMappingsForPrioritiesRequestBean, SuggestedMappingsForProjectsRequestBean, SuggestedMappingsRequestBean, TaskProgressBeanJsonNode, UpdatePrioritiesInSchemeRequestBean, UpdatePrioritySchemeRequestBean, UpdatePrioritySchemeResponseBean, UpdateProjectsInSchemeRequestBean } from "./models/priority-schemes";
|
|
54
|
+
import type { ProjectAvatars } from "./models/project-avatars";
|
|
55
|
+
import type { UpdateDefaultProjectClassificationBean } from "./models/project-classification-levels";
|
|
56
|
+
import type { ComponentIssuesCount, ComponentJsonBean, ComponentWithIssueCount, PageBean2ComponentJsonBean, PageBeanComponentWithIssueCount } from "./models/project-components";
|
|
57
|
+
import type { ProjectEmailAddress } from "./models/project-email";
|
|
58
|
+
import type { ContainerForProjectFeatures, ProjectFeature, ProjectFeatureState } from "./models/project-features";
|
|
59
|
+
import type { IdBean, ProjectIssueSecurityLevels } from "./models/project-permission-schemes";
|
|
60
|
+
import type { ActorInputBean, ActorsMap, ProjectRoleActorsUpdateBean } from "./models/project-role-actors";
|
|
61
|
+
import type { CreateUpdateRoleRequestBean, ProjectRoleDetails } from "./models/project-roles";
|
|
62
|
+
import type { ProjectType } from "./models/project-types";
|
|
63
|
+
import type { CustomFieldReplacement, DeleteAndReplaceVersionBean, PageBeanVersion, VersionIssueCounts, VersionMoveBean, VersionRelatedWork, VersionUnresolvedIssuesCount, VersionUsageInCustomField } from "./models/project-versions";
|
|
64
|
+
import type { CreateProjectDetails, IssueTypeInfo, IssueTypeWithStatus, ProjectIdentifiers, ProjectIssueTypeHierarchy, ProjectIssueTypesHierarchyLevel, StringList, UpdateProjectDetails } from "./models/projects";
|
|
65
|
+
import type { PageBeanScreenScheme, ScreenScheme, ScreenSchemeDetails, ScreenSchemeId, ScreenTypes, UpdateScreenSchemeDetails, UpdateScreenTypes } from "./models/screen-schemes";
|
|
66
|
+
import type { AddFieldBean, MoveFieldBean } from "./models/screen-tab-fields";
|
|
67
|
+
import type { PageBeanScreen, PageBeanScreenWithTab, Screen, ScreenDetails, ScreenWithTab, UpdateScreenDetails } from "./models/screens";
|
|
68
|
+
import type { HealthCheckResult, ServerInformation } from "./models/server-info";
|
|
69
|
+
import type { ServiceRegistry, ServiceRegistryTier } from "./models/service-registry";
|
|
70
|
+
import type { JiraStatus, PageOfStatuses, StatusCreate, StatusCreateRequest, StatusScope, StatusUpdate, StatusUpdateRequest, WorkflowUsages } from "./models/status";
|
|
71
|
+
import type { TimeTrackingProvider } from "./models/time-tracking";
|
|
72
|
+
import type { CreateUiModificationDetails, DetailedErrorCollection, PageBeanUiModificationDetails, UiModificationContextDetails, UiModificationDetails, UiModificationIdentifiers, UpdateUiModificationDetails } from "./models/ui-modifications-apps";
|
|
73
|
+
import type { PageBeanUserKey, UserKey } from "./models/user-search";
|
|
74
|
+
import type { NewUserDetails, UnrestrictedUserEmail, UserColumnRequestBody, UserMigrationBean } from "./models/users";
|
|
75
|
+
import type { ContainerForRegisteredWebhooks, ContainerForWebhookIds, FailedWebhook, FailedWebhooks, PageBeanWebhook, RegisteredWebhook, Webhook, WebhookDetails, WebhookRegistrationDetails, WebhooksExpirationDate } from "./models/webhooks";
|
|
76
|
+
import type { PublishDraftWorkflowScheme, StatusMapping } from "./models/workflow-scheme-drafts";
|
|
77
|
+
import type { ContainerOfWorkflowSchemeAssociations, WorkflowSchemeAssociations, WorkflowSchemeProjectAssociation } from "./models/workflow-scheme-project-associations";
|
|
78
|
+
import type { MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, SimpleUsage, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse } from "./models/workflow-schemes";
|
|
79
|
+
import type { WorkflowTransitionProperty } from "./models/workflow-transition-properties";
|
|
80
|
+
import type { AppWorkflowTransitionRule, PageBeanWorkflowTransitionRules, RuleConfiguration, WorkflowId, WorkflowsWithTransitionRulesDetails, WorkflowTransition, WorkflowTransitionRulesDetails, WorkflowTransitionRulesUpdate, WorkflowTransitionRulesUpdateErrorDetails, WorkflowTransitionRulesUpdateErrors } from "./models/workflow-transition-rules";
|
|
81
|
+
import type { AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowStatus, PageBeanWorkflow, ProjectAndIssueTypePair, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, StatusReferenceAndPort, Transition, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowElementReference, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusAndPort, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList } from "./models/workflows";
|
|
82
|
+
import { AnnouncementBannerService } from "./services/announcement-banner-service";
|
|
83
|
+
import { AppDataPoliciesService } from "./services/app-data-policies-service";
|
|
84
|
+
import { AppMigrationService } from "./services/app-migration-service";
|
|
85
|
+
import { AppPropertiesService } from "./services/app-properties-service";
|
|
86
|
+
import { ApplicationRolesService } from "./services/application-roles-service";
|
|
87
|
+
import { AuditRecordsService } from "./services/audit-records-service";
|
|
88
|
+
import { AvatarsService } from "./services/avatars-service";
|
|
89
|
+
import { ClassificationLevelsService } from "./services/classification-levels-service";
|
|
90
|
+
import { DashboardsService } from "./services/dashboards-service";
|
|
91
|
+
import { DynamicModulesService } from "./services/dynamic-modules-service";
|
|
92
|
+
import { FilterSharingService } from "./services/filter-sharing-service";
|
|
93
|
+
import { FiltersService } from "./services/filters-service";
|
|
94
|
+
import { GroupAndUserPickerService } from "./services/group-and-user-picker-service";
|
|
95
|
+
import { GroupsService } from "./services/groups-service";
|
|
96
|
+
import { IssueAttachmentsService } from "./services/issue-attachments-service";
|
|
97
|
+
import { IssueCommentPropertiesService } from "./services/issue-comment-properties-service";
|
|
98
|
+
import { IssueCommentsService } from "./services/issue-comments-service";
|
|
99
|
+
import { IssueCustomFieldConfigurationAppsService } from "./services/issue-custom-field-configuration-apps-service";
|
|
100
|
+
import { IssueCustomFieldContextsService } from "./services/issue-custom-field-contexts-service";
|
|
101
|
+
import { IssueCustomFieldOptionsAppsService } from "./services/issue-custom-field-options-apps-service";
|
|
102
|
+
import { IssueCustomFieldOptionsService } from "./services/issue-custom-field-options-service";
|
|
103
|
+
import { IssueCustomFieldValuesAppsService } from "./services/issue-custom-field-values-apps-service";
|
|
104
|
+
import { IssueFieldConfigurationsService } from "./services/issue-field-configurations-service";
|
|
105
|
+
import { IssueFieldsService } from "./services/issue-fields-service";
|
|
106
|
+
import { IssueLinkTypesService } from "./services/issue-link-types-service";
|
|
107
|
+
import { IssueLinksService } from "./services/issue-links-service";
|
|
108
|
+
import { IssueNavigatorSettingsService } from "./services/issue-navigator-settings-service";
|
|
109
|
+
import { IssueNotificationSchemesService } from "./services/issue-notification-schemes-service";
|
|
110
|
+
import { IssuePrioritiesService } from "./services/issue-priorities-service";
|
|
111
|
+
import { IssuePropertiesService } from "./services/issue-properties-service";
|
|
112
|
+
import { IssueRemoteLinksService } from "./services/issue-remote-links-service";
|
|
113
|
+
import { IssueResolutionsService } from "./services/issue-resolutions-service";
|
|
114
|
+
import { IssueSearchService } from "./services/issue-search-service";
|
|
115
|
+
import { IssueSecurityLevelService } from "./services/issue-security-level-service";
|
|
116
|
+
import { IssueSecuritySchemesService } from "./services/issue-security-schemes-service";
|
|
117
|
+
import { IssueTypePropertiesService } from "./services/issue-type-properties-service";
|
|
118
|
+
import { IssueTypeSchemesService } from "./services/issue-type-schemes-service";
|
|
119
|
+
import { IssueTypeScreenSchemesService } from "./services/issue-type-screen-schemes-service";
|
|
120
|
+
import { IssueTypesService } from "./services/issue-types-service";
|
|
121
|
+
import { IssueVotesService } from "./services/issue-votes-service";
|
|
122
|
+
import { IssueWatchersService } from "./services/issue-watchers-service";
|
|
123
|
+
import { IssueWorklogPropertiesService } from "./services/issue-worklog-properties-service";
|
|
124
|
+
import { IssueWorklogsService } from "./services/issue-worklogs-service";
|
|
125
|
+
import { IssuesService } from "./services/issues-service";
|
|
126
|
+
import { JiraExpressionsService } from "./services/jira-expressions-service";
|
|
127
|
+
import { JiraSettingsService } from "./services/jira-settings-service";
|
|
128
|
+
import { JqlFunctionsAppsService } from "./services/jql-functions-apps-service";
|
|
129
|
+
import { JqlService } from "./services/jql-service";
|
|
130
|
+
import { LabelsService } from "./services/labels-service";
|
|
131
|
+
import { LicenseMetricsService } from "./services/license-metrics-service";
|
|
132
|
+
import { MyselfService } from "./services/myself-service";
|
|
133
|
+
import { PermissionSchemesService } from "./services/permission-schemes-service";
|
|
134
|
+
import { PermissionsService } from "./services/permissions-service";
|
|
135
|
+
import { PrioritySchemesService } from "./services/priority-schemes-service";
|
|
136
|
+
import { ProjectAvatarsService } from "./services/project-avatars-service";
|
|
137
|
+
import { ProjectCategoriesService } from "./services/project-categories-service";
|
|
138
|
+
import { ProjectClassificationLevelsService } from "./services/project-classification-levels-service";
|
|
139
|
+
import { ProjectComponentsService } from "./services/project-components-service";
|
|
140
|
+
import { ProjectEmailService } from "./services/project-email-service";
|
|
141
|
+
import { ProjectFeaturesService } from "./services/project-features-service";
|
|
142
|
+
import { ProjectKeyAndNameValidationService } from "./services/project-key-and-name-validation-service";
|
|
143
|
+
import { ProjectPermissionSchemesService } from "./services/project-permission-schemes-service";
|
|
144
|
+
import { ProjectPropertiesService } from "./services/project-properties-service";
|
|
145
|
+
import { ProjectRoleActorsService } from "./services/project-role-actors-service";
|
|
146
|
+
import { ProjectRolesService } from "./services/project-roles-service";
|
|
147
|
+
import { ProjectTypesService } from "./services/project-types-service";
|
|
148
|
+
import { ProjectVersionsService } from "./services/project-versions-service";
|
|
149
|
+
import { ProjectsService } from "./services/projects-service";
|
|
150
|
+
import { ScreenSchemesService } from "./services/screen-schemes-service";
|
|
151
|
+
import { ScreenTabFieldsService } from "./services/screen-tab-fields-service";
|
|
152
|
+
import { ScreenTabsService } from "./services/screen-tabs-service";
|
|
153
|
+
import { ScreensService } from "./services/screens-service";
|
|
154
|
+
import { ServerInfoService } from "./services/server-info-service";
|
|
155
|
+
import { ServiceRegistryService } from "./services/service-registry-service";
|
|
156
|
+
import { StatusService } from "./services/status-service";
|
|
157
|
+
import { TasksService } from "./services/tasks-service";
|
|
158
|
+
import { TimeTrackingService } from "./services/time-tracking-service";
|
|
159
|
+
import { UiModificationsAppsService } from "./services/ui-modifications-apps-service";
|
|
160
|
+
import { UserPropertiesService } from "./services/user-properties-service";
|
|
161
|
+
import { UserSearchService } from "./services/user-search-service";
|
|
162
|
+
import { UsersService } from "./services/users-service";
|
|
163
|
+
import { WebhooksService } from "./services/webhooks-service";
|
|
164
|
+
import { WorkflowSchemeDraftsService } from "./services/workflow-scheme-drafts-service";
|
|
165
|
+
import { WorkflowSchemeProjectAssociationsService } from "./services/workflow-scheme-project-associations-service";
|
|
166
|
+
import { WorkflowSchemesService } from "./services/workflow-schemes-service";
|
|
167
|
+
import { WorkflowStatusCategoriesService } from "./services/workflow-status-categories-service";
|
|
168
|
+
import { WorkflowStatusesService } from "./services/workflow-statuses-service";
|
|
169
|
+
import { WorkflowTransitionPropertiesService } from "./services/workflow-transition-properties-service";
|
|
170
|
+
import { WorkflowTransitionRulesService } from "./services/workflow-transition-rules-service";
|
|
171
|
+
import { WorkflowsService } from "./services/workflows-service";
|
|
172
|
+
export type BaseJiraPlatformApiClientOptions = Partial<commonHttpClient.CommonHttpClientOptions>;
|
|
173
|
+
export declare class BaseJiraPlatformApiClientError extends commonHttpClient.CommonHttpClientError {
|
|
174
|
+
name: string;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* The Jira Cloud platform REST API
|
|
178
|
+
*
|
|
179
|
+
* Jira Cloud platform REST API documentation
|
|
180
|
+
*
|
|
181
|
+
* @version 1001.0.0-SNAPSHOT-a295e7484152fa2365a7ce8735dc664cc7adfec0
|
|
182
|
+
*/
|
|
183
|
+
export declare class BaseJiraPlatformApiClient extends CommonHttpService {
|
|
184
|
+
client: commonHttpClient.CommonHttpClient;
|
|
185
|
+
getClient: () => commonHttpClient.CommonHttpClient;
|
|
186
|
+
/**
|
|
187
|
+
* This resource represents an announcement banner. Use it to retrieve and update
|
|
188
|
+
* banner configuration.
|
|
189
|
+
*/
|
|
190
|
+
announcementBanner: AnnouncementBannerService;
|
|
191
|
+
/** This resource represents app access rule data policies. */
|
|
192
|
+
appDataPolicies: AppDataPoliciesService;
|
|
193
|
+
/**
|
|
194
|
+
* This resource represents application roles. Use it to get details of an
|
|
195
|
+
* application role or all application roles.
|
|
196
|
+
*/
|
|
197
|
+
applicationRoles: ApplicationRolesService;
|
|
198
|
+
/**
|
|
199
|
+
* This resource supports [app
|
|
200
|
+
* migrations](https://developer.atlassian.com/platform/app-migration/). Use it to:
|
|
201
|
+
* - [to request migrated workflow rules
|
|
202
|
+
* details](https://developer.atlassian.com/platform/app-migration/tutorials/migration-app-workflow-rules/).
|
|
203
|
+
* - [perform bulk updates of entity
|
|
204
|
+
* properties](https://developer.atlassian.com/platform/app-migration/tutorials/entity-properties-bulk-api/).
|
|
205
|
+
* - [perform bulk updates of issue custom field
|
|
206
|
+
* values](https://developer.atlassian.com/platform/app-migration/tutorials/migrating-app-custom-fields/).
|
|
207
|
+
*/
|
|
208
|
+
appMigration: AppMigrationService;
|
|
209
|
+
/**
|
|
210
|
+
* This resource represents app properties. Use it to store arbitrary data for your
|
|
211
|
+
* [Connect
|
|
212
|
+
* app](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
213
|
+
*/
|
|
214
|
+
appProperties: AppPropertiesService;
|
|
215
|
+
/**
|
|
216
|
+
* This resource represents audits that record activities undertaken in Jira. Use
|
|
217
|
+
* it to get a list of audit records.
|
|
218
|
+
*/
|
|
219
|
+
auditRecords: AuditRecordsService;
|
|
220
|
+
/**
|
|
221
|
+
* This resource represents system and custom avatars. Use it to obtain the
|
|
222
|
+
* details of system or custom avatars, add and remove avatars from a project or
|
|
223
|
+
* issue type, and obtain avatar images.
|
|
224
|
+
*/
|
|
225
|
+
avatars: AvatarsService;
|
|
226
|
+
/** This resource represents classification levels. */
|
|
227
|
+
classificationLevels: ClassificationLevelsService;
|
|
228
|
+
/**
|
|
229
|
+
* This resource represents dashboards. Use it to obtain the details of dashboards
|
|
230
|
+
* as well as get, create, update, or remove item properties and gadgets from
|
|
231
|
+
* dashboards.
|
|
232
|
+
*/
|
|
233
|
+
dashboards: DashboardsService;
|
|
234
|
+
/**
|
|
235
|
+
* This resource represents [modules registered
|
|
236
|
+
* dynamically](https://developer.atlassian.com/cloud/jira/platform/dynamic-modules/)
|
|
237
|
+
* by [Connect
|
|
238
|
+
* apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
239
|
+
*/
|
|
240
|
+
dynamicModules: DynamicModulesService;
|
|
241
|
+
/**
|
|
242
|
+
* This resource represents options for sharing [filters](#api-group-Filters). Use
|
|
243
|
+
* it to get share scopes as well as add and remove share scopes from filters.
|
|
244
|
+
*/
|
|
245
|
+
filterSharing: FilterSharingService;
|
|
246
|
+
/**
|
|
247
|
+
* This resource represents [filters](https://confluence.atlassian.com/x/eQiiLQ).
|
|
248
|
+
* Use it to get, create, update, or delete filters. Also use it to configure the
|
|
249
|
+
* columns for a filter and set favorite filters.
|
|
250
|
+
*/
|
|
251
|
+
filters: FiltersService;
|
|
252
|
+
/**
|
|
253
|
+
* This resource represents a list of users and a list of groups. Use it to obtain
|
|
254
|
+
* the details to populate user and group picker suggestions list.
|
|
255
|
+
*/
|
|
256
|
+
groupAndUserPicker: GroupAndUserPickerService;
|
|
257
|
+
/**
|
|
258
|
+
* This resource represents groups of users. Use it to get, create, find, and
|
|
259
|
+
* delete groups as well as add and remove users from groups. (\[WARNING\] The
|
|
260
|
+
* standard Atlassian group names are default names only and can be edited or
|
|
261
|
+
* deleted. For example, an admin or Atlassian support could delete the default
|
|
262
|
+
* group jira-software-users or rename it to jsw-users at any point. See
|
|
263
|
+
* https://support.atlassian.com/user-management/docs/create-and-update-groups/
|
|
264
|
+
* for details.)
|
|
265
|
+
*/
|
|
266
|
+
groups: GroupsService;
|
|
267
|
+
/**
|
|
268
|
+
* This resource represents issue attachments and the attachment settings for
|
|
269
|
+
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
270
|
+
* view the metadata for the contents of an attachment. Also, use it to get the
|
|
271
|
+
* attachment settings for Jira.
|
|
272
|
+
*/
|
|
273
|
+
issueAttachments: IssueAttachmentsService;
|
|
274
|
+
/**
|
|
275
|
+
* This resource represents [issue comment](#api-group-Issue-comments) properties,
|
|
276
|
+
* which provides for storing custom data against an issue comment. Use is to get,
|
|
277
|
+
* set, and delete issue comment properties as well as obtain the keys of all
|
|
278
|
+
* properties on a comment. Comment properties are a type of [entity
|
|
279
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
280
|
+
*/
|
|
281
|
+
issueCommentProperties: IssueCommentPropertiesService;
|
|
282
|
+
/**
|
|
283
|
+
* This resource represents issue comments. Use it to:
|
|
284
|
+
*
|
|
285
|
+
* * get, create, update, and delete a comment from an issue.
|
|
286
|
+
* * get all comments from issue.
|
|
287
|
+
* * get a list of comments by comment ID.
|
|
288
|
+
*/
|
|
289
|
+
issueComments: IssueCommentsService;
|
|
290
|
+
/**
|
|
291
|
+
* This resource represents configurations stored against a custom field context
|
|
292
|
+
* by a [Forge app](https://developer.atlassian.com/platform/forge/).
|
|
293
|
+
* Configurations are information used by the Forge app at runtime to determine
|
|
294
|
+
* how to handle or process the data in a custom field in a given context. Use
|
|
295
|
+
* this resource to set and read configurations.
|
|
296
|
+
*/
|
|
297
|
+
issueCustomFieldConfigurationApps: IssueCustomFieldConfigurationAppsService;
|
|
298
|
+
/**
|
|
299
|
+
* This resource represents issue custom field contexts. Use it to:
|
|
300
|
+
*
|
|
301
|
+
* * get, create, update, and delete custom field contexts.
|
|
302
|
+
* * get context to issue types and projects mappings.
|
|
303
|
+
* * get custom field contexts for projects and issue types.
|
|
304
|
+
* * assign custom field contexts to projects.
|
|
305
|
+
* * remove custom field contexts from projects.
|
|
306
|
+
* * add issue types to custom field contexts.
|
|
307
|
+
*/
|
|
308
|
+
issueCustomFieldContexts: IssueCustomFieldContextsService;
|
|
309
|
+
/**
|
|
310
|
+
* This resource represents custom issue field select list options created by a
|
|
311
|
+
* Connect app. See [Issue custom field
|
|
312
|
+
* options](#api-group-Issue-custom-field-options) to manipulate options created
|
|
313
|
+
* in Jira or using the REST API.
|
|
314
|
+
*
|
|
315
|
+
* A select list issue field is a type of [issue
|
|
316
|
+
* field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/)
|
|
317
|
+
* that enables a user to select an option from a list. Use it to add, remove, and
|
|
318
|
+
* update the options of a select list issue field.
|
|
319
|
+
*/
|
|
320
|
+
issueCustomFieldOptionsApps: IssueCustomFieldOptionsAppsService;
|
|
321
|
+
/**
|
|
322
|
+
* This resource represents custom issue field select list options created in Jira
|
|
323
|
+
* or using the REST API. This resource supports the following field types:
|
|
324
|
+
*
|
|
325
|
+
* * Checkboxes.
|
|
326
|
+
* * Radio Buttons.
|
|
327
|
+
* * Select List (single choice).
|
|
328
|
+
* * Select List (multiple choices).
|
|
329
|
+
* * Select List (cascading).
|
|
330
|
+
*
|
|
331
|
+
* See [Issue custom field options
|
|
332
|
+
* (apps)](#api-group-Issue-custom-field-options--apps-) to manipulate custom
|
|
333
|
+
* issue field select list options created by a Connect app.
|
|
334
|
+
*
|
|
335
|
+
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
336
|
+
*/
|
|
337
|
+
issueCustomFieldOptions: IssueCustomFieldOptionsService;
|
|
338
|
+
/**
|
|
339
|
+
* This resource represents the values of custom fields added by [Forge
|
|
340
|
+
* apps](https://developer.atlassian.com/platform/forge/). Use it to update the
|
|
341
|
+
* value of a custom field on issues.
|
|
342
|
+
*/
|
|
343
|
+
issueCustomFieldValuesApps: IssueCustomFieldValuesAppsService;
|
|
344
|
+
/**
|
|
345
|
+
* This resource represents issue field configurations. Use it to get, set, and
|
|
346
|
+
* delete field configurations and field configuration schemes.
|
|
347
|
+
*/
|
|
348
|
+
issueFieldConfigurations: IssueFieldConfigurationsService;
|
|
349
|
+
/**
|
|
350
|
+
* This resource represents issue fields, both system and custom fields. Use it to
|
|
351
|
+
* get fields, field configurations, and create custom fields.
|
|
352
|
+
*/
|
|
353
|
+
issueFields: IssueFieldsService;
|
|
354
|
+
/**
|
|
355
|
+
* This resource represents links between issues. Use it to get, create, and
|
|
356
|
+
* delete links between issues.
|
|
357
|
+
*
|
|
358
|
+
* To use it, the site must have [issue
|
|
359
|
+
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
360
|
+
*/
|
|
361
|
+
issueLinks: IssueLinksService;
|
|
362
|
+
/**
|
|
363
|
+
* This resource represents [issue link](#api-group-Issue-links) types. Use it to
|
|
364
|
+
* get, create, update, and delete link issue types as well as get lists of all
|
|
365
|
+
* link issue types.
|
|
366
|
+
*
|
|
367
|
+
* To use it, the site must have [issue
|
|
368
|
+
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
369
|
+
*/
|
|
370
|
+
issueLinkTypes: IssueLinkTypesService;
|
|
371
|
+
/**
|
|
372
|
+
* This resource represents issue navigator settings. Use it to get and set issue
|
|
373
|
+
* navigator default columns.
|
|
374
|
+
*/
|
|
375
|
+
issueNavigatorSettings: IssueNavigatorSettingsService;
|
|
376
|
+
/**
|
|
377
|
+
* This resource represents notification schemes, lists of events and the
|
|
378
|
+
* recipients who will receive notifications for those events. Use it to get
|
|
379
|
+
* details of a notification scheme and a list of notification schemes.
|
|
380
|
+
*
|
|
381
|
+
* ### About notification schemes ###
|
|
382
|
+
*
|
|
383
|
+
* A notification scheme is a list of events and recipients who will receive
|
|
384
|
+
* notifications for those events. The list is contained within the
|
|
385
|
+
* `notificationSchemeEvents` object and contains pairs of `events` and
|
|
386
|
+
* `notifications`:
|
|
387
|
+
*
|
|
388
|
+
* * `event` Identifies the type of event. The events can be [Jira system
|
|
389
|
+
* events](https://support.atlassian.com/jira-cloud-administration/docs/configure-notification-schemes/)
|
|
390
|
+
* (see the *Events* section) or [custom
|
|
391
|
+
* events](https://support.atlassian.com/jira-cloud-administration/docs/add-a-custom-event/).
|
|
392
|
+
* * `notifications` Identifies the
|
|
393
|
+
* [recipients](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-recipientsRecipients)
|
|
394
|
+
* of notifications for each event. Recipients can be any of the following types:
|
|
395
|
+
*
|
|
396
|
+
* * `CurrentAssignee`
|
|
397
|
+
* * `Reporter`
|
|
398
|
+
* * `CurrentUser`
|
|
399
|
+
* * `ProjectLead`
|
|
400
|
+
* * `ComponentLead`
|
|
401
|
+
* * `User` (the `parameter` is the user key)
|
|
402
|
+
* * `Group` (the `parameter` is the group name)
|
|
403
|
+
* * `ProjectRole` (the `parameter` is the project role ID)
|
|
404
|
+
* * `EmailAddress` *(deprecated)*
|
|
405
|
+
* * `AllWatchers`
|
|
406
|
+
* * `UserCustomField` (the `parameter` is the ID of the custom field)
|
|
407
|
+
* * `GroupCustomField`(the `parameter` is the ID of the custom field)
|
|
408
|
+
*/
|
|
409
|
+
issueNotificationSchemes: IssueNotificationSchemesService;
|
|
410
|
+
/**
|
|
411
|
+
* This resource represents issue priorities. Use it to get, create and update
|
|
412
|
+
* issue priorities and details for individual issue priorities.
|
|
413
|
+
*/
|
|
414
|
+
issuePriorities: IssuePrioritiesService;
|
|
415
|
+
/**
|
|
416
|
+
* This resource represents [issue](#api-group-Issues) properties, which provides
|
|
417
|
+
* for storing custom data against an issue. Use it to get, set, and delete issue
|
|
418
|
+
* properties as well as obtain details of all properties on an issue. Operations
|
|
419
|
+
* to bulk update and delete issue properties are also provided. Issue properties
|
|
420
|
+
* are a type of [entity
|
|
421
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
422
|
+
*/
|
|
423
|
+
issueProperties: IssuePropertiesService;
|
|
424
|
+
/**
|
|
425
|
+
* This resource represents remote issue links, a way of linking Jira to
|
|
426
|
+
* information in other systems. Use it to get, create, update, and delete remote
|
|
427
|
+
* issue links either by ID or global ID. The global ID provides a way of
|
|
428
|
+
* accessing remote issue links using information about the item's remote system
|
|
429
|
+
* host and remote system identifier.
|
|
430
|
+
*/
|
|
431
|
+
issueRemoteLinks: IssueRemoteLinksService;
|
|
432
|
+
/**
|
|
433
|
+
* This resource represents issue resolution values. Use it to obtain a list of
|
|
434
|
+
* all issue resolution values and the details of individual resolution values.
|
|
435
|
+
*/
|
|
436
|
+
issueResolutions: IssueResolutionsService;
|
|
437
|
+
/**
|
|
438
|
+
* This resource represents various ways to search for issues. Use it to search
|
|
439
|
+
* for issues with a JQL query and find issues to populate an issue picker.
|
|
440
|
+
*/
|
|
441
|
+
issueSearch: IssueSearchService;
|
|
442
|
+
/**
|
|
443
|
+
* This resource represents issue security levels. Use it to obtain the details of
|
|
444
|
+
* any issue security level. For more information about issue security levels, see
|
|
445
|
+
* [Configuring issue-level security](https://confluence.atlassian.com/x/J4lKLg).
|
|
446
|
+
*/
|
|
447
|
+
issueSecurityLevel: IssueSecurityLevelService;
|
|
448
|
+
/**
|
|
449
|
+
* This resource represents issue security schemes. Use it to get an issue
|
|
450
|
+
* security scheme or a list of issue security schemes.
|
|
451
|
+
*
|
|
452
|
+
* Issue security schemes control which users or groups of users can view an
|
|
453
|
+
* issue. When an issue security scheme is associated with a project, its security
|
|
454
|
+
* levels can be applied to issues in that project. Sub-tasks also inherit the
|
|
455
|
+
* security level of their parent issue.
|
|
456
|
+
*/
|
|
457
|
+
issueSecuritySchemes: IssueSecuritySchemesService;
|
|
458
|
+
/**
|
|
459
|
+
* This resource represents Jira issues. Use it to:
|
|
460
|
+
*
|
|
461
|
+
* * create or edit issues, individually or in bulk.
|
|
462
|
+
* * retrieve metadata about the options for creating or editing issues.
|
|
463
|
+
* * delete an issue.
|
|
464
|
+
* * assign a user to an issue.
|
|
465
|
+
* * get issue changelogs.
|
|
466
|
+
* * send notifications about an issue.
|
|
467
|
+
* * get details of the transitions available for an issue.
|
|
468
|
+
* * transition an issue.
|
|
469
|
+
* * Archive issues.
|
|
470
|
+
* * Unarchive issues.
|
|
471
|
+
* * Export archived issues.
|
|
472
|
+
*/
|
|
473
|
+
issues: IssuesService;
|
|
474
|
+
/**
|
|
475
|
+
* This resource represents [issue type](#api-group-Issue-types) properties, which
|
|
476
|
+
* provides for storing custom data against an issue type. Use it to get, create,
|
|
477
|
+
* and delete issue type properties as well as obtain the keys of all properties
|
|
478
|
+
* on a issues type. Issue type properties are a type of [entity
|
|
479
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
480
|
+
*/
|
|
481
|
+
issueTypeProperties: IssueTypePropertiesService;
|
|
482
|
+
/**
|
|
483
|
+
* This resource represents issue type schemes in classic projects. Use it to:
|
|
484
|
+
*
|
|
485
|
+
* * get issue type schemes and a list of the projects that use them.
|
|
486
|
+
* * associate issue type schemes with projects.
|
|
487
|
+
* * add issue types to issue type schemes.
|
|
488
|
+
* * delete issue types from issue type schemes.
|
|
489
|
+
* * create, update, and delete issue type schemes.
|
|
490
|
+
* * change the order of issue types in issue type schemes.
|
|
491
|
+
*/
|
|
492
|
+
issueTypeSchemes: IssueTypeSchemesService;
|
|
493
|
+
/**
|
|
494
|
+
* This resource represents issue type screen schemes. Use it to:
|
|
495
|
+
*
|
|
496
|
+
* * get issue type screen schemes and a list of the projects that use them.
|
|
497
|
+
* * create issue type screen schemes.
|
|
498
|
+
* * update issue type screen schemes.
|
|
499
|
+
* * delete issue type screen schemes.
|
|
500
|
+
* * associate issue type screen schemes with projects.
|
|
501
|
+
* * append issue type to screen scheme mappings to issue type screen schemes.
|
|
502
|
+
* * remove issue type to screen scheme mappings from issue type screen schemes.
|
|
503
|
+
* * update default screen scheme of issue type screen scheme.
|
|
504
|
+
*/
|
|
505
|
+
issueTypeScreenSchemes: IssueTypeScreenSchemesService;
|
|
506
|
+
/**
|
|
507
|
+
* This resource represents issues types. Use it to:
|
|
508
|
+
*
|
|
509
|
+
* * get, create, update, and delete issue types.
|
|
510
|
+
* * get all issue types for a user.
|
|
511
|
+
* * get alternative issue types.
|
|
512
|
+
* * set an avatar for an issue type.
|
|
513
|
+
*/
|
|
514
|
+
issueTypes: IssueTypesService;
|
|
515
|
+
/**
|
|
516
|
+
* This resource represents votes cast by users on an issue. Use it to get details
|
|
517
|
+
* of votes on an issue as well as cast and withdrawal votes.
|
|
518
|
+
*/
|
|
519
|
+
issueVotes: IssueVotesService;
|
|
520
|
+
/**
|
|
521
|
+
* This resource represents users watching an issue. Use it to get details of
|
|
522
|
+
* users watching an issue as well as start and stop a user watching an issue.
|
|
523
|
+
*/
|
|
524
|
+
issueWatchers: IssueWatchersService;
|
|
525
|
+
/**
|
|
526
|
+
* This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
|
|
527
|
+
* which provides for storing custom data against an issue worklog. Use it to get,
|
|
528
|
+
* create, and delete issue worklog properties as well as obtain the keys of all
|
|
529
|
+
* properties on a issue worklog. Issue worklog properties are a type of [entity
|
|
530
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
531
|
+
*/
|
|
532
|
+
issueWorklogProperties: IssueWorklogPropertiesService;
|
|
533
|
+
/**
|
|
534
|
+
* This resource represents issue worklogs. Use it to:
|
|
535
|
+
*
|
|
536
|
+
* * get, create, update, and delete worklogs.
|
|
537
|
+
* * obtain lists of updated or deleted worklogs.
|
|
538
|
+
*/
|
|
539
|
+
issueWorklogs: IssueWorklogsService;
|
|
540
|
+
/**
|
|
541
|
+
* This resource is a collection of operations for [Jira
|
|
542
|
+
* expressions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/).
|
|
543
|
+
*/
|
|
544
|
+
jiraExpressions: JiraExpressionsService;
|
|
545
|
+
/**
|
|
546
|
+
* This resource represents various settings in Jira. Use it to get and update
|
|
547
|
+
* Jira settings and properties.
|
|
548
|
+
*/
|
|
549
|
+
jiraSettings: JiraSettingsService;
|
|
550
|
+
/**
|
|
551
|
+
* This resource represents JQL function's precomputations. Precomputation is a
|
|
552
|
+
* mapping between custom function call and JQL fragment returned by this
|
|
553
|
+
* function. Use it to get and update precomputations.
|
|
554
|
+
*/
|
|
555
|
+
jqlFunctionsApps: JqlFunctionsAppsService;
|
|
556
|
+
/**
|
|
557
|
+
* This resource represents JQL search auto-complete details. Use it to obtain JQL
|
|
558
|
+
* search auto-complete data and suggestions for use in programmatic construction
|
|
559
|
+
* of queries or custom query builders. It also provides operations to:
|
|
560
|
+
*
|
|
561
|
+
* * convert one or more JQL queries with user identifiers (username or user
|
|
562
|
+
* key) to equivalent JQL queries with account IDs.
|
|
563
|
+
* * convert readable details in one or more JQL queries to IDs where a user
|
|
564
|
+
* doesn't have permission to view the entity whose details are readable.
|
|
565
|
+
*/
|
|
566
|
+
jql: JqlService;
|
|
567
|
+
/**
|
|
568
|
+
* This resource represents available labels. Use it to get available labels for
|
|
569
|
+
* the global label field.
|
|
570
|
+
*/
|
|
571
|
+
labels: LabelsService;
|
|
572
|
+
/**
|
|
573
|
+
* This resource represents license metrics. Use it to get available metrics for
|
|
574
|
+
* Jira licences.
|
|
575
|
+
*/
|
|
576
|
+
licenseMetrics: LicenseMetricsService;
|
|
577
|
+
/**
|
|
578
|
+
* This resource represents information about the current user, such as basic
|
|
579
|
+
* details, group membership, application roles, preferences, and locale. Use it
|
|
580
|
+
* to get, create, update, and delete (restore default) values of the user's
|
|
581
|
+
* preferences and locale.
|
|
582
|
+
*/
|
|
583
|
+
myself: MyselfService;
|
|
584
|
+
/**
|
|
585
|
+
* This resource represents permission schemes. Use it to get, create, update, and
|
|
586
|
+
* delete permission schemes as well as get, create, update, and delete details of
|
|
587
|
+
* the permissions granted in those schemes.
|
|
588
|
+
*/
|
|
589
|
+
permissionSchemes: PermissionSchemesService;
|
|
590
|
+
/**
|
|
591
|
+
* This resource represents permissions. Use it to obtain details of all
|
|
592
|
+
* permissions and determine whether the user has certain permissions.
|
|
593
|
+
*/
|
|
594
|
+
permissions: PermissionsService;
|
|
595
|
+
/**
|
|
596
|
+
* This resource represents issue priority schemes. Use it to get priority schemes
|
|
597
|
+
* and related information, and to create, update and delete priority schemes.
|
|
598
|
+
*/
|
|
599
|
+
prioritySchemes: PrioritySchemesService;
|
|
600
|
+
/**
|
|
601
|
+
* This resource represents avatars associated with a project. Use it to get,
|
|
602
|
+
* load, set, and remove project avatars.
|
|
603
|
+
*/
|
|
604
|
+
projectAvatars: ProjectAvatarsService;
|
|
605
|
+
/**
|
|
606
|
+
* This resource represents project categories. Use it to create, update, and
|
|
607
|
+
* delete project categories as well as obtain a list of all project categories
|
|
608
|
+
* and details of individual categories. For more information on managing project
|
|
609
|
+
* categories, see [Adding, assigning, and deleting project
|
|
610
|
+
* categories](https://confluence.atlassian.com/x/-A5WMg).
|
|
611
|
+
*/
|
|
612
|
+
projectCategories: ProjectCategoriesService;
|
|
613
|
+
/**
|
|
614
|
+
* This resource represents classification levels used in a project. Use it to
|
|
615
|
+
* view and manage classification levels in your projects.
|
|
616
|
+
*/
|
|
617
|
+
projectClassificationLevels: ProjectClassificationLevelsService;
|
|
618
|
+
/**
|
|
619
|
+
* This resource represents project components. Use it to get, create, update, and
|
|
620
|
+
* delete project components. Also get components for project and get a count of
|
|
621
|
+
* issues by component.
|
|
622
|
+
*/
|
|
623
|
+
projectComponents: ProjectComponentsService;
|
|
624
|
+
/**
|
|
625
|
+
* This resource represents the email address used to send a project's
|
|
626
|
+
* notifications. Use it to get and set the [project's sender email
|
|
627
|
+
* address](https://confluence.atlassian.com/x/dolKLg).
|
|
628
|
+
*/
|
|
629
|
+
projectEmail: ProjectEmailService;
|
|
630
|
+
/**
|
|
631
|
+
* This resource represents project features. Use it to get the list of features
|
|
632
|
+
* for a project and modify the state of a feature. The project feature endpoint
|
|
633
|
+
* is available only for Jira Software, both for team- and company-managed
|
|
634
|
+
* projects.
|
|
635
|
+
*/
|
|
636
|
+
projectFeatures: ProjectFeaturesService;
|
|
637
|
+
/** This resource provides validation for project keys and names. */
|
|
638
|
+
projectKeyAndNameValidation: ProjectKeyAndNameValidationService;
|
|
639
|
+
/**
|
|
640
|
+
* This resource represents permission schemes for a project. Use this resource to:
|
|
641
|
+
*
|
|
642
|
+
* * get details of a project's issue security levels available to the calling
|
|
643
|
+
* user.
|
|
644
|
+
* * get the permission scheme associated with the project or assign different
|
|
645
|
+
* permission scheme to the project.
|
|
646
|
+
* * get details of a project's issue security scheme.
|
|
647
|
+
*
|
|
648
|
+
* See [Managing project permissions](https://confluence.atlassian.com/x/yodKLg)
|
|
649
|
+
* for more information about permission schemes.
|
|
650
|
+
*/
|
|
651
|
+
projectPermissionSchemes: ProjectPermissionSchemesService;
|
|
652
|
+
/**
|
|
653
|
+
* This resource represents [project](#api-group-Projects) properties, which
|
|
654
|
+
* provides for storing custom data against a project. Use it to get, create, and
|
|
655
|
+
* delete project properties as well as get a list of property keys for a project.
|
|
656
|
+
* Project properties are a type of [entity
|
|
657
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
658
|
+
*/
|
|
659
|
+
projectProperties: ProjectPropertiesService;
|
|
660
|
+
/**
|
|
661
|
+
* This resource represents the users assigned to [project
|
|
662
|
+
* roles](#api-group-Issue-comments). Use it to get, add, and remove default users
|
|
663
|
+
* from project roles. Also use it to add and remove users from a project role
|
|
664
|
+
* associated with a project.
|
|
665
|
+
*/
|
|
666
|
+
projectRoleActors: ProjectRoleActorsService;
|
|
667
|
+
/**
|
|
668
|
+
* This resource represents the roles that users can play in projects. Use this
|
|
669
|
+
* resource to get, create, update, and delete project roles.
|
|
670
|
+
*/
|
|
671
|
+
projectRoles: ProjectRolesService;
|
|
672
|
+
/**
|
|
673
|
+
* This resource represents projects. Use it to get, create, update, and delete
|
|
674
|
+
* projects. Also get statuses available to a project, a project's notification
|
|
675
|
+
* schemes, and update a project's type.
|
|
676
|
+
*/
|
|
677
|
+
projects: ProjectsService;
|
|
678
|
+
/**
|
|
679
|
+
* This resource represents project types. Use it to obtain a list of all project
|
|
680
|
+
* types, a list of project types accessible to the calling user, and details of a
|
|
681
|
+
* project type.
|
|
682
|
+
*/
|
|
683
|
+
projectTypes: ProjectTypesService;
|
|
684
|
+
/**
|
|
685
|
+
* This resource represents project versions. Use it to get, get lists of, create,
|
|
686
|
+
* update, move, merge, and delete project versions. This resource also provides
|
|
687
|
+
* counts of issues by version.
|
|
688
|
+
*/
|
|
689
|
+
projectVersions: ProjectVersionsService;
|
|
690
|
+
/**
|
|
691
|
+
* This resource represents screen schemes in classic projects. Use it to get,
|
|
692
|
+
* create, update, and delete screen schemes.
|
|
693
|
+
*/
|
|
694
|
+
screenSchemes: ScreenSchemesService;
|
|
695
|
+
/**
|
|
696
|
+
* This resource represents the screens used to record issue details. Use it to:
|
|
697
|
+
*
|
|
698
|
+
* * get details of all screens.
|
|
699
|
+
* * get details of all the fields available for use on screens.
|
|
700
|
+
* * create screens.
|
|
701
|
+
* * delete screens.
|
|
702
|
+
* * update screens.
|
|
703
|
+
* * add a field to the default screen.
|
|
704
|
+
*/
|
|
705
|
+
screens: ScreensService;
|
|
706
|
+
/**
|
|
707
|
+
* This resource represents the screen tab fields used to record issue details.
|
|
708
|
+
* Use it to get, add, move, and remove fields from screen tabs.
|
|
709
|
+
*/
|
|
710
|
+
screenTabFields: ScreenTabFieldsService;
|
|
711
|
+
/**
|
|
712
|
+
* This resource represents the screen tabs used to record issue details. Use it
|
|
713
|
+
* to get, create, update, move, and delete screen tabs.
|
|
714
|
+
*/
|
|
715
|
+
screenTabs: ScreenTabsService;
|
|
716
|
+
/** This resource provides information about the Jira instance. */
|
|
717
|
+
serverInfo: ServerInfoService;
|
|
718
|
+
/**
|
|
719
|
+
* This resource represents a service registry. Use it to retrieve attributes
|
|
720
|
+
* related to a [service
|
|
721
|
+
* registry](https://support.atlassian.com/jira-service-management-cloud/docs/what-is-services/)
|
|
722
|
+
* in JSM.
|
|
723
|
+
*/
|
|
724
|
+
serviceRegistry: ServiceRegistryService;
|
|
725
|
+
/**
|
|
726
|
+
* This resource represents statuses. Use it to search, get, create, delete, and
|
|
727
|
+
* change statuses.
|
|
728
|
+
*/
|
|
729
|
+
status: StatusService;
|
|
730
|
+
/**
|
|
731
|
+
* This resource represents a [long-running asynchronous
|
|
732
|
+
* tasks](#async-operations). Use it to obtain details about the progress of a
|
|
733
|
+
* long-running task or cancel a long-running task.
|
|
734
|
+
*/
|
|
735
|
+
tasks: TasksService;
|
|
736
|
+
/**
|
|
737
|
+
* This resource represents time tracking and time tracking providers. Use it to
|
|
738
|
+
* get and set the time tracking provider, get and set the time tracking options,
|
|
739
|
+
* and disable time tracking.
|
|
740
|
+
*/
|
|
741
|
+
timeTracking: TimeTrackingService;
|
|
742
|
+
/**
|
|
743
|
+
* UI modifications is a feature available for **Forge apps only**. It enables
|
|
744
|
+
* Forge apps to control how selected Jira fields behave on the following views:
|
|
745
|
+
* global issue create, issue view. For example: hide specific fields, set them as
|
|
746
|
+
* required, etc.
|
|
747
|
+
*/
|
|
748
|
+
uiModificationsApps: UiModificationsAppsService;
|
|
749
|
+
/**
|
|
750
|
+
* This resource represents [user](#api-group-Users) properties and provides for
|
|
751
|
+
* storing custom data against a user. Use it to get, create, and delete user
|
|
752
|
+
* properties as well as get a list of property keys for a user. This resourse is
|
|
753
|
+
* designed for integrations and apps to store per-user data and settings. This
|
|
754
|
+
* enables data used to customized the user experience to be kept in the Jira
|
|
755
|
+
* Cloud instance's database. User properties are a type of [entity
|
|
756
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
757
|
+
*
|
|
758
|
+
* This resource does not access the [user
|
|
759
|
+
* properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in
|
|
760
|
+
* Jira.
|
|
761
|
+
*/
|
|
762
|
+
userProperties: UserPropertiesService;
|
|
763
|
+
/**
|
|
764
|
+
* This resource represents various ways to search for and find users. Use it to
|
|
765
|
+
* obtain list of users including users assignable to projects and issues, users
|
|
766
|
+
* with permissions, user lists for pickup fields, and user lists generated using
|
|
767
|
+
* structured queries. Note that the operations in this resource only return users
|
|
768
|
+
* found within the first 1000 users.
|
|
769
|
+
*/
|
|
770
|
+
userSearch: UserSearchService;
|
|
771
|
+
/**
|
|
772
|
+
* This resource represent users. Use it to:
|
|
773
|
+
*
|
|
774
|
+
* * get, get a list of, create, and delete users.
|
|
775
|
+
* * get, set, and reset a user's default issue table columns.
|
|
776
|
+
* * get a list of the groups the user belongs to.
|
|
777
|
+
* * get a list of user account IDs for a list of usernames or user keys.
|
|
778
|
+
*/
|
|
779
|
+
users: UsersService;
|
|
780
|
+
/**
|
|
781
|
+
* This resource represents webhooks. Webhooks are calls sent to a URL when an
|
|
782
|
+
* event occurs in Jira for issues specified by a JQL query. Only Connect and
|
|
783
|
+
* OAuth 2.0 apps can register and manage webhooks. For more information, see
|
|
784
|
+
* [Webhooks](https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-via-the-jira-rest-api-for-connect-apps).
|
|
785
|
+
*/
|
|
786
|
+
webhooks: WebhooksService;
|
|
787
|
+
/**
|
|
788
|
+
* This resource represents draft workflow schemes. Use it to manage drafts of
|
|
789
|
+
* workflow schemes.
|
|
790
|
+
*
|
|
791
|
+
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
792
|
+
* associated with one or more projects, which enables the projects to use the
|
|
793
|
+
* workflow-issue type mappings.
|
|
794
|
+
*
|
|
795
|
+
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
796
|
+
* edited. Editing an active workflow scheme creates a draft copy of the scheme.
|
|
797
|
+
* The draft workflow scheme can then be edited and published (replacing the
|
|
798
|
+
* active scheme).
|
|
799
|
+
*
|
|
800
|
+
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
801
|
+
* for more information.
|
|
802
|
+
*/
|
|
803
|
+
workflowSchemeDrafts: WorkflowSchemeDraftsService;
|
|
804
|
+
/**
|
|
805
|
+
* This resource represents the associations between workflow schemes and projects.
|
|
806
|
+
*
|
|
807
|
+
* For more information, see [Managing your
|
|
808
|
+
* workflows](https://confluence.atlassian.com/x/q4hKLg).
|
|
809
|
+
*/
|
|
810
|
+
workflowSchemeProjectAssociations: WorkflowSchemeProjectAssociationsService;
|
|
811
|
+
/**
|
|
812
|
+
* This resource represents workflow schemes. Use it to manage workflow schemes
|
|
813
|
+
* and the workflow scheme's workflows and issue types.
|
|
814
|
+
*
|
|
815
|
+
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
816
|
+
* associated with one or more projects, which enables the projects to use the
|
|
817
|
+
* workflow-issue type mappings.
|
|
818
|
+
*
|
|
819
|
+
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
820
|
+
* edited. When an active workflow scheme is edited, a draft copy of the scheme is
|
|
821
|
+
* created. The draft workflow scheme is then be edited and published (replacing
|
|
822
|
+
* the active scheme).
|
|
823
|
+
*
|
|
824
|
+
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
825
|
+
* for more information.
|
|
826
|
+
*/
|
|
827
|
+
workflowSchemes: WorkflowSchemesService;
|
|
828
|
+
/**
|
|
829
|
+
* This resource represents workflows. Use it to:
|
|
830
|
+
*
|
|
831
|
+
* * Get workflows
|
|
832
|
+
* * Create workflows
|
|
833
|
+
* * Update workflows
|
|
834
|
+
* * Delete inactive workflows
|
|
835
|
+
* * Get workflow capabilities
|
|
836
|
+
*/
|
|
837
|
+
workflows: WorkflowsService;
|
|
838
|
+
/**
|
|
839
|
+
* This resource represents status categories. Use it to obtain a list of all
|
|
840
|
+
* status categories and the details of a category. Status categories provided a
|
|
841
|
+
* mechanism for categorizing [statuses](#api-group-Workflow-statuses).
|
|
842
|
+
*/
|
|
843
|
+
workflowStatusCategories: WorkflowStatusCategoriesService;
|
|
844
|
+
/**
|
|
845
|
+
* This resource represents issue workflow statuses. Use it to obtain a list of
|
|
846
|
+
* all statuses associated with workflows and the details of a status.
|
|
847
|
+
*/
|
|
848
|
+
workflowStatuses: WorkflowStatusesService;
|
|
849
|
+
/**
|
|
850
|
+
* This resource represents workflow transition properties, which provides for
|
|
851
|
+
* storing custom data against a workflow transition. Use it to get, create, and
|
|
852
|
+
* delete workflow transition properties as well as get a list of property keys
|
|
853
|
+
* for a workflow transition. Workflow transition properties are a type of [entity
|
|
854
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
855
|
+
*/
|
|
856
|
+
workflowTransitionProperties: WorkflowTransitionPropertiesService;
|
|
857
|
+
/**
|
|
858
|
+
* This resource represents workflow transition rules. Workflow transition rules
|
|
859
|
+
* define a Connect or a Forge app routine, such as a [workflow post
|
|
860
|
+
* functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
|
|
861
|
+
* that is executed in association with the workflow. Use it to read and modify
|
|
862
|
+
* configuration of workflow transition rules.
|
|
863
|
+
*/
|
|
864
|
+
workflowTransitionRules: WorkflowTransitionRulesService;
|
|
865
|
+
constructor(options?: BaseJiraPlatformApiClientOptions);
|
|
866
|
+
static createClientWithServices: typeof commonHttpClient.createClientWithServices;
|
|
867
|
+
}
|
|
868
|
+
export type { ActorInputBean, ActorsMap, ProjectRoleActorsUpdateBean, AddFieldBean, MoveFieldBean, AddGroupBean, FoundGroup, Group, GroupDetails, GroupLabel, PageBeanGroupDetails, PageBeanUserDetails, PagedListUserDetailsApplicationUser, UpdateUserToGroupBean, AddNotificationsDetails, CreateNotificationSchemeDetails, EventNotification, NotificationEvent, NotificationSchemeAndProjectMappingJsonBean, NotificationSchemeEvent, NotificationSchemeEventDetails, NotificationSchemeEventTypeId, NotificationSchemeId, NotificationSchemeNotificationDetails, PageBeanNotificationScheme, PageBeanNotificationSchemeAndProjectMappingJsonBean, UpdateNotificationSchemeDetails, AddSecuritySchemeLevelsRequestBean, AssociateSecuritySchemeWithProjectDetails, CreateIssueSecuritySchemeDetails, DefaultLevelValue, IssueSecuritySchemeToProjectMapping, OldToNewSecurityLevelMappingsBean, PageBeanIssueSecuritySchemeToProjectMapping, PageBeanSecurityLevel, PageBeanSecurityLevelMember, PageBeanSecuritySchemeWithProjects, SecurityLevelMember, SecuritySchemeId, SecuritySchemeLevelBean, SecuritySchemeLevelMemberBean, SecuritySchemeMembersRequest, SecuritySchemes, SecuritySchemeWithProjects, SetDefaultLevelsRequest, UpdateIssueSecurityLevelDetails, UpdateIssueSecuritySchemeRequestBean, AnnouncementBannerConfiguration, AnnouncementBannerConfigurationUpdate, Application, Icon, RemoteIssueLink, RemoteIssueLinkIdentifies, RemoteIssueLinkRequest, RemoteObject, Status, ApplicationProperty, Configuration, SimpleApplicationPropertyBean, ApplicationRole, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, NotificationScheme, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageBeanUser, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectIssueTypes, ProjectRole, PropertyKeys, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, SimpleLink, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Visibility, WorkflowScheme, WorkflowScope, WorkflowTransitionRules, AppWorkflowTransitionRule, PageBeanWorkflowTransitionRules, RuleConfiguration, WorkflowId, WorkflowsWithTransitionRulesDetails, WorkflowTransition, WorkflowTransitionRulesDetails, WorkflowTransitionRulesUpdate, WorkflowTransitionRulesUpdateErrorDetails, WorkflowTransitionRulesUpdateErrors, ArchivedIssuesFilterRequest, ArchiveIssueAsyncRequest, BulkOperationErrorResult, ChangeDetails, Changelog, CreatedIssue, CreatedIssues, DateRangeFilterRequest, Error, Errors, ExportArchivedIssuesTaskProgressResponse, FieldCreateMetadata, FieldMetadata, FieldUpdateOperation, HistoryMetadata, HistoryMetadataParticipant, IncludedFields, IssueArchivalSyncRequest, IssueArchivalSyncResponse, IssueChangelogIds, IssueCreateMetadata, IssueEvent, IssueLimitReportRequest, IssueLimitReportResponseBean, IssuesUpdateBean, IssueTransition, IssueTypeIssueCreateMetadata, IssueUpdateDetails, IssueUpdateMetadata, LinkGroup, NestedResponse, Notification, NotificationRecipients, NotificationRecipientsRestrictions, Operations, PageBeanChangelog, PageOfChangelogs, PageOfCreateMetaIssueTypes, PageOfCreateMetaIssueTypeWithField, ProjectIssueCreateMetadata, RestrictedPermission, Transitions, WarningCollection, AssociatedItemBean, AuditRecordBean, AuditRecords, ChangedValueBean, AssociateFieldConfigurationsWithIssueTypesRequest, FieldConfiguration, FieldConfigurationDetails, FieldConfigurationIssueTypeItem, FieldConfigurationItem, FieldConfigurationItemsDetails, FieldConfigurationScheme, FieldConfigurationSchemeProjectAssociation, FieldConfigurationSchemeProjects, FieldConfigurationToIssueTypeMapping, IssueTypeIdsToRemove, PageBeanFieldConfigurationDetails, PageBeanFieldConfigurationIssueTypeItem, PageBeanFieldConfigurationItem, PageBeanFieldConfigurationScheme, PageBeanFieldConfigurationSchemeProjects, UpdateFieldConfigurationSchemeDetails, Attachment, AttachmentArchiveEntry, AttachmentArchiveImpl, AttachmentArchiveItemReadable, AttachmentArchiveMetadataReadable, AttachmentMetadata, AttachmentSettings, ListWrapperCallbackApplicationRole, ListWrapperCallbackGroupName, MultipartFile, SimpleListWrapperApplicationRole, SimpleListWrapperGroupName, AutoCompleteSuggestion, AutoCompleteSuggestions, CompoundClause, ConvertedJqlQueries, FieldChangedClause, FieldReferenceData, FieldValueClause, FieldWasClause, FunctionOperand, FunctionReferenceData, JqlPersonalDataMigrationRequest, JqlQueriesToParse, JqlQueriesToSanitize, JqlQuery, JqlQueryClause, JqlQueryClauseOperand, JqlQueryClauseTimePredicate, JqlQueryField, JqlQueryFieldEntityProperty, JqlQueryOrderByClause, JqlQueryOrderByClauseElement, JqlQueryToSanitize, JqlQueryUnitaryOperand, JqlQueryWithUnknownUsers, JqlReferenceData, KeywordOperand, ListOperand, ParsedJqlQueries, ParsedJqlQuery, SanitizedJqlQueries, SanitizedJqlQuery, SearchAutoCompleteFilter, ValueOperand, AvailableDashboardGadget, AvailableDashboardGadgetsResponse, BulkChangeOwnerDetails, BulkEditActionError, BulkEditShareableEntityRequest, BulkEditShareableEntityResponse, Dashboard, DashboardDetails, DashboardGadget, DashboardGadgetPosition, DashboardGadgetResponse, DashboardGadgetSettings, DashboardGadgetUpdateRequest, Hierarchy, PageBeanDashboard, PageOfDashboards, PermissionDetails, ProjectInsight, ProjectLandingPageInfo, ProjectPermissions, ProjectRoleGroup, ProjectRoleUser, RoleActor, SimplifiedHierarchyLevel, UserBean, UserBeanAvatarUrls, VersionApprover, VersionIssuesStatus, AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowStatus, PageBeanWorkflow, ProjectAndIssueTypePair, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, StatusReferenceAndPort, Transition, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowElementReference, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusAndPort, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList, Avatars, StreamingResponseBody, SystemAvatars, BulkCustomFieldOptionCreateRequest, BulkCustomFieldOptionUpdateRequest, CustomFieldContextOption, CustomFieldCreatedContextOptionsList, CustomFieldOption, CustomFieldOptionCreate, CustomFieldOptionUpdate, CustomFieldUpdatedContextOptionsList, OrderOfCustomFieldOptions, PageBeanCustomFieldContextOption, RemoveOptionFromIssuesResult, SimpleErrorCollection, BulkIssueIsWatching, IssueList, Watchers, BulkIssuePropertyUpdateRequest, IssueEntityProperties, IssueEntityPropertiesForMultiUpdate, IssueFilterForBulkPropertyDelete, IssueFilterForBulkPropertySet, MultiIssueEntityProperties, BulkPermissionGrants, BulkPermissionsRequestBean, BulkProjectPermissionGrants, BulkProjectPermissions, Permissions, PermissionsKeysBean, PermittedProjects, ProjectIdentifierBean, UserPermission, ChangedWorklog, ChangedWorklogs, PageOfWorklogs, Worklog, WorklogIdsRequestBean, ChangeFilterOwner, Filter, FilterDetails, FilterSubscription, FilterSubscriptionsList, PageBeanFilterDetails, UserList, ComponentIssuesCount, ComponentJsonBean, ComponentWithIssueCount, PageBean2ComponentJsonBean, PageBeanComponentWithIssueCount, ConnectCustomFieldValue, ConnectCustomFieldValues, EntityPropertyDetails, WorkflowRulesSearch, WorkflowRulesSearchDetails, ConnectModule, ConnectModules, ErrorMessage, ContainerForProjectFeatures, ProjectFeature, ProjectFeatureState, ContainerForRegisteredWebhooks, ContainerForWebhookIds, FailedWebhook, FailedWebhooks, PageBeanWebhook, RegisteredWebhook, Webhook, WebhookDetails, WebhookRegistrationDetails, WebhooksExpirationDate, ContainerOfWorkflowSchemeAssociations, WorkflowSchemeAssociations, WorkflowSchemeProjectAssociation, Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBeanContext, PageBeanField, UpdateCustomFieldDetails, ContextForProjectAndIssueType, CreateCustomFieldContext, CustomFieldContext, CustomFieldContextDefaultValue, CustomFieldContextDefaultValueCascadingOption, CustomFieldContextDefaultValueDate, CustomFieldContextDefaultValueDateTime, CustomFieldContextDefaultValueFloat, CustomFieldContextDefaultValueForgeDateTimeField, CustomFieldContextDefaultValueForgeGroupField, CustomFieldContextDefaultValueForgeMultiGroupField, CustomFieldContextDefaultValueForgeMultiStringField, CustomFieldContextDefaultValueForgeMultiUserField, CustomFieldContextDefaultValueForgeNumberField, CustomFieldContextDefaultValueForgeObjectField, CustomFieldContextDefaultValueForgeStringField, CustomFieldContextDefaultValueForgeUserField, CustomFieldContextDefaultValueLabels, CustomFieldContextDefaultValueMultipleGroupPicker, CustomFieldContextDefaultValueMultipleOption, CustomFieldContextDefaultValueMultipleVersionPicker, CustomFieldContextDefaultValueMultiUserPicker, CustomFieldContextDefaultValueProject, CustomFieldContextDefaultValueReadOnly, CustomFieldContextDefaultValueSingleGroupPicker, CustomFieldContextDefaultValueSingleOption, CustomFieldContextDefaultValueSingleVersionPicker, CustomFieldContextDefaultValueTextArea, CustomFieldContextDefaultValueTextField, CustomFieldContextDefaultValueUpdate, CustomFieldContextDefaultValueUrl, CustomFieldContextProjectMapping, CustomFieldContextSingleUserPickerDefaults, CustomFieldContextUpdateDetails, IssueTypeToContextMapping, PageBeanContextForProjectAndIssueType, PageBeanCustomFieldContext, PageBeanCustomFieldContextDefaultValue, PageBeanCustomFieldContextProjectMapping, PageBeanIssueTypeToContextMapping, ProjectIds, ProjectIssueTypeMapping, ProjectIssueTypeMappings, UserFilter, ContextualConfiguration, CustomFieldConfigurations, PageBeanContextualConfiguration, CreatePriorityDetails, PageBeanPriority, PriorityId, ReorderIssuePriorities, SetDefaultPriorityRequest, UpdatePriorityDetails, CreatePrioritySchemeDetails, PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects, PageBeanPriorityWithSequence, PriorityMapping, PrioritySchemeChangesWithMappings, PrioritySchemeChangesWithoutMappings, PrioritySchemeId, PrioritySchemeWithPaginatedPrioritiesAndProjects, PriorityWithSequence, SuggestedMappingsForPrioritiesRequestBean, SuggestedMappingsForProjectsRequestBean, SuggestedMappingsRequestBean, TaskProgressBeanJsonNode, UpdatePrioritiesInSchemeRequestBean, UpdatePrioritySchemeRequestBean, UpdatePrioritySchemeResponseBean, UpdateProjectsInSchemeRequestBean, CreateProjectDetails, IssueTypeInfo, IssueTypeWithStatus, ProjectIdentifiers, ProjectIssueTypeHierarchy, ProjectIssueTypesHierarchyLevel, StringList, UpdateProjectDetails, CreateResolutionDetails, PageBeanResolutionJsonBean, ReorderIssueResolutionsRequest, Resolution, ResolutionId, ResolutionJsonBean, SetDefaultResolutionRequest, UpdateResolutionDetails, CreateUiModificationDetails, DetailedErrorCollection, PageBeanUiModificationDetails, UiModificationContextDetails, UiModificationDetails, UiModificationIdentifiers, UpdateUiModificationDetails, CreateUpdateRoleRequestBean, ProjectRoleDetails, CustomContextVariable, IdOrKeyBean, IssueContextVariable, IssuesJqlMetaDataBean, IssuesMetaBean, JexpIssues, JexpJqlIssues, JiraExpressionAnalysis, JiraExpressionComplexity, JiraExpressionEvalContextBean, JiraExpressionEvalRequestBean, JiraExpressionEvaluationMetaDataBean, JiraExpressionForAnalysis, JiraExpressionResult, JiraExpressionsAnalysis, JiraExpressionsComplexityBean, JiraExpressionsComplexityValueBean, JiraExpressionValidationError, JsonContextVariable, UserContextVariable, CustomFieldReplacement, DeleteAndReplaceVersionBean, PageBeanVersion, VersionIssueCounts, VersionMoveBean, VersionRelatedWork, VersionUnresolvedIssuesCount, VersionUsageInCustomField, CustomFieldValueUpdate, CustomFieldValueUpdateDetails, MultipleCustomFieldValuesUpdate, MultipleCustomFieldValuesUpdateDetails, DataClassificationLevelsBean, DataClassificationTagBean, DefaultShareScope, SharePermissionInputBean, ErrorCollections, License, LicensedApplication, LicenseMetric, ExpandPrioritySchemePage, Fields, IssueLink, LinkedIssue, LinkIssueRequestJsonBean, TimeTrackingDetails, FoundUsersAndGroups, UserPickerUser, GlobalScopeBean, IssueFieldOption, IssueFieldOptionConfiguration, IssueFieldOptionCreateBean, IssueFieldOptionScopeBean, PageBeanIssueFieldOption, ProjectScopeBean, HealthCheckResult, ServerInformation, IdBean, ProjectIssueSecurityLevels, IdSearchRequestBean, IdSearchResults, IssueMatches, IssueMatchesForJql, IssuePickerSuggestions, IssuePickerSuggestionsIssueType, IssuesAndJqlQueries, SearchRequestBean, SearchResults, SuggestedIssue, IssueCommentListRequestBean, PageBeanComment, PageOfComments, IssueLinkTypes, IssueSecurityLevelMember, PageBeanIssueSecurityLevelMember, IssueTypeCreateBean, IssueTypeUpdateBean, IssueTypeScheme, IssueTypeSchemeDetails, IssueTypeSchemeId, IssueTypeSchemeMapping, IssueTypeSchemeProjectAssociation, IssueTypeSchemeProjects, IssueTypeSchemeUpdateDetails, OrderOfIssueTypes, PageBeanIssueTypeScheme, PageBeanIssueTypeSchemeMapping, PageBeanIssueTypeSchemeProjects, IssueTypeScreenScheme, IssueTypeScreenSchemeDetails, IssueTypeScreenSchemeId, IssueTypeScreenSchemeItem, IssueTypeScreenSchemeMapping, IssueTypeScreenSchemeMappingDetails, IssueTypeScreenSchemeProjectAssociation, IssueTypeScreenSchemesProjects, IssueTypeScreenSchemeUpdateDetails, PageBeanIssueTypeScreenSchemeItem, PageBeanIssueTypeScreenSchemesProjects, UpdateDefaultScreenScheme, JiraStatus, PageOfStatuses, StatusCreate, StatusCreateRequest, StatusScope, StatusUpdate, StatusUpdateRequest, WorkflowUsages, JqlFunctionPrecomputationBean, JqlFunctionPrecomputationUpdateBean, JqlFunctionPrecomputationUpdateRequestBean, PageBeanJqlFunctionPrecomputationBean, Locale, MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, SimpleUsage, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse, NewUserDetails, UnrestrictedUserEmail, UserColumnRequestBody, UserMigrationBean, OperationMessage, PageBeanScreen, PageBeanScreenWithTab, Screen, ScreenDetails, ScreenWithTab, UpdateScreenDetails, PageBeanScreenScheme, ScreenScheme, ScreenSchemeDetails, ScreenSchemeId, ScreenTypes, UpdateScreenSchemeDetails, UpdateScreenTypes, PageBeanString, PageBeanUserKey, UserKey, PermissionGrant, PermissionGrants, PermissionSchemes, ProjectAvatars, ProjectDataPolicies, ProjectDataPolicy, ProjectWithDataPolicy, WorkspaceDataPolicy, ProjectEmailAddress, ProjectType, PropertyKey, PublishDraftWorkflowScheme, StatusMapping, ServiceRegistry, ServiceRegistryTier, TimeTrackingProvider, UpdateDefaultProjectClassificationBean, Votes, WorkflowTransitionProperty, };
|