@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 @@
|
|
|
1
|
+
{"version":3,"file":"workflows-service.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/workflows-service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validationSchemaStorage = void 0;
|
|
4
|
+
// DO NOT EDIT!
|
|
5
|
+
// This file is generated by "api-typescript-generator".
|
|
6
|
+
// To update this file run "yarn build:openapi".
|
|
7
|
+
const zod_1 = require("zod");
|
|
8
|
+
const common_validation_schema_storage_1 = require("./core/common-validation-schema-storage");
|
|
9
|
+
exports.validationSchemaStorage = new common_validation_schema_storage_1.CommonValidationSchemaStorage({
|
|
10
|
+
assertDataShape: (schema, data) => schema.parse(data),
|
|
11
|
+
makeExtensible: function makeExtensible(zodSchema) {
|
|
12
|
+
if (zodSchema instanceof zod_1.ZodObject) {
|
|
13
|
+
let zodObject = zodSchema;
|
|
14
|
+
const currentShape = zodObject.shape;
|
|
15
|
+
const newShape = Object.fromEntries(Object.entries(currentShape).map(([key, value]) => [
|
|
16
|
+
key,
|
|
17
|
+
makeExtensible(value),
|
|
18
|
+
]));
|
|
19
|
+
if (Object.entries(newShape).some(([key, value]) => value !== currentShape[key])) {
|
|
20
|
+
zodObject = zodObject.extend(newShape);
|
|
21
|
+
}
|
|
22
|
+
const newCatchall = makeExtensible(zodSchema._def.catchall);
|
|
23
|
+
if (newCatchall !== zodSchema._def.catchall) {
|
|
24
|
+
zodObject = zodObject.catchall(newCatchall);
|
|
25
|
+
}
|
|
26
|
+
if (!(zodObject._def.catchall instanceof zod_1.ZodNever)) {
|
|
27
|
+
return zodObject;
|
|
28
|
+
}
|
|
29
|
+
if (zodObject._def.unknownKeys === "passthrough") {
|
|
30
|
+
return zodObject;
|
|
31
|
+
}
|
|
32
|
+
return zodObject.passthrough();
|
|
33
|
+
}
|
|
34
|
+
else if (zodSchema instanceof zod_1.ZodOptional) {
|
|
35
|
+
const nestedType = makeExtensible(zodSchema.unwrap());
|
|
36
|
+
if (nestedType !== zodSchema.unwrap()) {
|
|
37
|
+
return new zod_1.ZodOptional(Object.assign(Object.assign({}, zodSchema._def), { innerType: nestedType }));
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
else if (zodSchema instanceof zod_1.ZodNullable) {
|
|
41
|
+
const nestedType = makeExtensible(zodSchema.unwrap());
|
|
42
|
+
if (nestedType !== zodSchema.unwrap()) {
|
|
43
|
+
return new zod_1.ZodNullable(Object.assign(Object.assign({}, zodSchema._def), { innerType: nestedType }));
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
else if (zodSchema instanceof zod_1.ZodArray) {
|
|
47
|
+
const nestedType = makeExtensible(zodSchema.element);
|
|
48
|
+
if (nestedType !== zodSchema.element) {
|
|
49
|
+
return new zod_1.ZodArray(Object.assign(Object.assign({}, zodSchema._def), { type: nestedType }));
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
else if (zodSchema instanceof zod_1.ZodIntersection) {
|
|
53
|
+
const left = makeExtensible(zodSchema._def.left);
|
|
54
|
+
const right = makeExtensible(zodSchema._def.right);
|
|
55
|
+
if (left !== zodSchema._def.left || right !== zodSchema._def.right) {
|
|
56
|
+
return new zod_1.ZodIntersection(Object.assign(Object.assign({}, zodSchema._def), { left,
|
|
57
|
+
right }));
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
else if (zodSchema instanceof zod_1.ZodUnion) {
|
|
61
|
+
const newOptions = zodSchema._def.options.map((type) => makeExtensible(type));
|
|
62
|
+
if (newOptions.some((type, i) => type !== zodSchema._def.options[i])) {
|
|
63
|
+
return new zod_1.ZodUnion(Object.assign(Object.assign({}, zodSchema._def), { options: newOptions }));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
else if (zodSchema instanceof zod_1.ZodLazy) {
|
|
67
|
+
return new zod_1.ZodLazy(Object.assign(Object.assign({}, zodSchema._def), { getter: () => makeExtensible(zodSchema._def.getter()) }));
|
|
68
|
+
}
|
|
69
|
+
return zodSchema;
|
|
70
|
+
},
|
|
71
|
+
formatErrorMessage: function formatErrorMessage(error, schema) {
|
|
72
|
+
function findModelNameByPath(schema, path) {
|
|
73
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
74
|
+
let result = undefined;
|
|
75
|
+
if (schema instanceof zod_1.ZodLazy) {
|
|
76
|
+
return (_a = findModelNameByPath(schema.schema, path)) !== null && _a !== void 0 ? _a : result;
|
|
77
|
+
}
|
|
78
|
+
if (schema.description !== undefined) {
|
|
79
|
+
result = {
|
|
80
|
+
modelName: schema.description,
|
|
81
|
+
path,
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
if (path.length === 0) {
|
|
85
|
+
return result;
|
|
86
|
+
}
|
|
87
|
+
if (schema instanceof zod_1.ZodObject) {
|
|
88
|
+
const [pathBit, ...restPath] = path;
|
|
89
|
+
const field = schema.shape[pathBit];
|
|
90
|
+
if (field !== undefined) {
|
|
91
|
+
result = (_b = findModelNameByPath(field, restPath)) !== null && _b !== void 0 ? _b : result;
|
|
92
|
+
}
|
|
93
|
+
const catchall = schema._def.catchall;
|
|
94
|
+
if (catchall !== undefined) {
|
|
95
|
+
result = (_c = findModelNameByPath(catchall, restPath)) !== null && _c !== void 0 ? _c : result;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
else if (schema instanceof zod_1.ZodArray) {
|
|
99
|
+
const [, ...restPath] = path;
|
|
100
|
+
result = (_d = findModelNameByPath(schema.element, restPath)) !== null && _d !== void 0 ? _d : result;
|
|
101
|
+
}
|
|
102
|
+
else if (schema instanceof zod_1.ZodTuple) {
|
|
103
|
+
const [pathBit, ...restPath] = path;
|
|
104
|
+
const element = schema.items[pathBit];
|
|
105
|
+
if (element !== undefined) {
|
|
106
|
+
result = (_e = findModelNameByPath(element, restPath)) !== null && _e !== void 0 ? _e : result;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
else if (schema instanceof zod_1.ZodOptional) {
|
|
110
|
+
result = (_f = findModelNameByPath(schema.unwrap(), path)) !== null && _f !== void 0 ? _f : result;
|
|
111
|
+
}
|
|
112
|
+
else if (schema instanceof zod_1.ZodNullable) {
|
|
113
|
+
result = (_g = findModelNameByPath(schema.unwrap(), path)) !== null && _g !== void 0 ? _g : result;
|
|
114
|
+
}
|
|
115
|
+
else if (schema instanceof zod_1.ZodIntersection) {
|
|
116
|
+
result =
|
|
117
|
+
(_j = (_h = findModelNameByPath(schema._def.left, path)) !== null && _h !== void 0 ? _h : findModelNameByPath(schema._def.right, path)) !== null && _j !== void 0 ? _j : result;
|
|
118
|
+
}
|
|
119
|
+
else if (schema instanceof zod_1.ZodUnion) {
|
|
120
|
+
result = schema.options.reduce((acc, option) => { var _a; return (_a = findModelNameByPath(option, path)) !== null && _a !== void 0 ? _a : acc; }, result);
|
|
121
|
+
}
|
|
122
|
+
return result;
|
|
123
|
+
}
|
|
124
|
+
function pathToString(path) {
|
|
125
|
+
return path
|
|
126
|
+
.map((p, index) => typeof p === "number" ? `[${p}]` : `${index > 0 ? "." : ""}${p}`)
|
|
127
|
+
.join("");
|
|
128
|
+
}
|
|
129
|
+
if (error instanceof zod_1.ZodError) {
|
|
130
|
+
return error.errors
|
|
131
|
+
.map(({ message, path }) => {
|
|
132
|
+
const info = findModelNameByPath(schema, path);
|
|
133
|
+
const modelInfo = info
|
|
134
|
+
? ` at '${pathToString([info.modelName, ...info.path])}'`
|
|
135
|
+
: "";
|
|
136
|
+
return `${message}${path.length > 0 ? `${modelInfo}, full path: '${pathToString(path)}'.` : ""}`;
|
|
137
|
+
})
|
|
138
|
+
.join(" ");
|
|
139
|
+
}
|
|
140
|
+
return error.message;
|
|
141
|
+
},
|
|
142
|
+
lazyGetter: (getSchema) => zod_1.z.lazy(getSchema),
|
|
143
|
+
});
|
|
144
|
+
//# sourceMappingURL=validation-schema-storage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-schema-storage.js","sourceRoot":"","sources":["../../../src/openapi/platform/validation-schema-storage.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,426 @@
|
|
|
1
|
+
import * as commonHttpClient from "./core/common-http-client";
|
|
2
|
+
import { CommonHttpService } from "./core/common-http-service";
|
|
3
|
+
import type { IssueBean, LinkGroup, Operations, SearchResults } from "./models/board";
|
|
4
|
+
import { BacklogService } from "./services/backlog-service";
|
|
5
|
+
import { BoardService } from "./services/board-service";
|
|
6
|
+
import { BuildsService } from "./services/builds-service";
|
|
7
|
+
import { DeploymentsService } from "./services/deployments-service";
|
|
8
|
+
import { DevOpsComponentsService } from "./services/dev-ops-components-service";
|
|
9
|
+
import { DevelopmentInformationService } from "./services/development-information-service";
|
|
10
|
+
import { EpicService } from "./services/epic-service";
|
|
11
|
+
import { FeatureFlagsService } from "./services/feature-flags-service";
|
|
12
|
+
import { IssueService } from "./services/issue-service";
|
|
13
|
+
import { OperationsService } from "./services/operations-service";
|
|
14
|
+
import { RemoteLinksService } from "./services/remote-links-service";
|
|
15
|
+
import { SecurityInformationService } from "./services/security-information-service";
|
|
16
|
+
import { SprintService } from "./services/sprint-service";
|
|
17
|
+
export type BaseJiraSoftwareApiClientOptions = Partial<commonHttpClient.CommonHttpClientOptions>;
|
|
18
|
+
export declare class BaseJiraSoftwareApiClientError extends commonHttpClient.CommonHttpClientError {
|
|
19
|
+
name: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Jira Software Cloud API
|
|
23
|
+
*
|
|
24
|
+
* Jira Software Cloud REST API documentation
|
|
25
|
+
*
|
|
26
|
+
* @version 1001.0.0
|
|
27
|
+
*/
|
|
28
|
+
export declare class BaseJiraSoftwareApiClient extends CommonHttpService {
|
|
29
|
+
client: commonHttpClient.CommonHttpClient;
|
|
30
|
+
getClient: () => commonHttpClient.CommonHttpClient;
|
|
31
|
+
/** Apis related to the backlog */
|
|
32
|
+
backlog: BacklogService;
|
|
33
|
+
/** Apis related to boards */
|
|
34
|
+
board: BoardService;
|
|
35
|
+
/**
|
|
36
|
+
* APIs related to integrating builds data with Jira Software. These APIs
|
|
37
|
+
* are available to Atlassian Connect apps. To use these APIs you must
|
|
38
|
+
* have the Build module see
|
|
39
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/build/
|
|
40
|
+
* in your app's descriptor. They are also related to integrating Jira
|
|
41
|
+
* Software Cloud with on-premises tools using
|
|
42
|
+
* OAuth 2.0 credentials, see
|
|
43
|
+
* https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
|
|
44
|
+
*/
|
|
45
|
+
builds: BuildsService;
|
|
46
|
+
/**
|
|
47
|
+
* APIs related to integrating deployments data with Jira Software. These APIs
|
|
48
|
+
* are available to Atlassian Connect apps. To use these APIs you must
|
|
49
|
+
* have the Deployment module see
|
|
50
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/deployment/
|
|
51
|
+
* in your app's descriptor. They are also related to integrating Jira
|
|
52
|
+
* Software Cloud with on-premises tools using
|
|
53
|
+
* OAuth 2.0 credentials, see
|
|
54
|
+
* https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
|
|
55
|
+
*/
|
|
56
|
+
deployments: DeploymentsService;
|
|
57
|
+
/**
|
|
58
|
+
* APIs related to integrating development information (commits, branches and pull
|
|
59
|
+
* requests) with Jira. These APIs are available to Atlassian Connect apps and
|
|
60
|
+
* on-premise integrations using OAuth. Connect apps using these APIs must have
|
|
61
|
+
* the Development Tool module in the app descriptor, see
|
|
62
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/development-tool/.
|
|
63
|
+
* For more details on integrating Jira Software Cloud with on-premises tools
|
|
64
|
+
* using OAuth 2.0 credentials, see
|
|
65
|
+
* https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
|
|
66
|
+
*/
|
|
67
|
+
developmentInformation: DevelopmentInformationService;
|
|
68
|
+
/**
|
|
69
|
+
* APIs related to integrating Dev Ops Components affected by Incident data with
|
|
70
|
+
* Jira Software. These APIs are available to Atlassian Connect
|
|
71
|
+
* apps. To use these APIs you must have the DevOps Component module in your app's
|
|
72
|
+
* descriptor. Read more about Jira Software modules
|
|
73
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
74
|
+
*
|
|
75
|
+
* # Module
|
|
76
|
+
* The DevOps Component module allows third-party providers to add devops
|
|
77
|
+
* components through a public REST API.
|
|
78
|
+
*
|
|
79
|
+
* Supplied devops components information will be used by the Connection Manager
|
|
80
|
+
* tab in Jira to allow users to associate devops components with Jira projects.
|
|
81
|
+
* All incident and PIR information related to that devops component will be
|
|
82
|
+
* presented in the Incidents page in Jira Software, and as a link to any issues
|
|
83
|
+
* created via the Incidents Page.
|
|
84
|
+
*
|
|
85
|
+
* This module also provides actions, two will be used by Jira to let the provider
|
|
86
|
+
* know when the devops component has been associated or disassociated with a Jira
|
|
87
|
+
* project, and two can be used by the Provider to associate a devops component
|
|
88
|
+
* with a Jira Issue.
|
|
89
|
+
*
|
|
90
|
+
* Note that the module key and name are not private and therefore should not
|
|
91
|
+
* contain any sensitive or personally identifiable information.
|
|
92
|
+
*
|
|
93
|
+
* ## Example Module
|
|
94
|
+
*
|
|
95
|
+
* An example can also be found at
|
|
96
|
+
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
97
|
+
* which has an `atlassian-connect.json`.
|
|
98
|
+
*
|
|
99
|
+
* ```
|
|
100
|
+
* {
|
|
101
|
+
* "modules": {
|
|
102
|
+
* "jiraDevOpsComponentProvider": {
|
|
103
|
+
* "homeUrl": "https://my-operations-provider.com",
|
|
104
|
+
* "logoUrl": "https://my-operations-provider.com/images/logo.svg",
|
|
105
|
+
* "documentationUrl":
|
|
106
|
+
* "https://my-operations-provider.com/docs/jira-integration",
|
|
107
|
+
* "actions": {
|
|
108
|
+
* "associateEntity": {
|
|
109
|
+
* "templateUrl": "/components/associate"
|
|
110
|
+
* },
|
|
111
|
+
* "disassociateEntity": {
|
|
112
|
+
* "templateUrl": "/components/disassociate"
|
|
113
|
+
* },
|
|
114
|
+
* "onEntityAssociated": {
|
|
115
|
+
* "templateUrl": "/components/associate"
|
|
116
|
+
* },
|
|
117
|
+
* "onEntityDisassociated": {
|
|
118
|
+
* "templateUrl": "/components/disassociate"
|
|
119
|
+
* }
|
|
120
|
+
* },
|
|
121
|
+
* "name": {
|
|
122
|
+
* "value": "My DevOps Component Provider"
|
|
123
|
+
* },
|
|
124
|
+
* "key": "devops-component-integration"
|
|
125
|
+
* }
|
|
126
|
+
* }
|
|
127
|
+
* }
|
|
128
|
+
* ```
|
|
129
|
+
*
|
|
130
|
+
* ### Properties
|
|
131
|
+
*
|
|
132
|
+
* | Property | type | Description
|
|
133
|
+
*
|
|
134
|
+
* | Required |
|
|
135
|
+
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
136
|
+
* | key | string | A key to identify this module. Must match
|
|
137
|
+
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
138
|
+
* | Yes |
|
|
139
|
+
* | name | object (i18N) | A human readable name. This object
|
|
140
|
+
* supports
|
|
141
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
142
|
+
* | Yes |
|
|
143
|
+
* | homeUrl | string | URL to the provider’s homepage
|
|
144
|
+
*
|
|
145
|
+
* | Yes |
|
|
146
|
+
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
147
|
+
* will be displayed in the UI
|
|
148
|
+
* | |
|
|
149
|
+
* | documentationUrl | string | Optional URL to documentation about the
|
|
150
|
+
* provider’s Jira integration
|
|
151
|
+
* | |
|
|
152
|
+
* | actions | object | Actions the can be used by Jira to improve
|
|
153
|
+
* the integrated experience
|
|
154
|
+
* | Yes |
|
|
155
|
+
*
|
|
156
|
+
* ### Actions object
|
|
157
|
+
*
|
|
158
|
+
* | Property | type | Description
|
|
159
|
+
*
|
|
160
|
+
* | Required |
|
|
161
|
+
* |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
162
|
+
* | associateEntity | object | An action defined by the provider to allow Jira to
|
|
163
|
+
* retrieve details about operations workspaces via a post endpoint.
|
|
164
|
+
*
|
|
165
|
+
* | Yes |
|
|
166
|
+
* | disassociateEntity | object | An action defined by the provider to allow Jira
|
|
167
|
+
* to search using details about operations workspaces via a get endpoint.
|
|
168
|
+
*
|
|
169
|
+
* | Yes |
|
|
170
|
+
* | onEntityAssociated | object | An action defined by the provider to allow Jira
|
|
171
|
+
* to create a new operations container via a post endpoint.
|
|
172
|
+
*
|
|
173
|
+
* | |
|
|
174
|
+
* | onEntityDisassociated | object | An action defined by the provider to allow
|
|
175
|
+
* Jira to create a new Post-Incident Review object via a post endpoint.
|
|
176
|
+
*
|
|
177
|
+
* | |
|
|
178
|
+
*/
|
|
179
|
+
devOpsComponents: DevOpsComponentsService;
|
|
180
|
+
/** Apis related to epics */
|
|
181
|
+
epic: EpicService;
|
|
182
|
+
/**
|
|
183
|
+
* Apis related to integrating Feature Flags with Jira Software. These apis are
|
|
184
|
+
* only available to Atlassian Connect apps. To use these apis you must have the
|
|
185
|
+
* Feature Flag module (see
|
|
186
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/feature-flag/) in
|
|
187
|
+
* your app's descriptor
|
|
188
|
+
*/
|
|
189
|
+
featureFlags: FeatureFlagsService;
|
|
190
|
+
/** Apis related to issues */
|
|
191
|
+
issue: IssueService;
|
|
192
|
+
/**
|
|
193
|
+
* APIs related to integrating Incident and Post-Incident Review (PIR) data with
|
|
194
|
+
* Jira Software. These APIs are available to Atlassian Connect
|
|
195
|
+
* apps. To use these APIs you must have the Operations module in your app's
|
|
196
|
+
* descriptor. Read more about Jira Software modules
|
|
197
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
198
|
+
*
|
|
199
|
+
* # Module
|
|
200
|
+
*
|
|
201
|
+
* The Operations module allows third-party providers to add incident and PIR
|
|
202
|
+
* information through a public REST API.
|
|
203
|
+
*
|
|
204
|
+
* Supplied incident information will be presented in the Incidents page in Jira
|
|
205
|
+
* Software, and as a link to any issues created via the Incidents Page.
|
|
206
|
+
*
|
|
207
|
+
* This module also provides actions, one which allows Jira to provide a direct
|
|
208
|
+
* link to the operations provider where the user can create a post-incident
|
|
209
|
+
* review and two which allow Jira to search for relevant workspaces and devops
|
|
210
|
+
* components.
|
|
211
|
+
*
|
|
212
|
+
* Note that the module key and name are not private and therefore should not
|
|
213
|
+
* contain any sensitive or personally identifiable information.
|
|
214
|
+
*
|
|
215
|
+
* ## Example Module
|
|
216
|
+
*
|
|
217
|
+
* An example can also be found at
|
|
218
|
+
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
219
|
+
* which has an `atlassian-connect.json`.
|
|
220
|
+
*
|
|
221
|
+
* ```
|
|
222
|
+
* {
|
|
223
|
+
* "modules": {
|
|
224
|
+
* "jiraOperationsInfoProvider": {
|
|
225
|
+
* "homeUrl": "https://my-operations-provider.com",
|
|
226
|
+
* "logoUrl": "https://my-operations-provider.com/images/logo.svg",
|
|
227
|
+
* "documentationUrl":
|
|
228
|
+
* "https://my-operations-provider.com/docs/jira-integration",
|
|
229
|
+
* "actions": {
|
|
230
|
+
* "fetchWorkspaces": {
|
|
231
|
+
* "templateUrl": "/workspaces/list"
|
|
232
|
+
* },
|
|
233
|
+
* "searchContainers": {
|
|
234
|
+
* "templateUrl": "/containers/search"
|
|
235
|
+
* },
|
|
236
|
+
* "createPostIncidentReview": {
|
|
237
|
+
* "url":
|
|
238
|
+
* "https://my-operations-provider.com/my-workspace/create-post-incident-review?affected-component={component-id}&incident={incident-id}
|
|
239
|
+
* }
|
|
240
|
+
* },
|
|
241
|
+
* "name": {
|
|
242
|
+
* "value": "My Operations Provider"
|
|
243
|
+
* },
|
|
244
|
+
* "key": "operations-integration"
|
|
245
|
+
* }
|
|
246
|
+
* }
|
|
247
|
+
* }
|
|
248
|
+
* ```
|
|
249
|
+
*
|
|
250
|
+
* ### Properties
|
|
251
|
+
*
|
|
252
|
+
* | Property | type | Description
|
|
253
|
+
*
|
|
254
|
+
* | Required |
|
|
255
|
+
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
256
|
+
* | key | string | A key to identify this module. Must match
|
|
257
|
+
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
258
|
+
* | Yes |
|
|
259
|
+
* | name | object (i18N) | A human readable name. This object
|
|
260
|
+
* supports
|
|
261
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
262
|
+
* | Yes |
|
|
263
|
+
* | homeUrl | string | URL to the provider’s homepage
|
|
264
|
+
*
|
|
265
|
+
* | Yes |
|
|
266
|
+
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
267
|
+
* will be displayed in the UI
|
|
268
|
+
* | |
|
|
269
|
+
* | documentationUrl | string | Optional URL to documentation about the
|
|
270
|
+
* provider’s Jira integration
|
|
271
|
+
* | |
|
|
272
|
+
* | actions | object | Actions the can be used by Jira to improve
|
|
273
|
+
* the integrated experience
|
|
274
|
+
* | Yes |
|
|
275
|
+
*
|
|
276
|
+
* ### Actions object
|
|
277
|
+
*
|
|
278
|
+
* | Property | type | Description
|
|
279
|
+
*
|
|
280
|
+
* | Required |
|
|
281
|
+
* |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
282
|
+
* | fetchWorkspaces | object | An action defined by the provider to allow Jira to
|
|
283
|
+
* retrieve details about operations workspaces via a post endpoint.
|
|
284
|
+
*
|
|
285
|
+
* | Yes |
|
|
286
|
+
* | searchContainers | object | An action defined by the provider to allow Jira
|
|
287
|
+
* to search using details about devops components via a get endpoint.
|
|
288
|
+
*
|
|
289
|
+
* | Yes |
|
|
290
|
+
* | createPostIncidentReview | object | An action defined by the provider to
|
|
291
|
+
* allow Jira to create a new Post-Incident Review object via a post endpoint.
|
|
292
|
+
*
|
|
293
|
+
* | |
|
|
294
|
+
*/
|
|
295
|
+
operations: OperationsService;
|
|
296
|
+
/**
|
|
297
|
+
* APIs related to integrating Remote Links data with Jira Software. These APIs
|
|
298
|
+
* are available to Atlassian Connect
|
|
299
|
+
* apps. To use these APIs you must have the Remote Link module in your app's
|
|
300
|
+
* descriptor. Read more about Jira Software modules
|
|
301
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
302
|
+
*
|
|
303
|
+
* # Module
|
|
304
|
+
*
|
|
305
|
+
* The Remote Link module allows third-party providers to add a generic link
|
|
306
|
+
* through a public REST API and associate it with Jira issues or services.
|
|
307
|
+
*
|
|
308
|
+
* Supplied remote link information will be presented in the right sidebar of the
|
|
309
|
+
* new Jira issue view under Releases.
|
|
310
|
+
*
|
|
311
|
+
* This module also provides actions, which allows users to perform an action on
|
|
312
|
+
* the remote link.
|
|
313
|
+
*
|
|
314
|
+
* Note that the module key and name are not private and should therefore not
|
|
315
|
+
* contain any sensitive or personally identifiable information.
|
|
316
|
+
*
|
|
317
|
+
* ## Example Module
|
|
318
|
+
*
|
|
319
|
+
* An example can also be found at
|
|
320
|
+
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
321
|
+
* which has an `atlassian-connect.json`.
|
|
322
|
+
*
|
|
323
|
+
* ```
|
|
324
|
+
* {
|
|
325
|
+
* "modules": {
|
|
326
|
+
* "jiraRemoteLinkInfoProvider": {
|
|
327
|
+
* "homeUrl": "https://my-remotelink-provider.com",
|
|
328
|
+
* "logoUrl": "https://my-remotelink-provider.com/images/logo.svg",
|
|
329
|
+
* "documentationUrl":
|
|
330
|
+
* "https://my-remotelink-provider.com/docs/jira-integration",
|
|
331
|
+
* "actions": [
|
|
332
|
+
* {
|
|
333
|
+
* "actionId": "action-1",
|
|
334
|
+
* "actionLabel": {
|
|
335
|
+
* "value": {
|
|
336
|
+
* "value": "Acknowledge"
|
|
337
|
+
* }
|
|
338
|
+
* },
|
|
339
|
+
* "templateUrl": "https://my-remotelink-provider.com/ack/{ack-id}"
|
|
340
|
+
* }
|
|
341
|
+
* ],
|
|
342
|
+
* "name": {
|
|
343
|
+
* "value": "My Remote Link Provider"
|
|
344
|
+
* },
|
|
345
|
+
* "key": "remotelink-integration"
|
|
346
|
+
* }
|
|
347
|
+
* }
|
|
348
|
+
* }
|
|
349
|
+
* ```
|
|
350
|
+
*
|
|
351
|
+
* ### Properties
|
|
352
|
+
*
|
|
353
|
+
* | Property | type | Description
|
|
354
|
+
*
|
|
355
|
+
* | Required |
|
|
356
|
+
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
357
|
+
* | key | string | A key to identify this module. Must match
|
|
358
|
+
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
359
|
+
* | Yes |
|
|
360
|
+
* | name | object (i18N) | A human readable name. This object
|
|
361
|
+
* supports
|
|
362
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
363
|
+
* | Yes |
|
|
364
|
+
* | homeUrl | string | URL to the provider’s homepage
|
|
365
|
+
*
|
|
366
|
+
* | Yes |
|
|
367
|
+
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
368
|
+
* will be displayed in the UI
|
|
369
|
+
* | |
|
|
370
|
+
* | documentationUrl | string | Optional URL to documentation about the
|
|
371
|
+
* provider’s Jira integration
|
|
372
|
+
* | |
|
|
373
|
+
* | actions | object | Optional actions that can be performed by
|
|
374
|
+
* Jira users on the remote link
|
|
375
|
+
*
|
|
376
|
+
* ### Actions object
|
|
377
|
+
*
|
|
378
|
+
* | Property | type | Description
|
|
379
|
+
*
|
|
380
|
+
* | Required |
|
|
381
|
+
* |-------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
382
|
+
* | actionId | string | A key to identify a specific action. Used for
|
|
383
|
+
* associating a specific Remote link to an action of this ID. <br> The actionId
|
|
384
|
+
* of an action must be unique across all actions.
|
|
385
|
+
* | Yes |
|
|
386
|
+
* | actionLabel | object | The actionLabel of an Action is shown visibly to the
|
|
387
|
+
* User alongside the Remote Link.
|
|
388
|
+
*
|
|
389
|
+
* | Yes |
|
|
390
|
+
* | templateUrl | string | The templateUrl of an Action is a template where
|
|
391
|
+
* strings can be substituted into the URL for a specific Remote Link. <br>
|
|
392
|
+
* Strings used in the templateUrl must be passed in via an attribute map when
|
|
393
|
+
* associating an action with a remote link. | Yes |
|
|
394
|
+
*
|
|
395
|
+
* ### ActionLabel Object
|
|
396
|
+
*
|
|
397
|
+
* | Property | type | Description
|
|
398
|
+
*
|
|
399
|
+
* | Required |
|
|
400
|
+
* |----------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
401
|
+
* | value | object (i18n) | The label shown on the UI. This object supports
|
|
402
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
403
|
+
* | Yes |
|
|
404
|
+
*/
|
|
405
|
+
remoteLinks: RemoteLinksService;
|
|
406
|
+
/**
|
|
407
|
+
* Send security information to Jira Software and enable your teams to turn
|
|
408
|
+
* unplanned vulnerabilities into planned and tracked work.
|
|
409
|
+
*
|
|
410
|
+
* Security is everyone's responsibility, and the security feature in Jira lets
|
|
411
|
+
* you triage and track relevant vulnerabilities as a team. Discuss and prioritise
|
|
412
|
+
* issues, minimise errors and duplication, and plan security work to complete in
|
|
413
|
+
* your sprints.
|
|
414
|
+
*
|
|
415
|
+
* APIs related to integrating Security information with Jira Software are
|
|
416
|
+
* available to Atlassian Connect apps. To use these APIs you must have the
|
|
417
|
+
* Security module in your app's descriptor. Read more about Jira Software modules
|
|
418
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
419
|
+
*/
|
|
420
|
+
securityInformation: SecurityInformationService;
|
|
421
|
+
/** Apis related to sprints */
|
|
422
|
+
sprint: SprintService;
|
|
423
|
+
constructor(options?: BaseJiraSoftwareApiClientOptions);
|
|
424
|
+
static createClientWithServices: typeof commonHttpClient.createClientWithServices;
|
|
425
|
+
}
|
|
426
|
+
export type { IssueBean, LinkGroup, Operations, SearchResults };
|