@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,170 @@
|
|
|
1
|
+
import { CommonHttpService } from "../core/common-http-service";
|
|
2
|
+
/**
|
|
3
|
+
* Apis related to integrating Feature Flags with Jira Software. These apis are
|
|
4
|
+
* only available to Atlassian Connect apps. To use these apis you must have the
|
|
5
|
+
* Feature Flag module (see
|
|
6
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/feature-flag/) in
|
|
7
|
+
* your app's descriptor
|
|
8
|
+
*/
|
|
9
|
+
export declare class FeatureFlagsService extends CommonHttpService {
|
|
10
|
+
/**
|
|
11
|
+
* Delete the Feature Flag data currently stored for the given ID.
|
|
12
|
+
*
|
|
13
|
+
* Deletion is performed asynchronously. The getFeatureFlagById operation can be
|
|
14
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
15
|
+
*
|
|
16
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
17
|
+
* access this resource.
|
|
18
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
19
|
+
*
|
|
20
|
+
* @path {DELETE} /rest/featureflags/0.1/flag/{featureFlagId}
|
|
21
|
+
*/
|
|
22
|
+
deleteFeatureFlagById({ featureFlagId, updateSequenceId, authorization, }: {
|
|
23
|
+
/** The ID of the Feature Flag to delete. */
|
|
24
|
+
featureFlagId: string;
|
|
25
|
+
/**
|
|
26
|
+
* This parameter usage is no longer supported.
|
|
27
|
+
*
|
|
28
|
+
* An optional `_updateSequenceId` to use to control deletion.
|
|
29
|
+
*
|
|
30
|
+
* Only stored data with an `updateSequenceId` less than or equal to that provided
|
|
31
|
+
* will be deleted.
|
|
32
|
+
* This can be used help ensure submit/delete requests are applied correctly if
|
|
33
|
+
* issued close together.
|
|
34
|
+
*
|
|
35
|
+
* @deprecated
|
|
36
|
+
*/
|
|
37
|
+
updateSequenceId?: number;
|
|
38
|
+
/**
|
|
39
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
40
|
+
* Provider app installed in Jira.
|
|
41
|
+
*
|
|
42
|
+
* If the JWT token corresponds to an app that does not define Feature Flags
|
|
43
|
+
* module it will be rejected with a 403.
|
|
44
|
+
*
|
|
45
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
46
|
+
* details.
|
|
47
|
+
*/
|
|
48
|
+
authorization: string;
|
|
49
|
+
}): Promise<void>;
|
|
50
|
+
/**
|
|
51
|
+
* Bulk delete all Feature Flags that match the given request.
|
|
52
|
+
*
|
|
53
|
+
* One or more query params must be supplied to specify Properties to delete by.
|
|
54
|
+
* Optional param `_updateSequenceId` is no longer supported.
|
|
55
|
+
* If more than one Property is provided, data will be deleted that matches ALL of
|
|
56
|
+
* the Properties (e.g. treated as an AND).
|
|
57
|
+
* See the documentation for the submitFeatureFlags operation for more details.
|
|
58
|
+
*
|
|
59
|
+
* e.g. DELETE /bulkByProperties?accountId=account-123&createdBy=user-456
|
|
60
|
+
*
|
|
61
|
+
* Deletion is performed asynchronously. The getFeatureFlagById operation can be
|
|
62
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
63
|
+
*
|
|
64
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
65
|
+
* access this resource.
|
|
66
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
67
|
+
*
|
|
68
|
+
* @path {DELETE} /rest/featureflags/0.1/bulkByProperties
|
|
69
|
+
*/
|
|
70
|
+
deleteFeatureFlagsByProperty({ updateSequenceId, authorization, }: {
|
|
71
|
+
/**
|
|
72
|
+
* This parameter usage is no longer supported.
|
|
73
|
+
*
|
|
74
|
+
* An optional `_updateSequenceId` to use to control deletion.
|
|
75
|
+
*
|
|
76
|
+
* Only stored data with an `updateSequenceId` less than or equal to that provided
|
|
77
|
+
* will be deleted.
|
|
78
|
+
* This can be used help ensure submit/delete requests are applied correctly if
|
|
79
|
+
* issued close together.
|
|
80
|
+
*
|
|
81
|
+
* If not provided, all stored data that matches the request will be deleted.
|
|
82
|
+
*
|
|
83
|
+
* @deprecated
|
|
84
|
+
*/
|
|
85
|
+
updateSequenceId?: number;
|
|
86
|
+
/**
|
|
87
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
88
|
+
* Provider app installed in Jira.
|
|
89
|
+
*
|
|
90
|
+
* If the JWT token corresponds to an app that does not define Feature Flags
|
|
91
|
+
* module it will be rejected with a 403.
|
|
92
|
+
*
|
|
93
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
94
|
+
* details.
|
|
95
|
+
*/
|
|
96
|
+
authorization: string;
|
|
97
|
+
}): Promise<void>;
|
|
98
|
+
/**
|
|
99
|
+
* Retrieve the currently stored Feature Flag data for the given ID.
|
|
100
|
+
*
|
|
101
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
102
|
+
* deletes.
|
|
103
|
+
*
|
|
104
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
105
|
+
* access this resource.
|
|
106
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
107
|
+
*
|
|
108
|
+
* @returns The Feature Flag data currently stored for the given ID.
|
|
109
|
+
* @path {GET} /rest/featureflags/0.1/flag/{featureFlagId}
|
|
110
|
+
*/
|
|
111
|
+
getFeatureFlagById({ featureFlagId, authorization, }: {
|
|
112
|
+
/** The ID of the Feature Flag to fetch. */
|
|
113
|
+
featureFlagId: string;
|
|
114
|
+
/**
|
|
115
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
116
|
+
* Provider app installed in Jira.
|
|
117
|
+
*
|
|
118
|
+
* If the JWT token corresponds to an app that does not define Feature Flags
|
|
119
|
+
* module it will be rejected with a 403.
|
|
120
|
+
*
|
|
121
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
122
|
+
* details.
|
|
123
|
+
*/
|
|
124
|
+
authorization: string;
|
|
125
|
+
}): Promise<unknown>;
|
|
126
|
+
/**
|
|
127
|
+
* Update / insert Feature Flag data.
|
|
128
|
+
*
|
|
129
|
+
* Feature Flags are identified by their ID, and existing Feature Flag data for
|
|
130
|
+
* the same ID will be replaced if it exists and the updateSequenceId of existing
|
|
131
|
+
* data is less than the incoming data.
|
|
132
|
+
*
|
|
133
|
+
* Submissions are performed asynchronously. Submitted data will eventually be
|
|
134
|
+
* available in Jira; most updates are available within a short period of time,
|
|
135
|
+
* but may take some time during peak load and/or maintenance times. The
|
|
136
|
+
* getFeatureFlagById operation can be used to confirm that data has been stored
|
|
137
|
+
* successfully (if needed).
|
|
138
|
+
*
|
|
139
|
+
* In the case of multiple Feature Flags being submitted in one request, each is
|
|
140
|
+
* validated individually prior to submission. Details of which Feature Flags
|
|
141
|
+
* failed submission (if any) are available in the response object.
|
|
142
|
+
*
|
|
143
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
144
|
+
* access this resource.
|
|
145
|
+
* This resource requires the 'WRITE' scope for Connect apps.
|
|
146
|
+
*
|
|
147
|
+
* @returns Submission accepted. Each submitted Feature Flag that is of a valid format will
|
|
148
|
+
* be eventually available in Jira.
|
|
149
|
+
*
|
|
150
|
+
* Details of which Feature Flags were submitted and which failed submission (due
|
|
151
|
+
* to data format problems etc.) are available in the response object.
|
|
152
|
+
* @path {POST} /rest/featureflags/0.1/bulk
|
|
153
|
+
*/
|
|
154
|
+
submitFeatureFlags({ authorization, requestBody, }: {
|
|
155
|
+
/**
|
|
156
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
157
|
+
* Provider app installed in Jira.
|
|
158
|
+
*
|
|
159
|
+
* If the JWT token corresponds to an app that does not define Feature Flags
|
|
160
|
+
* module it will be rejected with a 403.
|
|
161
|
+
*
|
|
162
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
163
|
+
* details.
|
|
164
|
+
*/
|
|
165
|
+
authorization: string;
|
|
166
|
+
/** Feature Flag data to submit. */
|
|
167
|
+
requestBody: unknown;
|
|
168
|
+
}): Promise<unknown>;
|
|
169
|
+
static initialize(): void;
|
|
170
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FeatureFlagsService = 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 commonHttpClient = require("../core/common-http-client");
|
|
9
|
+
const common_http_service_1 = require("../core/common-http-service");
|
|
10
|
+
const validation_schema_storage_1 = require("../validation-schema-storage");
|
|
11
|
+
/**
|
|
12
|
+
* Apis related to integrating Feature Flags with Jira Software. These apis are
|
|
13
|
+
* only available to Atlassian Connect apps. To use these apis you must have the
|
|
14
|
+
* Feature Flag module (see
|
|
15
|
+
* https://developer.atlassian.com/cloud/jira/software/modules/feature-flag/) in
|
|
16
|
+
* your app's descriptor
|
|
17
|
+
*/
|
|
18
|
+
class FeatureFlagsService extends common_http_service_1.CommonHttpService {
|
|
19
|
+
/**
|
|
20
|
+
* Delete the Feature Flag data currently stored for the given ID.
|
|
21
|
+
*
|
|
22
|
+
* Deletion is performed asynchronously. The getFeatureFlagById operation can be
|
|
23
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
24
|
+
*
|
|
25
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
26
|
+
* access this resource.
|
|
27
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
28
|
+
*
|
|
29
|
+
* @path {DELETE} /rest/featureflags/0.1/flag/{featureFlagId}
|
|
30
|
+
*/
|
|
31
|
+
deleteFeatureFlagById({ featureFlagId, updateSequenceId, authorization, }) {
|
|
32
|
+
return this.getClientInstance()
|
|
33
|
+
.request({
|
|
34
|
+
path: "/rest/featureflags/0.1/flag/{featureFlagId}",
|
|
35
|
+
method: "DELETE",
|
|
36
|
+
pathParams: {
|
|
37
|
+
featureFlagId,
|
|
38
|
+
},
|
|
39
|
+
query: {
|
|
40
|
+
_updateSequenceId: updateSequenceId,
|
|
41
|
+
},
|
|
42
|
+
headers: {
|
|
43
|
+
Authorization: authorization,
|
|
44
|
+
},
|
|
45
|
+
})
|
|
46
|
+
.then(commonHttpClient.discardResult);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Bulk delete all Feature Flags that match the given request.
|
|
50
|
+
*
|
|
51
|
+
* One or more query params must be supplied to specify Properties to delete by.
|
|
52
|
+
* Optional param `_updateSequenceId` is no longer supported.
|
|
53
|
+
* If more than one Property is provided, data will be deleted that matches ALL of
|
|
54
|
+
* the Properties (e.g. treated as an AND).
|
|
55
|
+
* See the documentation for the submitFeatureFlags operation for more details.
|
|
56
|
+
*
|
|
57
|
+
* e.g. DELETE /bulkByProperties?accountId=account-123&createdBy=user-456
|
|
58
|
+
*
|
|
59
|
+
* Deletion is performed asynchronously. The getFeatureFlagById operation can be
|
|
60
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
61
|
+
*
|
|
62
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
63
|
+
* access this resource.
|
|
64
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
65
|
+
*
|
|
66
|
+
* @path {DELETE} /rest/featureflags/0.1/bulkByProperties
|
|
67
|
+
*/
|
|
68
|
+
deleteFeatureFlagsByProperty({ updateSequenceId, authorization, }) {
|
|
69
|
+
return this.getClientInstance()
|
|
70
|
+
.request({
|
|
71
|
+
path: "/rest/featureflags/0.1/bulkByProperties",
|
|
72
|
+
method: "DELETE",
|
|
73
|
+
query: {
|
|
74
|
+
_updateSequenceId: updateSequenceId,
|
|
75
|
+
},
|
|
76
|
+
headers: {
|
|
77
|
+
Authorization: authorization,
|
|
78
|
+
},
|
|
79
|
+
})
|
|
80
|
+
.then(commonHttpClient.discardResult);
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Retrieve the currently stored Feature Flag data for the given ID.
|
|
84
|
+
*
|
|
85
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
86
|
+
* deletes.
|
|
87
|
+
*
|
|
88
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
89
|
+
* access this resource.
|
|
90
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
91
|
+
*
|
|
92
|
+
* @returns The Feature Flag data currently stored for the given ID.
|
|
93
|
+
* @path {GET} /rest/featureflags/0.1/flag/{featureFlagId}
|
|
94
|
+
*/
|
|
95
|
+
getFeatureFlagById({ featureFlagId, authorization, }) {
|
|
96
|
+
return this.getClientInstance()
|
|
97
|
+
.request({
|
|
98
|
+
path: "/rest/featureflags/0.1/flag/{featureFlagId}",
|
|
99
|
+
method: "GET",
|
|
100
|
+
pathParams: {
|
|
101
|
+
featureFlagId,
|
|
102
|
+
},
|
|
103
|
+
headers: {
|
|
104
|
+
Authorization: authorization,
|
|
105
|
+
},
|
|
106
|
+
})
|
|
107
|
+
.then(this.getClientInstance().responseHandler({
|
|
108
|
+
200: {
|
|
109
|
+
"application/json": "json",
|
|
110
|
+
},
|
|
111
|
+
}))
|
|
112
|
+
.then(commonHttpClient.castResponse())
|
|
113
|
+
.then(validation_schema_storage_1.validationSchemaStorage.validator("FeatureFlagsService.getFeatureFlagById.response"))
|
|
114
|
+
.then(commonHttpClient.getBody);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Update / insert Feature Flag data.
|
|
118
|
+
*
|
|
119
|
+
* Feature Flags are identified by their ID, and existing Feature Flag data for
|
|
120
|
+
* the same ID will be replaced if it exists and the updateSequenceId of existing
|
|
121
|
+
* data is less than the incoming data.
|
|
122
|
+
*
|
|
123
|
+
* Submissions are performed asynchronously. Submitted data will eventually be
|
|
124
|
+
* available in Jira; most updates are available within a short period of time,
|
|
125
|
+
* but may take some time during peak load and/or maintenance times. The
|
|
126
|
+
* getFeatureFlagById operation can be used to confirm that data has been stored
|
|
127
|
+
* successfully (if needed).
|
|
128
|
+
*
|
|
129
|
+
* In the case of multiple Feature Flags being submitted in one request, each is
|
|
130
|
+
* validated individually prior to submission. Details of which Feature Flags
|
|
131
|
+
* failed submission (if any) are available in the response object.
|
|
132
|
+
*
|
|
133
|
+
* Only Connect apps that define the `jiraFeatureFlagInfoProvider` module can
|
|
134
|
+
* access this resource.
|
|
135
|
+
* This resource requires the 'WRITE' scope for Connect apps.
|
|
136
|
+
*
|
|
137
|
+
* @returns Submission accepted. Each submitted Feature Flag that is of a valid format will
|
|
138
|
+
* be eventually available in Jira.
|
|
139
|
+
*
|
|
140
|
+
* Details of which Feature Flags were submitted and which failed submission (due
|
|
141
|
+
* to data format problems etc.) are available in the response object.
|
|
142
|
+
* @path {POST} /rest/featureflags/0.1/bulk
|
|
143
|
+
*/
|
|
144
|
+
submitFeatureFlags({ authorization, requestBody, }) {
|
|
145
|
+
return this.getClientInstance()
|
|
146
|
+
.request({
|
|
147
|
+
path: "/rest/featureflags/0.1/bulk",
|
|
148
|
+
method: "POST",
|
|
149
|
+
headers: {
|
|
150
|
+
Authorization: authorization,
|
|
151
|
+
"Content-Type": "application/json",
|
|
152
|
+
},
|
|
153
|
+
body: requestBody,
|
|
154
|
+
})
|
|
155
|
+
.then(this.getClientInstance().responseHandler({
|
|
156
|
+
202: {
|
|
157
|
+
"application/json": "json",
|
|
158
|
+
},
|
|
159
|
+
}))
|
|
160
|
+
.then(commonHttpClient.castResponse())
|
|
161
|
+
.then(validation_schema_storage_1.validationSchemaStorage.validator("FeatureFlagsService.submitFeatureFlags.response"))
|
|
162
|
+
.then(commonHttpClient.getBody);
|
|
163
|
+
}
|
|
164
|
+
static initialize() {
|
|
165
|
+
validation_schema_storage_1.validationSchemaStorage.registerExtensible("FeatureFlagsService.submitFeatureFlags.response", zod_1.z
|
|
166
|
+
.object({
|
|
167
|
+
status: zod_1.z.literal(202),
|
|
168
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
169
|
+
body: zod_1.z.unknown(),
|
|
170
|
+
})
|
|
171
|
+
.describe("FeatureFlagsService.submitFeatureFlags.response"));
|
|
172
|
+
validation_schema_storage_1.validationSchemaStorage.registerExtensible("FeatureFlagsService.getFeatureFlagById.response", zod_1.z
|
|
173
|
+
.object({
|
|
174
|
+
status: zod_1.z.literal(200),
|
|
175
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
176
|
+
body: zod_1.z.unknown(),
|
|
177
|
+
})
|
|
178
|
+
.describe("FeatureFlagsService.getFeatureFlagById.response"));
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
exports.FeatureFlagsService = FeatureFlagsService;
|
|
182
|
+
//# sourceMappingURL=feature-flags-service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature-flags-service.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/feature-flags-service.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,+DAA+D;AAC/D,qEAAgE;AAChE,4EAAuE;AACvE;;;;;;GAMG;AACH,MAAa,mBAAoB,SAAQ,uCAAiB;IACxD;;;;;;;;;;;OAWG;IACH,qBAAqB,CAAC,EACpB,aAAa,EACb,gBAAgB,EAChB,aAAa,GA4Bd;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,6CAA6C;YACnD,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,aAAa;aACd;YACD,KAAK,EAAE;gBACL,iBAAiB,EAAE,gBAAgB;aACpC;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,4BAA4B,CAAC,EAC3B,gBAAgB,EAChB,aAAa,GA4Bd;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,yCAAyC;YAC/C,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE;gBACL,iBAAiB,EAAE,gBAAgB;aACpC;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,kBAAkB,CAAC,EACjB,aAAa,EACb,aAAa,GAed;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,6CAA6C;YACnD,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,aAAa;aACd;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,mDAAuB,CAAC,SAAS,CAC/B,iDAAiD,CAClD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,kBAAkB,CAAC,EACjB,aAAa,EACb,WAAW,GAeZ;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,6BAA6B;YACnC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;gBAC5B,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,WAAW;SAClB,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,mDAAuB,CAAC,SAAS,CAC/B,iDAAiD,CAClD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,mDAAuB,CAAC,kBAAkB,CACxC,iDAAiD,EACjD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,iDAAiD,CAAC,CAC/D,CAAC;QACF,mDAAuB,CAAC,kBAAkB,CACxC,iDAAiD,EACjD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,iDAAiD,CAAC,CAC/D,CAAC;IACJ,CAAC;CACF;AA/RD,kDA+RC"}
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
import { CommonHttpService } from "../core/common-http-service";
|
|
2
|
+
/** Apis related to issues */
|
|
3
|
+
export declare class IssueService extends CommonHttpService {
|
|
4
|
+
/**
|
|
5
|
+
* Updates the estimation of the issue. boardId param is required. This param
|
|
6
|
+
* determines which field will be updated on a issue.
|
|
7
|
+
*
|
|
8
|
+
* Note that this resource changes the estimation field of the issue regardless of
|
|
9
|
+
* appearance the field on the screen.
|
|
10
|
+
*
|
|
11
|
+
* Original time tracking estimation field accepts estimation in formats like
|
|
12
|
+
* "1w", "2d", "3h", "20m" or number which represent number of minutes. However,
|
|
13
|
+
* internally the field stores and returns the estimation as a number of seconds.
|
|
14
|
+
*
|
|
15
|
+
* The field used for estimation on the given board can be obtained from [board
|
|
16
|
+
* configuration resource](#agile/1.0/board-getConfiguration). More information
|
|
17
|
+
* about the field are returned by [edit meta
|
|
18
|
+
* resource](#api-rest-api-3-issue-issueIdOrKey-editmeta-get) or [field
|
|
19
|
+
* resource](#api-rest-api-3-field-get).
|
|
20
|
+
*
|
|
21
|
+
* @returns Returns the estimation of the issue and a fieldId of the field that is used for
|
|
22
|
+
* it.
|
|
23
|
+
*
|
|
24
|
+
* example: {
|
|
25
|
+
* "fieldId": "customfield_12532",
|
|
26
|
+
* "value": "8.0"
|
|
27
|
+
* }
|
|
28
|
+
* @path {PUT} /rest/agile/1.0/issue/{issueIdOrKey}/estimation
|
|
29
|
+
*/
|
|
30
|
+
estimateIssueForBoard({ issueIdOrKey, boardId, requestBody, }: {
|
|
31
|
+
/** The ID or key of the requested issue. */
|
|
32
|
+
issueIdOrKey: string;
|
|
33
|
+
/** The ID of the board required to determine which field is used for estimation. */
|
|
34
|
+
boardId?: number;
|
|
35
|
+
/**
|
|
36
|
+
* bean that contains value of a new estimation.
|
|
37
|
+
*
|
|
38
|
+
* @example {
|
|
39
|
+
* "value": "8.0"
|
|
40
|
+
* }
|
|
41
|
+
*/
|
|
42
|
+
requestBody: {
|
|
43
|
+
value?: string;
|
|
44
|
+
};
|
|
45
|
+
}): Promise<unknown>;
|
|
46
|
+
/**
|
|
47
|
+
* Returns a single issue, for a given issue ID or issue key. Issues returned from
|
|
48
|
+
* this resource include Agile fields, like sprint, closedSprints, flagged, and
|
|
49
|
+
* epic.
|
|
50
|
+
*
|
|
51
|
+
* @returns Returns the requested issue.
|
|
52
|
+
*
|
|
53
|
+
* example: {
|
|
54
|
+
* "expand": "",
|
|
55
|
+
* "fields": {
|
|
56
|
+
* "flagged": true,
|
|
57
|
+
* "sprint": {
|
|
58
|
+
* "id": 37,
|
|
59
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/13",
|
|
60
|
+
* "state": "future",
|
|
61
|
+
* "name": "sprint 2",
|
|
62
|
+
* "goal": "sprint 2 goal"
|
|
63
|
+
* },
|
|
64
|
+
* "closedSprints": [
|
|
65
|
+
* {
|
|
66
|
+
* "id": 37,
|
|
67
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
|
|
68
|
+
* "state": "closed",
|
|
69
|
+
* "name": "sprint 1",
|
|
70
|
+
* "startDate": "2015-04-11T15:22:00.000+10:00",
|
|
71
|
+
* "endDate": "2015-04-20T01:22:00.000+10:00",
|
|
72
|
+
* "completeDate": "2015-04-20T11:04:00.000+10:00",
|
|
73
|
+
* "goal": "sprint 1 goal"
|
|
74
|
+
* }
|
|
75
|
+
* ],
|
|
76
|
+
* "description": "example bug report",
|
|
77
|
+
* "project": {
|
|
78
|
+
* "avatarUrls": {
|
|
79
|
+
* "16x16":
|
|
80
|
+
* "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
81
|
+
* "24x24":
|
|
82
|
+
* "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
83
|
+
* "32x32":
|
|
84
|
+
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
85
|
+
* "48x48":
|
|
86
|
+
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
87
|
+
* },
|
|
88
|
+
* "id": "10000",
|
|
89
|
+
* "insight": {
|
|
90
|
+
* "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
|
|
91
|
+
* "totalIssueCount": 100
|
|
92
|
+
* },
|
|
93
|
+
* "key": "EX",
|
|
94
|
+
* "name": "Example",
|
|
95
|
+
* "projectCategory": {
|
|
96
|
+
* "description": "First Project Category",
|
|
97
|
+
* "id": "10000",
|
|
98
|
+
* "name": "FIRST",
|
|
99
|
+
* "self":
|
|
100
|
+
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
101
|
+
* },
|
|
102
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
103
|
+
* "simplified": false,
|
|
104
|
+
* "style": "classic"
|
|
105
|
+
* },
|
|
106
|
+
* "comment": [
|
|
107
|
+
* {
|
|
108
|
+
* "author": {
|
|
109
|
+
* "accountId": "5b10a2844c20165700ede21g",
|
|
110
|
+
* "active": false,
|
|
111
|
+
* "displayName": "Mia Krystof",
|
|
112
|
+
* "self":
|
|
113
|
+
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
114
|
+
* },
|
|
115
|
+
* "body": {
|
|
116
|
+
* "type": "doc",
|
|
117
|
+
* "version": 1,
|
|
118
|
+
* "content": [
|
|
119
|
+
* {
|
|
120
|
+
* "type": "paragraph",
|
|
121
|
+
* "content": [
|
|
122
|
+
* {
|
|
123
|
+
* "type": "text",
|
|
124
|
+
* "text": "Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
125
|
+
* elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis
|
|
126
|
+
* fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
|
|
127
|
+
* }
|
|
128
|
+
* ]
|
|
129
|
+
* }
|
|
130
|
+
* ]
|
|
131
|
+
* },
|
|
132
|
+
* "created": "2021-01-17T12:34:00.000+0000",
|
|
133
|
+
* "id": "10000",
|
|
134
|
+
* "self":
|
|
135
|
+
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
|
|
136
|
+
* "updateAuthor": {
|
|
137
|
+
* "accountId": "5b10a2844c20165700ede21g",
|
|
138
|
+
* "active": false,
|
|
139
|
+
* "displayName": "Mia Krystof",
|
|
140
|
+
* "self":
|
|
141
|
+
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
142
|
+
* },
|
|
143
|
+
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
144
|
+
* "visibility": {
|
|
145
|
+
* "identifier": "Administrators",
|
|
146
|
+
* "type": "role",
|
|
147
|
+
* "value": "Administrators"
|
|
148
|
+
* }
|
|
149
|
+
* }
|
|
150
|
+
* ],
|
|
151
|
+
* "epic": {
|
|
152
|
+
* "id": 37,
|
|
153
|
+
* "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
|
|
154
|
+
* "name": "epic 1",
|
|
155
|
+
* "summary": "epic 1 summary",
|
|
156
|
+
* "color": {
|
|
157
|
+
* "key": "color_4"
|
|
158
|
+
* },
|
|
159
|
+
* "done": true
|
|
160
|
+
* },
|
|
161
|
+
* "worklog": [
|
|
162
|
+
* {
|
|
163
|
+
* "author": {
|
|
164
|
+
* "accountId": "5b10a2844c20165700ede21g",
|
|
165
|
+
* "active": false,
|
|
166
|
+
* "displayName": "Mia Krystof",
|
|
167
|
+
* "self":
|
|
168
|
+
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
169
|
+
* },
|
|
170
|
+
* "comment": {
|
|
171
|
+
* "type": "doc",
|
|
172
|
+
* "version": 1,
|
|
173
|
+
* "content": [
|
|
174
|
+
* {
|
|
175
|
+
* "type": "paragraph",
|
|
176
|
+
* "content": [
|
|
177
|
+
* {
|
|
178
|
+
* "type": "text",
|
|
179
|
+
* "text": "I did some work here."
|
|
180
|
+
* }
|
|
181
|
+
* ]
|
|
182
|
+
* }
|
|
183
|
+
* ]
|
|
184
|
+
* },
|
|
185
|
+
* "id": "100028",
|
|
186
|
+
* "issueId": "10002",
|
|
187
|
+
* "self":
|
|
188
|
+
* "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
|
|
189
|
+
* "started": "2021-01-17T12:34:00.000+0000",
|
|
190
|
+
* "timeSpent": "3h 20m",
|
|
191
|
+
* "timeSpentSeconds": 12000,
|
|
192
|
+
* "updateAuthor": {
|
|
193
|
+
* "accountId": "5b10a2844c20165700ede21g",
|
|
194
|
+
* "active": false,
|
|
195
|
+
* "displayName": "Mia Krystof",
|
|
196
|
+
* "self":
|
|
197
|
+
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
198
|
+
* },
|
|
199
|
+
* "updated": "2021-01-18T23:45:00.000+0000",
|
|
200
|
+
* "visibility": {
|
|
201
|
+
* "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
202
|
+
* "type": "group",
|
|
203
|
+
* "value": "jira-developers"
|
|
204
|
+
* }
|
|
205
|
+
* }
|
|
206
|
+
* ],
|
|
207
|
+
* "updated": 1,
|
|
208
|
+
* "timetracking": {
|
|
209
|
+
* "originalEstimate": "10m",
|
|
210
|
+
* "originalEstimateSeconds": 600,
|
|
211
|
+
* "remainingEstimate": "3m",
|
|
212
|
+
* "remainingEstimateSeconds": 200,
|
|
213
|
+
* "timeSpent": "6m",
|
|
214
|
+
* "timeSpentSeconds": 400
|
|
215
|
+
* }
|
|
216
|
+
* },
|
|
217
|
+
* "id": "10001",
|
|
218
|
+
* "key": "HSP-1",
|
|
219
|
+
* "self":
|
|
220
|
+
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
221
|
+
* }
|
|
222
|
+
* @path {GET} /rest/agile/1.0/issue/{issueIdOrKey}
|
|
223
|
+
*/
|
|
224
|
+
getIssue({ issueIdOrKey, fields, expand, updateHistory, }: {
|
|
225
|
+
/** The ID or key of the requested issue. */
|
|
226
|
+
issueIdOrKey: string;
|
|
227
|
+
/**
|
|
228
|
+
* The list of fields to return for each issue. By default, all navigable and
|
|
229
|
+
* Agile fields are returned.
|
|
230
|
+
*/
|
|
231
|
+
fields?: {}[];
|
|
232
|
+
/** A comma-separated list of the parameters to expand. */
|
|
233
|
+
expand?: string;
|
|
234
|
+
/**
|
|
235
|
+
* A boolean indicating whether the issue retrieved by this method should be added
|
|
236
|
+
* to the current user's issue history
|
|
237
|
+
*/
|
|
238
|
+
updateHistory?: boolean;
|
|
239
|
+
}): Promise<unknown>;
|
|
240
|
+
/**
|
|
241
|
+
* Returns the estimation of the issue and a fieldId of the field that is used for
|
|
242
|
+
* it. `boardId` param is required. This param determines which field will be
|
|
243
|
+
* updated on a issue.
|
|
244
|
+
*
|
|
245
|
+
* Original time internally stores and returns the estimation as a number of
|
|
246
|
+
* seconds.
|
|
247
|
+
*
|
|
248
|
+
* The field used for estimation on the given board can be obtained from [board
|
|
249
|
+
* configuration resource](#agile/1.0/board-getConfiguration). More information
|
|
250
|
+
* about the field are returned by [edit meta
|
|
251
|
+
* resource](#api-rest-api-3-issue-getEditIssueMeta) or [field
|
|
252
|
+
* resource](#api-rest-api-3-field-get).
|
|
253
|
+
*
|
|
254
|
+
* @returns Returns the estimation of the issue and a fieldId of the field that is used for
|
|
255
|
+
* it.
|
|
256
|
+
*
|
|
257
|
+
* example: {
|
|
258
|
+
* "fieldId": "customfield_12532",
|
|
259
|
+
* "value": "8.0"
|
|
260
|
+
* }
|
|
261
|
+
* @path {GET} /rest/agile/1.0/issue/{issueIdOrKey}/estimation
|
|
262
|
+
*/
|
|
263
|
+
getIssueEstimationForBoard({ issueIdOrKey, boardId, }: {
|
|
264
|
+
/** The ID or key of the requested issue. */
|
|
265
|
+
issueIdOrKey: string;
|
|
266
|
+
/** The ID of the board required to determine which field is used for estimation. */
|
|
267
|
+
boardId?: number;
|
|
268
|
+
}): Promise<unknown>;
|
|
269
|
+
/**
|
|
270
|
+
* Moves (ranks) issues before or after a given issue. At most 50 issues may be
|
|
271
|
+
* ranked at once.
|
|
272
|
+
*
|
|
273
|
+
* This operation may fail for some issues, although this will be rare. In that
|
|
274
|
+
* case the 207 status code is returned for the whole response and detailed
|
|
275
|
+
* information regarding each issue is available in the response body.
|
|
276
|
+
*
|
|
277
|
+
* If rankCustomFieldId is not defined, the default rank field will be used.
|
|
278
|
+
*
|
|
279
|
+
* @returns Returns the list of issue with status of rank operation.
|
|
280
|
+
*
|
|
281
|
+
* example: {
|
|
282
|
+
* "entries": [
|
|
283
|
+
* {
|
|
284
|
+
* "issueId": 10000,
|
|
285
|
+
* "issueKey": "PR-1",
|
|
286
|
+
* "status": 200
|
|
287
|
+
* },
|
|
288
|
+
* {
|
|
289
|
+
* "issueId": 10001,
|
|
290
|
+
* "issueKey": "PR-2",
|
|
291
|
+
* "status": 200
|
|
292
|
+
* },
|
|
293
|
+
* {
|
|
294
|
+
* "errors": [
|
|
295
|
+
* "JIRA Agile cannot execute the rank operation at this time. Please try
|
|
296
|
+
* again later."
|
|
297
|
+
* ],
|
|
298
|
+
* "issueId": 10002,
|
|
299
|
+
* "issueKey": "PR-3",
|
|
300
|
+
* "status": 503
|
|
301
|
+
* }
|
|
302
|
+
* ]
|
|
303
|
+
* }
|
|
304
|
+
* @path {PUT} /rest/agile/1.0/issue/rank
|
|
305
|
+
*/
|
|
306
|
+
rankIssues({ requestBody, }: {
|
|
307
|
+
/**
|
|
308
|
+
* bean which contains list of issues to rank and information where it should be
|
|
309
|
+
* ranked.
|
|
310
|
+
*
|
|
311
|
+
* @example {
|
|
312
|
+
* "issues": [
|
|
313
|
+
* "PR-1",
|
|
314
|
+
* "10001",
|
|
315
|
+
* "PR-3"
|
|
316
|
+
* ],
|
|
317
|
+
* "rankBeforeIssue": "PR-4",
|
|
318
|
+
* "rankCustomFieldId": 10521
|
|
319
|
+
* }
|
|
320
|
+
*/
|
|
321
|
+
requestBody: {
|
|
322
|
+
issues?: string[];
|
|
323
|
+
rankAfterIssue?: string;
|
|
324
|
+
rankBeforeIssue?: string;
|
|
325
|
+
rankCustomFieldId?: number;
|
|
326
|
+
};
|
|
327
|
+
}): Promise<unknown>;
|
|
328
|
+
static initialize(): void;
|
|
329
|
+
}
|