@atlassian-dc-mcp/jira 0.2.0 → 0.3.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/CHANGELOG.md +23 -0
- package/build/index.js +12 -4
- package/build/index.js.map +1 -1
- package/build/jira-client/core/ApiError.d.ts +11 -0
- package/build/jira-client/core/ApiError.d.ts.map +1 -0
- package/build/jira-client/core/ApiError.js +17 -0
- package/build/jira-client/core/ApiError.js.map +1 -0
- package/build/jira-client/core/ApiRequestOptions.d.ts +14 -0
- package/build/jira-client/core/ApiRequestOptions.d.ts.map +1 -0
- package/build/jira-client/core/ApiRequestOptions.js +2 -0
- package/build/jira-client/core/ApiRequestOptions.js.map +1 -0
- package/build/jira-client/core/ApiResult.d.ts +8 -0
- package/build/jira-client/core/ApiResult.d.ts.map +1 -0
- package/build/jira-client/core/ApiResult.js +2 -0
- package/build/jira-client/core/ApiResult.js.map +1 -0
- package/build/jira-client/core/CancelablePromise.d.ts +21 -0
- package/build/jira-client/core/CancelablePromise.d.ts.map +1 -0
- package/build/jira-client/core/CancelablePromise.js +100 -0
- package/build/jira-client/core/CancelablePromise.js.map +1 -0
- package/build/jira-client/core/OpenAPI.d.ts +17 -0
- package/build/jira-client/core/OpenAPI.d.ts.map +1 -0
- package/build/jira-client/core/OpenAPI.js +12 -0
- package/build/jira-client/core/OpenAPI.js.map +1 -0
- package/build/jira-client/core/request.d.ts +31 -0
- package/build/jira-client/core/request.d.ts.map +1 -0
- package/build/jira-client/core/request.js +276 -0
- package/build/jira-client/core/request.js.map +1 -0
- package/build/jira-client/index.d.ts +366 -0
- package/build/jira-client/index.d.ts.map +1 -0
- package/build/jira-client/index.js +91 -0
- package/build/jira-client/index.js.map +1 -0
- package/build/jira-client/models/A11yPersonalSettingBean.d.ts +5 -0
- package/build/jira-client/models/A11yPersonalSettingBean.d.ts.map +1 -0
- package/build/jira-client/models/A11yPersonalSettingBean.js +2 -0
- package/build/jira-client/models/A11yPersonalSettingBean.js.map +1 -0
- package/build/jira-client/models/ActiveCategory.d.ts +4 -0
- package/build/jira-client/models/ActiveCategory.d.ts.map +1 -0
- package/build/jira-client/models/ActiveCategory.js +2 -0
- package/build/jira-client/models/ActiveCategory.js.map +1 -0
- package/build/jira-client/models/ActorInputBean.d.ts +5 -0
- package/build/jira-client/models/ActorInputBean.d.ts.map +1 -0
- package/build/jira-client/models/ActorInputBean.js +2 -0
- package/build/jira-client/models/ActorInputBean.js.map +1 -0
- package/build/jira-client/models/ActorsMap.d.ts +2 -0
- package/build/jira-client/models/ActorsMap.d.ts.map +1 -0
- package/build/jira-client/models/ActorsMap.js +2 -0
- package/build/jira-client/models/ActorsMap.js.map +1 -0
- package/build/jira-client/models/AddFieldBean.d.ts +4 -0
- package/build/jira-client/models/AddFieldBean.d.ts.map +1 -0
- package/build/jira-client/models/AddFieldBean.js +2 -0
- package/build/jira-client/models/AddFieldBean.js.map +1 -0
- package/build/jira-client/models/AddGroupBean.d.ts +4 -0
- package/build/jira-client/models/AddGroupBean.d.ts.map +1 -0
- package/build/jira-client/models/AddGroupBean.js +2 -0
- package/build/jira-client/models/AddGroupBean.js.map +1 -0
- package/build/jira-client/models/AddReactionRequestBean.d.ts +5 -0
- package/build/jira-client/models/AddReactionRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/AddReactionRequestBean.js +2 -0
- package/build/jira-client/models/AddReactionRequestBean.js.map +1 -0
- package/build/jira-client/models/AdminHistoryLink.d.ts +2 -0
- package/build/jira-client/models/AdminHistoryLink.d.ts.map +1 -0
- package/build/jira-client/models/AdminHistoryLink.js +2 -0
- package/build/jira-client/models/AdminHistoryLink.js.map +1 -0
- package/build/jira-client/models/AffectedEntityBean.d.ts +16 -0
- package/build/jira-client/models/AffectedEntityBean.d.ts.map +1 -0
- package/build/jira-client/models/AffectedEntityBean.js +11 -0
- package/build/jira-client/models/AffectedEntityBean.js.map +1 -0
- package/build/jira-client/models/AppMonitoringRestEntity.d.ts +4 -0
- package/build/jira-client/models/AppMonitoringRestEntity.d.ts.map +1 -0
- package/build/jira-client/models/AppMonitoringRestEntity.js +2 -0
- package/build/jira-client/models/AppMonitoringRestEntity.js.map +1 -0
- package/build/jira-client/models/AppTypeBean.d.ts +5 -0
- package/build/jira-client/models/AppTypeBean.d.ts.map +1 -0
- package/build/jira-client/models/AppTypeBean.js +2 -0
- package/build/jira-client/models/AppTypeBean.js.map +1 -0
- package/build/jira-client/models/Application.d.ts +5 -0
- package/build/jira-client/models/Application.d.ts.map +1 -0
- package/build/jira-client/models/Application.js +2 -0
- package/build/jira-client/models/Application.js.map +1 -0
- package/build/jira-client/models/ApplicationPropertyBean.d.ts +5 -0
- package/build/jira-client/models/ApplicationPropertyBean.d.ts.map +1 -0
- package/build/jira-client/models/ApplicationPropertyBean.js +2 -0
- package/build/jira-client/models/ApplicationPropertyBean.js.map +1 -0
- package/build/jira-client/models/ApplicationRoleBean.d.ts +15 -0
- package/build/jira-client/models/ApplicationRoleBean.d.ts.map +1 -0
- package/build/jira-client/models/ApplicationRoleBean.js +2 -0
- package/build/jira-client/models/ApplicationRoleBean.js.map +1 -0
- package/build/jira-client/models/AssignIssueTypesRequest.d.ts +6 -0
- package/build/jira-client/models/AssignIssueTypesRequest.d.ts.map +1 -0
- package/build/jira-client/models/AssignIssueTypesRequest.js +2 -0
- package/build/jira-client/models/AssignIssueTypesRequest.js.map +1 -0
- package/build/jira-client/models/AssociateProjectsBean.d.ts +4 -0
- package/build/jira-client/models/AssociateProjectsBean.d.ts.map +1 -0
- package/build/jira-client/models/AssociateProjectsBean.js +2 -0
- package/build/jira-client/models/AssociateProjectsBean.js.map +1 -0
- package/build/jira-client/models/AttachmentArchiveEntry.d.ts +8 -0
- package/build/jira-client/models/AttachmentArchiveEntry.d.ts.map +1 -0
- package/build/jira-client/models/AttachmentArchiveEntry.js +2 -0
- package/build/jira-client/models/AttachmentArchiveEntry.js.map +1 -0
- package/build/jira-client/models/AttachmentArchiveImpl.d.ts +9 -0
- package/build/jira-client/models/AttachmentArchiveImpl.d.ts.map +1 -0
- package/build/jira-client/models/AttachmentArchiveImpl.js +2 -0
- package/build/jira-client/models/AttachmentArchiveImpl.js.map +1 -0
- package/build/jira-client/models/AttachmentBean.d.ts +2 -0
- package/build/jira-client/models/AttachmentBean.d.ts.map +1 -0
- package/build/jira-client/models/AttachmentBean.js +2 -0
- package/build/jira-client/models/AttachmentBean.js.map +1 -0
- package/build/jira-client/models/AttachmentJsonBean.d.ts +13 -0
- package/build/jira-client/models/AttachmentJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/AttachmentJsonBean.js +2 -0
- package/build/jira-client/models/AttachmentJsonBean.js.map +1 -0
- package/build/jira-client/models/AttachmentMetaBean.d.ts +8 -0
- package/build/jira-client/models/AttachmentMetaBean.d.ts.map +1 -0
- package/build/jira-client/models/AttachmentMetaBean.js +2 -0
- package/build/jira-client/models/AttachmentMetaBean.js.map +1 -0
- package/build/jira-client/models/AuthParams.d.ts +5 -0
- package/build/jira-client/models/AuthParams.d.ts.map +1 -0
- package/build/jira-client/models/AuthParams.js +2 -0
- package/build/jira-client/models/AuthParams.js.map +1 -0
- package/build/jira-client/models/AuthSuccess.d.ts +7 -0
- package/build/jira-client/models/AuthSuccess.d.ts.map +1 -0
- package/build/jira-client/models/AuthSuccess.js +2 -0
- package/build/jira-client/models/AuthSuccess.js.map +1 -0
- package/build/jira-client/models/AutoCompleteResponseBean.d.ts +6 -0
- package/build/jira-client/models/AutoCompleteResponseBean.d.ts.map +1 -0
- package/build/jira-client/models/AutoCompleteResponseBean.js +2 -0
- package/build/jira-client/models/AutoCompleteResponseBean.js.map +1 -0
- package/build/jira-client/models/AutoCompleteResultWrapper.d.ts +2 -0
- package/build/jira-client/models/AutoCompleteResultWrapper.d.ts.map +1 -0
- package/build/jira-client/models/AutoCompleteResultWrapper.js +2 -0
- package/build/jira-client/models/AutoCompleteResultWrapper.js.map +1 -0
- package/build/jira-client/models/AvailableIssueTypesRequestBean.d.ts +4 -0
- package/build/jira-client/models/AvailableIssueTypesRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/AvailableIssueTypesRequestBean.js +2 -0
- package/build/jira-client/models/AvailableIssueTypesRequestBean.js.map +1 -0
- package/build/jira-client/models/AvailableProjectsPaginatedBean.d.ts +5 -0
- package/build/jira-client/models/AvailableProjectsPaginatedBean.d.ts.map +1 -0
- package/build/jira-client/models/AvailableProjectsPaginatedBean.js +2 -0
- package/build/jira-client/models/AvailableProjectsPaginatedBean.js.map +1 -0
- package/build/jira-client/models/AvailableProjectsRequestBean.d.ts +4 -0
- package/build/jira-client/models/AvailableProjectsRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/AvailableProjectsRequestBean.js +2 -0
- package/build/jira-client/models/AvailableProjectsRequestBean.js.map +1 -0
- package/build/jira-client/models/AvatarBean.d.ts +6 -0
- package/build/jira-client/models/AvatarBean.d.ts.map +1 -0
- package/build/jira-client/models/AvatarBean.js +2 -0
- package/build/jira-client/models/AvatarBean.js.map +1 -0
- package/build/jira-client/models/AvatarCroppingBean.d.ts +8 -0
- package/build/jira-client/models/AvatarCroppingBean.d.ts.map +1 -0
- package/build/jira-client/models/AvatarCroppingBean.js +2 -0
- package/build/jira-client/models/AvatarCroppingBean.js.map +1 -0
- package/build/jira-client/models/BlogBean.d.ts +2 -0
- package/build/jira-client/models/BlogBean.d.ts.map +1 -0
- package/build/jira-client/models/BlogBean.js +2 -0
- package/build/jira-client/models/BlogBean.js.map +1 -0
- package/build/jira-client/models/BoardBean.d.ts +7 -0
- package/build/jira-client/models/BoardBean.d.ts.map +1 -0
- package/build/jira-client/models/BoardBean.js +2 -0
- package/build/jira-client/models/BoardBean.js.map +1 -0
- package/build/jira-client/models/BoardConfigBean.d.ts +17 -0
- package/build/jira-client/models/BoardConfigBean.d.ts.map +1 -0
- package/build/jira-client/models/BoardConfigBean.js +2 -0
- package/build/jira-client/models/BoardConfigBean.js.map +1 -0
- package/build/jira-client/models/BoardCreateBean.d.ts +6 -0
- package/build/jira-client/models/BoardCreateBean.d.ts.map +1 -0
- package/build/jira-client/models/BoardCreateBean.js +2 -0
- package/build/jira-client/models/BoardCreateBean.js.map +1 -0
- package/build/jira-client/models/BooleanSettingBean.d.ts +4 -0
- package/build/jira-client/models/BooleanSettingBean.d.ts.map +1 -0
- package/build/jira-client/models/BooleanSettingBean.js +2 -0
- package/build/jira-client/models/BooleanSettingBean.js.map +1 -0
- package/build/jira-client/models/BulkDeleteResponseBean.d.ts +6 -0
- package/build/jira-client/models/BulkDeleteResponseBean.d.ts.map +1 -0
- package/build/jira-client/models/BulkDeleteResponseBean.js +2 -0
- package/build/jira-client/models/BulkDeleteResponseBean.js.map +1 -0
- package/build/jira-client/models/BulkOperationErrorResult.d.ts +7 -0
- package/build/jira-client/models/BulkOperationErrorResult.d.ts.map +1 -0
- package/build/jira-client/models/BulkOperationErrorResult.js +2 -0
- package/build/jira-client/models/BulkOperationErrorResult.js.map +1 -0
- package/build/jira-client/models/ChangeHistoryBean.d.ts +11 -0
- package/build/jira-client/models/ChangeHistoryBean.d.ts.map +1 -0
- package/build/jira-client/models/ChangeHistoryBean.js +2 -0
- package/build/jira-client/models/ChangeHistoryBean.js.map +1 -0
- package/build/jira-client/models/ChangeItemBean.d.ts +9 -0
- package/build/jira-client/models/ChangeItemBean.d.ts.map +1 -0
- package/build/jira-client/models/ChangeItemBean.js +2 -0
- package/build/jira-client/models/ChangeItemBean.js.map +1 -0
- package/build/jira-client/models/ChangelogBean.d.ts +8 -0
- package/build/jira-client/models/ChangelogBean.d.ts.map +1 -0
- package/build/jira-client/models/ChangelogBean.js +2 -0
- package/build/jira-client/models/ChangelogBean.js.map +1 -0
- package/build/jira-client/models/ClusterLockStatusBean.d.ts +7 -0
- package/build/jira-client/models/ClusterLockStatusBean.d.ts.map +1 -0
- package/build/jira-client/models/ClusterLockStatusBean.js +2 -0
- package/build/jira-client/models/ClusterLockStatusBean.js.map +1 -0
- package/build/jira-client/models/ClusterLockStatusesBean.d.ts +5 -0
- package/build/jira-client/models/ClusterLockStatusesBean.d.ts.map +1 -0
- package/build/jira-client/models/ClusterLockStatusesBean.js +2 -0
- package/build/jira-client/models/ClusterLockStatusesBean.js.map +1 -0
- package/build/jira-client/models/ClusterState.d.ts +16 -0
- package/build/jira-client/models/ClusterState.d.ts.map +1 -0
- package/build/jira-client/models/ClusterState.js +13 -0
- package/build/jira-client/models/ClusterState.js.map +1 -0
- package/build/jira-client/models/ColorBean.d.ts +22 -0
- package/build/jira-client/models/ColorBean.d.ts.map +1 -0
- package/build/jira-client/models/ColorBean.js +21 -0
- package/build/jira-client/models/ColorBean.js.map +1 -0
- package/build/jira-client/models/ColumnBean.d.ts +8 -0
- package/build/jira-client/models/ColumnBean.d.ts.map +1 -0
- package/build/jira-client/models/ColumnBean.js +2 -0
- package/build/jira-client/models/ColumnBean.js.map +1 -0
- package/build/jira-client/models/ColumnConfigBean.d.ts +6 -0
- package/build/jira-client/models/ColumnConfigBean.d.ts.map +1 -0
- package/build/jira-client/models/ColumnConfigBean.js +2 -0
- package/build/jira-client/models/ColumnConfigBean.js.map +1 -0
- package/build/jira-client/models/ColumnLayout.d.ts +15 -0
- package/build/jira-client/models/ColumnLayout.d.ts.map +1 -0
- package/build/jira-client/models/ColumnLayout.js +12 -0
- package/build/jira-client/models/ColumnLayout.js.map +1 -0
- package/build/jira-client/models/ColumnLayoutItem.d.ts +8 -0
- package/build/jira-client/models/ColumnLayoutItem.d.ts.map +1 -0
- package/build/jira-client/models/ColumnLayoutItem.js +2 -0
- package/build/jira-client/models/ColumnLayoutItem.js.map +1 -0
- package/build/jira-client/models/ColumnOptions.d.ts +2 -0
- package/build/jira-client/models/ColumnOptions.d.ts.map +1 -0
- package/build/jira-client/models/ColumnOptions.js +2 -0
- package/build/jira-client/models/ColumnOptions.js.map +1 -0
- package/build/jira-client/models/ColumnsBean.d.ts +4 -0
- package/build/jira-client/models/ColumnsBean.d.ts.map +1 -0
- package/build/jira-client/models/ColumnsBean.js +2 -0
- package/build/jira-client/models/ColumnsBean.js.map +1 -0
- package/build/jira-client/models/CommentJsonBean.d.ts +16 -0
- package/build/jira-client/models/CommentJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/CommentJsonBean.js +2 -0
- package/build/jira-client/models/CommentJsonBean.js.map +1 -0
- package/build/jira-client/models/CommentsWithPaginationJsonBean.d.ts +8 -0
- package/build/jira-client/models/CommentsWithPaginationJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/CommentsWithPaginationJsonBean.js +2 -0
- package/build/jira-client/models/CommentsWithPaginationJsonBean.js.map +1 -0
- package/build/jira-client/models/ComponentBean.d.ts +22 -0
- package/build/jira-client/models/ComponentBean.d.ts.map +1 -0
- package/build/jira-client/models/ComponentBean.js +11 -0
- package/build/jira-client/models/ComponentBean.js.map +1 -0
- package/build/jira-client/models/ComponentIssueCountsBean.d.ts +5 -0
- package/build/jira-client/models/ComponentIssueCountsBean.d.ts.map +1 -0
- package/build/jira-client/models/ComponentIssueCountsBean.js +2 -0
- package/build/jira-client/models/ComponentIssueCountsBean.js.map +1 -0
- package/build/jira-client/models/ConfigurationBean.d.ts +12 -0
- package/build/jira-client/models/ConfigurationBean.d.ts.map +1 -0
- package/build/jira-client/models/ConfigurationBean.js +2 -0
- package/build/jira-client/models/ConfigurationBean.js.map +1 -0
- package/build/jira-client/models/ContentToRender.d.ts +2 -0
- package/build/jira-client/models/ContentToRender.d.ts.map +1 -0
- package/build/jira-client/models/ContentToRender.js +2 -0
- package/build/jira-client/models/ContentToRender.js.map +1 -0
- package/build/jira-client/models/CreateIndexBean.d.ts +8 -0
- package/build/jira-client/models/CreateIndexBean.d.ts.map +1 -0
- package/build/jira-client/models/CreateIndexBean.js +2 -0
- package/build/jira-client/models/CreateIndexBean.js.map +1 -0
- package/build/jira-client/models/CreateMetaIssueTypeBean.d.ts +12 -0
- package/build/jira-client/models/CreateMetaIssueTypeBean.d.ts.map +1 -0
- package/build/jira-client/models/CreateMetaIssueTypeBean.js +2 -0
- package/build/jira-client/models/CreateMetaIssueTypeBean.js.map +1 -0
- package/build/jira-client/models/CreateUpdateRoleRequestBean.d.ts +5 -0
- package/build/jira-client/models/CreateUpdateRoleRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/CreateUpdateRoleRequestBean.js +2 -0
- package/build/jira-client/models/CreateUpdateRoleRequestBean.js.map +1 -0
- package/build/jira-client/models/CurrentUser.d.ts +2 -0
- package/build/jira-client/models/CurrentUser.d.ts.map +1 -0
- package/build/jira-client/models/CurrentUser.js +2 -0
- package/build/jira-client/models/CurrentUser.js.map +1 -0
- package/build/jira-client/models/CustomFieldBean.d.ts +20 -0
- package/build/jira-client/models/CustomFieldBean.d.ts.map +1 -0
- package/build/jira-client/models/CustomFieldBean.js +2 -0
- package/build/jira-client/models/CustomFieldBean.js.map +1 -0
- package/build/jira-client/models/CustomFieldDefinitionJsonBean.d.ts +11 -0
- package/build/jira-client/models/CustomFieldDefinitionJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/CustomFieldDefinitionJsonBean.js +2 -0
- package/build/jira-client/models/CustomFieldDefinitionJsonBean.js.map +1 -0
- package/build/jira-client/models/CustomFieldOptionBean.d.ts +8 -0
- package/build/jira-client/models/CustomFieldOptionBean.d.ts.map +1 -0
- package/build/jira-client/models/CustomFieldOptionBean.js +2 -0
- package/build/jira-client/models/CustomFieldOptionBean.js.map +1 -0
- package/build/jira-client/models/CustomFieldOptionsBean.d.ts +6 -0
- package/build/jira-client/models/CustomFieldOptionsBean.d.ts.map +1 -0
- package/build/jira-client/models/CustomFieldOptionsBean.js +2 -0
- package/build/jira-client/models/CustomFieldOptionsBean.js.map +1 -0
- package/build/jira-client/models/CustomFieldReplacement.d.ts +5 -0
- package/build/jira-client/models/CustomFieldReplacement.d.ts.map +1 -0
- package/build/jira-client/models/CustomFieldReplacement.js +2 -0
- package/build/jira-client/models/CustomFieldReplacement.js.map +1 -0
- package/build/jira-client/models/DarkFeaturePropertyBean.d.ts +4 -0
- package/build/jira-client/models/DarkFeaturePropertyBean.d.ts.map +1 -0
- package/build/jira-client/models/DarkFeaturePropertyBean.js +2 -0
- package/build/jira-client/models/DarkFeaturePropertyBean.js.map +1 -0
- package/build/jira-client/models/DarkFeaturesBean.d.ts +6 -0
- package/build/jira-client/models/DarkFeaturesBean.d.ts.map +1 -0
- package/build/jira-client/models/DarkFeaturesBean.js +2 -0
- package/build/jira-client/models/DarkFeaturesBean.js.map +1 -0
- package/build/jira-client/models/DashboardBean.d.ts +7 -0
- package/build/jira-client/models/DashboardBean.d.ts.map +1 -0
- package/build/jira-client/models/DashboardBean.js +2 -0
- package/build/jira-client/models/DashboardBean.js.map +1 -0
- package/build/jira-client/models/DashboardsBean.d.ts +10 -0
- package/build/jira-client/models/DashboardsBean.d.ts.map +1 -0
- package/build/jira-client/models/DashboardsBean.js +2 -0
- package/build/jira-client/models/DashboardsBean.js.map +1 -0
- package/build/jira-client/models/DefaultBean.d.ts +5 -0
- package/build/jira-client/models/DefaultBean.d.ts.map +1 -0
- package/build/jira-client/models/DefaultBean.js +2 -0
- package/build/jira-client/models/DefaultBean.js.map +1 -0
- package/build/jira-client/models/DefaultShareScopeBean.d.ts +11 -0
- package/build/jira-client/models/DefaultShareScopeBean.d.ts.map +1 -0
- package/build/jira-client/models/DefaultShareScopeBean.js +10 -0
- package/build/jira-client/models/DefaultShareScopeBean.js.map +1 -0
- package/build/jira-client/models/DeleteAndReplaceVersionBean.d.ts +7 -0
- package/build/jira-client/models/DeleteAndReplaceVersionBean.d.ts.map +1 -0
- package/build/jira-client/models/DeleteAndReplaceVersionBean.js +2 -0
- package/build/jira-client/models/DeleteAndReplaceVersionBean.js.map +1 -0
- package/build/jira-client/models/EditMetaBean.d.ts +2 -0
- package/build/jira-client/models/EditMetaBean.d.ts.map +1 -0
- package/build/jira-client/models/EditMetaBean.js +2 -0
- package/build/jira-client/models/EditMetaBean.js.map +1 -0
- package/build/jira-client/models/EditorMarkupParameters.d.ts +7 -0
- package/build/jira-client/models/EditorMarkupParameters.d.ts.map +1 -0
- package/build/jira-client/models/EditorMarkupParameters.js +2 -0
- package/build/jira-client/models/EditorMarkupParameters.js.map +1 -0
- package/build/jira-client/models/EntityList.d.ts +5 -0
- package/build/jira-client/models/EntityList.d.ts.map +1 -0
- package/build/jira-client/models/EntityList.js +2 -0
- package/build/jira-client/models/EntityList.js.map +1 -0
- package/build/jira-client/models/EntityPropertiesKeysBean.d.ts +5 -0
- package/build/jira-client/models/EntityPropertiesKeysBean.d.ts.map +1 -0
- package/build/jira-client/models/EntityPropertiesKeysBean.js +2 -0
- package/build/jira-client/models/EntityPropertiesKeysBean.js.map +1 -0
- package/build/jira-client/models/EntityPropertyBean.d.ts +5 -0
- package/build/jira-client/models/EntityPropertyBean.d.ts.map +1 -0
- package/build/jira-client/models/EntityPropertyBean.js +2 -0
- package/build/jira-client/models/EntityPropertyBean.js.map +1 -0
- package/build/jira-client/models/EntityPropertyKeyBean.d.ts +5 -0
- package/build/jira-client/models/EntityPropertyKeyBean.d.ts.map +1 -0
- package/build/jira-client/models/EntityPropertyKeyBean.js +2 -0
- package/build/jira-client/models/EntityPropertyKeyBean.js.map +1 -0
- package/build/jira-client/models/EntityRefBean.d.ts +7 -0
- package/build/jira-client/models/EntityRefBean.d.ts.map +1 -0
- package/build/jira-client/models/EntityRefBean.js +2 -0
- package/build/jira-client/models/EntityRefBean.js.map +1 -0
- package/build/jira-client/models/EntityTypeBean.d.ts +7 -0
- package/build/jira-client/models/EntityTypeBean.d.ts.map +1 -0
- package/build/jira-client/models/EntityTypeBean.js +2 -0
- package/build/jira-client/models/EntityTypeBean.js.map +1 -0
- package/build/jira-client/models/EntityVersionBean.d.ts +10 -0
- package/build/jira-client/models/EntityVersionBean.d.ts.map +1 -0
- package/build/jira-client/models/EntityVersionBean.js +2 -0
- package/build/jira-client/models/EntityVersionBean.js.map +1 -0
- package/build/jira-client/models/Entry.d.ts +7 -0
- package/build/jira-client/models/Entry.d.ts.map +1 -0
- package/build/jira-client/models/Entry.js +2 -0
- package/build/jira-client/models/Entry.js.map +1 -0
- package/build/jira-client/models/EpicBean.d.ts +11 -0
- package/build/jira-client/models/EpicBean.d.ts.map +1 -0
- package/build/jira-client/models/EpicBean.js +2 -0
- package/build/jira-client/models/EpicBean.js.map +1 -0
- package/build/jira-client/models/EpicRankRequestBean.d.ts +6 -0
- package/build/jira-client/models/EpicRankRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/EpicRankRequestBean.js +2 -0
- package/build/jira-client/models/EpicRankRequestBean.js.map +1 -0
- package/build/jira-client/models/EpicUpdateBean.d.ts +8 -0
- package/build/jira-client/models/EpicUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/EpicUpdateBean.js +2 -0
- package/build/jira-client/models/EpicUpdateBean.js.map +1 -0
- package/build/jira-client/models/ErrorCollection.d.ts +5 -0
- package/build/jira-client/models/ErrorCollection.d.ts.map +1 -0
- package/build/jira-client/models/ErrorCollection.js +2 -0
- package/build/jira-client/models/ErrorCollection.js.map +1 -0
- package/build/jira-client/models/EstimationConfigBean.d.ts +6 -0
- package/build/jira-client/models/EstimationConfigBean.d.ts.map +1 -0
- package/build/jira-client/models/EstimationConfigBean.js +2 -0
- package/build/jira-client/models/EstimationConfigBean.js.map +1 -0
- package/build/jira-client/models/EstimationFieldBean.d.ts +5 -0
- package/build/jira-client/models/EstimationFieldBean.d.ts.map +1 -0
- package/build/jira-client/models/EstimationFieldBean.js +2 -0
- package/build/jira-client/models/EstimationFieldBean.js.map +1 -0
- package/build/jira-client/models/FieldBean.d.ts +12 -0
- package/build/jira-client/models/FieldBean.d.ts.map +1 -0
- package/build/jira-client/models/FieldBean.js +2 -0
- package/build/jira-client/models/FieldBean.js.map +1 -0
- package/build/jira-client/models/FieldComparatorSource.d.ts +2 -0
- package/build/jira-client/models/FieldComparatorSource.d.ts.map +1 -0
- package/build/jira-client/models/FieldComparatorSource.js +2 -0
- package/build/jira-client/models/FieldComparatorSource.js.map +1 -0
- package/build/jira-client/models/FieldConfigSchemeBean.d.ts +17 -0
- package/build/jira-client/models/FieldConfigSchemeBean.d.ts.map +1 -0
- package/build/jira-client/models/FieldConfigSchemeBean.js +2 -0
- package/build/jira-client/models/FieldConfigSchemeBean.js.map +1 -0
- package/build/jira-client/models/FieldEditBean.d.ts +4 -0
- package/build/jira-client/models/FieldEditBean.d.ts.map +1 -0
- package/build/jira-client/models/FieldEditBean.js +2 -0
- package/build/jira-client/models/FieldEditBean.js.map +1 -0
- package/build/jira-client/models/FieldMetaBean.d.ts +13 -0
- package/build/jira-client/models/FieldMetaBean.d.ts.map +1 -0
- package/build/jira-client/models/FieldMetaBean.js +2 -0
- package/build/jira-client/models/FieldMetaBean.js.map +1 -0
- package/build/jira-client/models/FieldOperation.d.ts +5 -0
- package/build/jira-client/models/FieldOperation.d.ts.map +1 -0
- package/build/jira-client/models/FieldOperation.js +2 -0
- package/build/jira-client/models/FieldOperation.js.map +1 -0
- package/build/jira-client/models/FieldValueBean.d.ts +5 -0
- package/build/jira-client/models/FieldValueBean.d.ts.map +1 -0
- package/build/jira-client/models/FieldValueBean.js +2 -0
- package/build/jira-client/models/FieldValueBean.js.map +1 -0
- package/build/jira-client/models/FieldValueLoader.d.ts +4 -0
- package/build/jira-client/models/FieldValueLoader.d.ts.map +1 -0
- package/build/jira-client/models/FieldValueLoader.js +2 -0
- package/build/jira-client/models/FieldValueLoader.js.map +1 -0
- package/build/jira-client/models/Fields.d.ts +10 -0
- package/build/jira-client/models/Fields.d.ts.map +1 -0
- package/build/jira-client/models/Fields.js +2 -0
- package/build/jira-client/models/Fields.js.map +1 -0
- package/build/jira-client/models/FilePart.d.ts +9 -0
- package/build/jira-client/models/FilePart.d.ts.map +1 -0
- package/build/jira-client/models/FilePart.js +2 -0
- package/build/jira-client/models/FilePart.js.map +1 -0
- package/build/jira-client/models/FilterBean.d.ts +18 -0
- package/build/jira-client/models/FilterBean.d.ts.map +1 -0
- package/build/jira-client/models/FilterBean.js +2 -0
- package/build/jira-client/models/FilterBean.js.map +1 -0
- package/build/jira-client/models/FilterPermissionBean.d.ts +15 -0
- package/build/jira-client/models/FilterPermissionBean.d.ts.map +1 -0
- package/build/jira-client/models/FilterPermissionBean.js +2 -0
- package/build/jira-client/models/FilterPermissionBean.js.map +1 -0
- package/build/jira-client/models/Gadget.d.ts +9 -0
- package/build/jira-client/models/Gadget.d.ts.map +1 -0
- package/build/jira-client/models/Gadget.js +2 -0
- package/build/jira-client/models/Gadget.js.map +1 -0
- package/build/jira-client/models/GetReactionsRequestBean.d.ts +4 -0
- package/build/jira-client/models/GetReactionsRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/GetReactionsRequestBean.js +2 -0
- package/build/jira-client/models/GetReactionsRequestBean.js.map +1 -0
- package/build/jira-client/models/GrantToPermissionInputBean.d.ts +6 -0
- package/build/jira-client/models/GrantToPermissionInputBean.d.ts.map +1 -0
- package/build/jira-client/models/GrantToPermissionInputBean.js +2 -0
- package/build/jira-client/models/GrantToPermissionInputBean.js.map +1 -0
- package/build/jira-client/models/GroupBean.d.ts +7 -0
- package/build/jira-client/models/GroupBean.d.ts.map +1 -0
- package/build/jira-client/models/GroupBean.js +2 -0
- package/build/jira-client/models/GroupBean.js.map +1 -0
- package/build/jira-client/models/GroupJsonBean.d.ts +5 -0
- package/build/jira-client/models/GroupJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/GroupJsonBean.js +2 -0
- package/build/jira-client/models/GroupJsonBean.js.map +1 -0
- package/build/jira-client/models/GroupLabelBean.d.ts +13 -0
- package/build/jira-client/models/GroupLabelBean.d.ts.map +1 -0
- package/build/jira-client/models/GroupLabelBean.js +10 -0
- package/build/jira-client/models/GroupLabelBean.js.map +1 -0
- package/build/jira-client/models/GroupSuggestionBean.d.ts +7 -0
- package/build/jira-client/models/GroupSuggestionBean.d.ts.map +1 -0
- package/build/jira-client/models/GroupSuggestionBean.js +2 -0
- package/build/jira-client/models/GroupSuggestionBean.js.map +1 -0
- package/build/jira-client/models/GroupSuggestionsBean.d.ts +7 -0
- package/build/jira-client/models/GroupSuggestionsBean.d.ts.map +1 -0
- package/build/jira-client/models/GroupSuggestionsBean.js +2 -0
- package/build/jira-client/models/GroupSuggestionsBean.js.map +1 -0
- package/build/jira-client/models/HistoryMetadata.d.ts +15 -0
- package/build/jira-client/models/HistoryMetadata.d.ts.map +1 -0
- package/build/jira-client/models/HistoryMetadata.js +2 -0
- package/build/jira-client/models/HistoryMetadata.js.map +1 -0
- package/build/jira-client/models/HistoryMetadataParticipant.d.ts +9 -0
- package/build/jira-client/models/HistoryMetadataParticipant.d.ts.map +1 -0
- package/build/jira-client/models/HistoryMetadataParticipant.js +2 -0
- package/build/jira-client/models/HistoryMetadataParticipant.js.map +1 -0
- package/build/jira-client/models/HumanReadableArchive.d.ts +8 -0
- package/build/jira-client/models/HumanReadableArchive.d.ts.map +1 -0
- package/build/jira-client/models/HumanReadableArchive.js +2 -0
- package/build/jira-client/models/HumanReadableArchive.js.map +1 -0
- package/build/jira-client/models/Icon.d.ts +6 -0
- package/build/jira-client/models/Icon.d.ts.map +1 -0
- package/build/jira-client/models/Icon.js +2 -0
- package/build/jira-client/models/Icon.js.map +1 -0
- package/build/jira-client/models/IdBean.d.ts +4 -0
- package/build/jira-client/models/IdBean.d.ts.map +1 -0
- package/build/jira-client/models/IdBean.js +2 -0
- package/build/jira-client/models/IdBean.js.map +1 -0
- package/build/jira-client/models/IncludedFields.d.ts +4 -0
- package/build/jira-client/models/IncludedFields.d.ts.map +1 -0
- package/build/jira-client/models/IncludedFields.js +2 -0
- package/build/jira-client/models/IncludedFields.js.map +1 -0
- package/build/jira-client/models/IndexReplicationQueueEntryBean.d.ts +5 -0
- package/build/jira-client/models/IndexReplicationQueueEntryBean.d.ts.map +1 -0
- package/build/jira-client/models/IndexReplicationQueueEntryBean.js +2 -0
- package/build/jira-client/models/IndexReplicationQueueEntryBean.js.map +1 -0
- package/build/jira-client/models/IndexReplicationQueueSummaryBean.d.ts +7 -0
- package/build/jira-client/models/IndexReplicationQueueSummaryBean.d.ts.map +1 -0
- package/build/jira-client/models/IndexReplicationQueueSummaryBean.js +2 -0
- package/build/jira-client/models/IndexReplicationQueueSummaryBean.js.map +1 -0
- package/build/jira-client/models/IndexSnapshotBean.d.ts +5 -0
- package/build/jira-client/models/IndexSnapshotBean.d.ts.map +1 -0
- package/build/jira-client/models/IndexSnapshotBean.js +2 -0
- package/build/jira-client/models/IndexSnapshotBean.js.map +1 -0
- package/build/jira-client/models/IndexSnapshotPromiseBean.d.ts +4 -0
- package/build/jira-client/models/IndexSnapshotPromiseBean.d.ts.map +1 -0
- package/build/jira-client/models/IndexSnapshotPromiseBean.js +2 -0
- package/build/jira-client/models/IndexSnapshotPromiseBean.js.map +1 -0
- package/build/jira-client/models/IndexSnapshotStatusBean.d.ts +4 -0
- package/build/jira-client/models/IndexSnapshotStatusBean.d.ts.map +1 -0
- package/build/jira-client/models/IndexSnapshotStatusBean.js +2 -0
- package/build/jira-client/models/IndexSnapshotStatusBean.js.map +1 -0
- package/build/jira-client/models/IndexSummaryBean.d.ts +9 -0
- package/build/jira-client/models/IndexSummaryBean.d.ts.map +1 -0
- package/build/jira-client/models/IndexSummaryBean.js +2 -0
- package/build/jira-client/models/IndexSummaryBean.js.map +1 -0
- package/build/jira-client/models/IpdMonitoringRestEntity.d.ts +4 -0
- package/build/jira-client/models/IpdMonitoringRestEntity.d.ts.map +1 -0
- package/build/jira-client/models/IpdMonitoringRestEntity.js +2 -0
- package/build/jira-client/models/IpdMonitoringRestEntity.js.map +1 -0
- package/build/jira-client/models/IssueAssignRequestBean.d.ts +4 -0
- package/build/jira-client/models/IssueAssignRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueAssignRequestBean.js +2 -0
- package/build/jira-client/models/IssueAssignRequestBean.js.map +1 -0
- package/build/jira-client/models/IssueBean.d.ts +25 -0
- package/build/jira-client/models/IssueBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueBean.js +2 -0
- package/build/jira-client/models/IssueBean.js.map +1 -0
- package/build/jira-client/models/IssueContextParam.d.ts +5 -0
- package/build/jira-client/models/IssueContextParam.d.ts.map +1 -0
- package/build/jira-client/models/IssueContextParam.js +2 -0
- package/build/jira-client/models/IssueContextParam.js.map +1 -0
- package/build/jira-client/models/IssueCreateResponse.d.ts +6 -0
- package/build/jira-client/models/IssueCreateResponse.d.ts.map +1 -0
- package/build/jira-client/models/IssueCreateResponse.js +2 -0
- package/build/jira-client/models/IssueCreateResponse.js.map +1 -0
- package/build/jira-client/models/IssueIndexSummaryBean.d.ts +9 -0
- package/build/jira-client/models/IssueIndexSummaryBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueIndexSummaryBean.js +2 -0
- package/build/jira-client/models/IssueIndexSummaryBean.js.map +1 -0
- package/build/jira-client/models/IssueInvolvementBean.d.ts +5 -0
- package/build/jira-client/models/IssueInvolvementBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueInvolvementBean.js +2 -0
- package/build/jira-client/models/IssueInvolvementBean.js.map +1 -0
- package/build/jira-client/models/IssueLinkTypeJsonBean.d.ts +8 -0
- package/build/jira-client/models/IssueLinkTypeJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueLinkTypeJsonBean.js +2 -0
- package/build/jira-client/models/IssueLinkTypeJsonBean.js.map +1 -0
- package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.d.ts +4 -0
- package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.d.ts.map +1 -0
- package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.js +2 -0
- package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.js.map +1 -0
- package/build/jira-client/models/IssueLinkTypeResetOrderRequest.d.ts +4 -0
- package/build/jira-client/models/IssueLinkTypeResetOrderRequest.d.ts.map +1 -0
- package/build/jira-client/models/IssueLinkTypeResetOrderRequest.js +2 -0
- package/build/jira-client/models/IssueLinkTypeResetOrderRequest.js.map +1 -0
- package/build/jira-client/models/IssueLinkTypesBean.d.ts +2 -0
- package/build/jira-client/models/IssueLinkTypesBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueLinkTypesBean.js +2 -0
- package/build/jira-client/models/IssueLinkTypesBean.js.map +1 -0
- package/build/jira-client/models/IssuePickerIssue.d.ts +8 -0
- package/build/jira-client/models/IssuePickerIssue.d.ts.map +1 -0
- package/build/jira-client/models/IssuePickerIssue.js +2 -0
- package/build/jira-client/models/IssuePickerIssue.js.map +1 -0
- package/build/jira-client/models/IssuePickerResult.d.ts +5 -0
- package/build/jira-client/models/IssuePickerResult.d.ts.map +1 -0
- package/build/jira-client/models/IssuePickerResult.js +2 -0
- package/build/jira-client/models/IssuePickerResult.js.map +1 -0
- package/build/jira-client/models/IssueRankRequestBean.d.ts +7 -0
- package/build/jira-client/models/IssueRankRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueRankRequestBean.js +2 -0
- package/build/jira-client/models/IssueRankRequestBean.js.map +1 -0
- package/build/jira-client/models/IssueRefJsonBean.d.ts +8 -0
- package/build/jira-client/models/IssueRefJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueRefJsonBean.js +2 -0
- package/build/jira-client/models/IssueRefJsonBean.js.map +1 -0
- package/build/jira-client/models/IssueSection.d.ts +9 -0
- package/build/jira-client/models/IssueSection.d.ts.map +1 -0
- package/build/jira-client/models/IssueSection.js +2 -0
- package/build/jira-client/models/IssueSection.js.map +1 -0
- package/build/jira-client/models/IssueSubTaskMovePositionBean.d.ts +5 -0
- package/build/jira-client/models/IssueSubTaskMovePositionBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueSubTaskMovePositionBean.js +2 -0
- package/build/jira-client/models/IssueSubTaskMovePositionBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeCreateBean.d.ts +12 -0
- package/build/jira-client/models/IssueTypeCreateBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeCreateBean.js +9 -0
- package/build/jira-client/models/IssueTypeCreateBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeJsonBean.d.ts +10 -0
- package/build/jira-client/models/IssueTypeJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeJsonBean.js +2 -0
- package/build/jira-client/models/IssueTypeJsonBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeMappingBean.d.ts +6 -0
- package/build/jira-client/models/IssueTypeMappingBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeMappingBean.js +2 -0
- package/build/jira-client/models/IssueTypeMappingBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeSchemeBean.d.ts +11 -0
- package/build/jira-client/models/IssueTypeSchemeBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeSchemeBean.js +2 -0
- package/build/jira-client/models/IssueTypeSchemeBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.d.ts +8 -0
- package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.js +2 -0
- package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeSchemeListBean.d.ts +5 -0
- package/build/jira-client/models/IssueTypeSchemeListBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeSchemeListBean.js +2 -0
- package/build/jira-client/models/IssueTypeSchemeListBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeUpdateBean.d.ts +6 -0
- package/build/jira-client/models/IssueTypeUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeUpdateBean.js +2 -0
- package/build/jira-client/models/IssueTypeUpdateBean.js.map +1 -0
- package/build/jira-client/models/IssueTypeWithStatusJsonBean.d.ts +9 -0
- package/build/jira-client/models/IssueTypeWithStatusJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueTypeWithStatusJsonBean.js +2 -0
- package/build/jira-client/models/IssueTypeWithStatusJsonBean.js.map +1 -0
- package/build/jira-client/models/IssueUpdateBean.d.ts +12 -0
- package/build/jira-client/models/IssueUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/IssueUpdateBean.js +2 -0
- package/build/jira-client/models/IssueUpdateBean.js.map +1 -0
- package/build/jira-client/models/IssuesCreateResponse.d.ts +7 -0
- package/build/jira-client/models/IssuesCreateResponse.d.ts.map +1 -0
- package/build/jira-client/models/IssuesCreateResponse.js +2 -0
- package/build/jira-client/models/IssuesCreateResponse.js.map +1 -0
- package/build/jira-client/models/IssuesUpdateBean.d.ts +5 -0
- package/build/jira-client/models/IssuesUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/IssuesUpdateBean.js +2 -0
- package/build/jira-client/models/IssuesUpdateBean.js.map +1 -0
- package/build/jira-client/models/JobBean.d.ts +13 -0
- package/build/jira-client/models/JobBean.d.ts.map +1 -0
- package/build/jira-client/models/JobBean.js +2 -0
- package/build/jira-client/models/JobBean.js.map +1 -0
- package/build/jira-client/models/JobRunBean.d.ts +7 -0
- package/build/jira-client/models/JobRunBean.d.ts.map +1 -0
- package/build/jira-client/models/JobRunBean.js +2 -0
- package/build/jira-client/models/JobRunBean.js.map +1 -0
- package/build/jira-client/models/JsonTypeBean.d.ts +8 -0
- package/build/jira-client/models/JsonTypeBean.d.ts.map +1 -0
- package/build/jira-client/models/JsonTypeBean.js +2 -0
- package/build/jira-client/models/JsonTypeBean.js.map +1 -0
- package/build/jira-client/models/LicenseValidationResults.d.ts +5 -0
- package/build/jira-client/models/LicenseValidationResults.d.ts.map +1 -0
- package/build/jira-client/models/LicenseValidationResults.js +2 -0
- package/build/jira-client/models/LicenseValidationResults.js.map +1 -0
- package/build/jira-client/models/LinkGroupBean.d.ts +10 -0
- package/build/jira-client/models/LinkGroupBean.d.ts.map +1 -0
- package/build/jira-client/models/LinkGroupBean.js +2 -0
- package/build/jira-client/models/LinkGroupBean.js.map +1 -0
- package/build/jira-client/models/LinkIssueRequestJsonBean.d.ts +10 -0
- package/build/jira-client/models/LinkIssueRequestJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/LinkIssueRequestJsonBean.js +2 -0
- package/build/jira-client/models/LinkIssueRequestJsonBean.js.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.d.ts +2 -0
- package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.d.ts.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.js +2 -0
- package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.js.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.d.ts +2 -0
- package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.js +2 -0
- package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.js.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackUserBean.d.ts +2 -0
- package/build/jira-client/models/ListWrapperCallbackUserBean.d.ts.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackUserBean.js +2 -0
- package/build/jira-client/models/ListWrapperCallbackUserBean.js.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackUserJsonBean.d.ts +2 -0
- package/build/jira-client/models/ListWrapperCallbackUserJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/ListWrapperCallbackUserJsonBean.js +2 -0
- package/build/jira-client/models/ListWrapperCallbackUserJsonBean.js.map +1 -0
- package/build/jira-client/models/LoginInfo.d.ts +7 -0
- package/build/jira-client/models/LoginInfo.d.ts.map +1 -0
- package/build/jira-client/models/LoginInfo.js +2 -0
- package/build/jira-client/models/LoginInfo.js.map +1 -0
- package/build/jira-client/models/LuceneFieldSorter.d.ts +5 -0
- package/build/jira-client/models/LuceneFieldSorter.d.ts.map +1 -0
- package/build/jira-client/models/LuceneFieldSorter.js +2 -0
- package/build/jira-client/models/LuceneFieldSorter.js.map +1 -0
- package/build/jira-client/models/MoveFieldBean.d.ts +13 -0
- package/build/jira-client/models/MoveFieldBean.d.ts.map +1 -0
- package/build/jira-client/models/MoveFieldBean.js +11 -0
- package/build/jira-client/models/MoveFieldBean.js.map +1 -0
- package/build/jira-client/models/NavigableField.d.ts +16 -0
- package/build/jira-client/models/NavigableField.d.ts.map +1 -0
- package/build/jira-client/models/NavigableField.js +2 -0
- package/build/jira-client/models/NavigableField.js.map +1 -0
- package/build/jira-client/models/NodeBean.d.ts +20 -0
- package/build/jira-client/models/NodeBean.d.ts.map +1 -0
- package/build/jira-client/models/NodeBean.js +12 -0
- package/build/jira-client/models/NodeBean.js.map +1 -0
- package/build/jira-client/models/NodeBuildInfo.d.ts +5 -0
- package/build/jira-client/models/NodeBuildInfo.d.ts.map +1 -0
- package/build/jira-client/models/NodeBuildInfo.js +2 -0
- package/build/jira-client/models/NodeBuildInfo.js.map +1 -0
- package/build/jira-client/models/NotificationJsonBean.d.ts +10 -0
- package/build/jira-client/models/NotificationJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/NotificationJsonBean.js +2 -0
- package/build/jira-client/models/NotificationJsonBean.js.map +1 -0
- package/build/jira-client/models/NotificationSchemeBean.d.ts +9 -0
- package/build/jira-client/models/NotificationSchemeBean.d.ts.map +1 -0
- package/build/jira-client/models/NotificationSchemeBean.js +2 -0
- package/build/jira-client/models/NotificationSchemeBean.js.map +1 -0
- package/build/jira-client/models/OpsbarBean.d.ts +5 -0
- package/build/jira-client/models/OpsbarBean.d.ts.map +1 -0
- package/build/jira-client/models/OpsbarBean.js +2 -0
- package/build/jira-client/models/OpsbarBean.js.map +1 -0
- package/build/jira-client/models/Option.d.ts +8 -0
- package/build/jira-client/models/Option.d.ts.map +1 -0
- package/build/jira-client/models/Option.js +2 -0
- package/build/jira-client/models/Option.js.map +1 -0
- package/build/jira-client/models/OptionString.d.ts +6 -0
- package/build/jira-client/models/OptionString.d.ts.map +1 -0
- package/build/jira-client/models/OptionString.js +2 -0
- package/build/jira-client/models/OptionString.js.map +1 -0
- package/build/jira-client/models/OptionsSettings.d.ts +7 -0
- package/build/jira-client/models/OptionsSettings.d.ts.map +1 -0
- package/build/jira-client/models/OptionsSettings.js +2 -0
- package/build/jira-client/models/OptionsSettings.js.map +1 -0
- package/build/jira-client/models/OrderByPreferences.d.ts +5 -0
- package/build/jira-client/models/OrderByPreferences.d.ts.map +1 -0
- package/build/jira-client/models/OrderByPreferences.js +2 -0
- package/build/jira-client/models/OrderByPreferences.js.map +1 -0
- package/build/jira-client/models/OriginalOrder.d.ts +4 -0
- package/build/jira-client/models/OriginalOrder.d.ts.map +1 -0
- package/build/jira-client/models/OriginalOrder.js +2 -0
- package/build/jira-client/models/OriginalOrder.js.map +1 -0
- package/build/jira-client/models/PageBean.d.ts +10 -0
- package/build/jira-client/models/PageBean.d.ts.map +1 -0
- package/build/jira-client/models/PageBean.js +2 -0
- package/build/jira-client/models/PageBean.js.map +1 -0
- package/build/jira-client/models/PageBeanProjectBean.d.ts +11 -0
- package/build/jira-client/models/PageBeanProjectBean.d.ts.map +1 -0
- package/build/jira-client/models/PageBeanProjectBean.js +2 -0
- package/build/jira-client/models/PageBeanProjectBean.js.map +1 -0
- package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.d.ts +11 -0
- package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.d.ts.map +1 -0
- package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.js +2 -0
- package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.js.map +1 -0
- package/build/jira-client/models/PartialSuccessBean.d.ts +5 -0
- package/build/jira-client/models/PartialSuccessBean.d.ts.map +1 -0
- package/build/jira-client/models/PartialSuccessBean.js +2 -0
- package/build/jira-client/models/PartialSuccessBean.js.map +1 -0
- package/build/jira-client/models/PasswordBean.d.ts +5 -0
- package/build/jira-client/models/PasswordBean.d.ts.map +1 -0
- package/build/jira-client/models/PasswordBean.js +2 -0
- package/build/jira-client/models/PasswordBean.js.map +1 -0
- package/build/jira-client/models/PasswordPolicyCreateUserBean.d.ts +7 -0
- package/build/jira-client/models/PasswordPolicyCreateUserBean.d.ts.map +1 -0
- package/build/jira-client/models/PasswordPolicyCreateUserBean.js +2 -0
- package/build/jira-client/models/PasswordPolicyCreateUserBean.js.map +1 -0
- package/build/jira-client/models/PasswordPolicyUpdateUserBean.d.ts +6 -0
- package/build/jira-client/models/PasswordPolicyUpdateUserBean.d.ts.map +1 -0
- package/build/jira-client/models/PasswordPolicyUpdateUserBean.js +2 -0
- package/build/jira-client/models/PasswordPolicyUpdateUserBean.js.map +1 -0
- package/build/jira-client/models/PatternRepresentation.d.ts +7 -0
- package/build/jira-client/models/PatternRepresentation.d.ts.map +1 -0
- package/build/jira-client/models/PatternRepresentation.js +2 -0
- package/build/jira-client/models/PatternRepresentation.js.map +1 -0
- package/build/jira-client/models/PermissionBean.d.ts +5 -0
- package/build/jira-client/models/PermissionBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionBean.js +2 -0
- package/build/jira-client/models/PermissionBean.js.map +1 -0
- package/build/jira-client/models/PermissionGrantBean.d.ts +8 -0
- package/build/jira-client/models/PermissionGrantBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionGrantBean.js +2 -0
- package/build/jira-client/models/PermissionGrantBean.js.map +1 -0
- package/build/jira-client/models/PermissionGrantsBean.d.ts +6 -0
- package/build/jira-client/models/PermissionGrantsBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionGrantsBean.js +2 -0
- package/build/jira-client/models/PermissionGrantsBean.js.map +1 -0
- package/build/jira-client/models/PermissionHolderBean.d.ts +13 -0
- package/build/jira-client/models/PermissionHolderBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionHolderBean.js +2 -0
- package/build/jira-client/models/PermissionHolderBean.js.map +1 -0
- package/build/jira-client/models/PermissionJsonBean.d.ts +17 -0
- package/build/jira-client/models/PermissionJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionJsonBean.js +9 -0
- package/build/jira-client/models/PermissionJsonBean.js.map +1 -0
- package/build/jira-client/models/PermissionSchemeAttributeBean.d.ts +5 -0
- package/build/jira-client/models/PermissionSchemeAttributeBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionSchemeAttributeBean.js +2 -0
- package/build/jira-client/models/PermissionSchemeAttributeBean.js.map +1 -0
- package/build/jira-client/models/PermissionSchemeBean.d.ts +10 -0
- package/build/jira-client/models/PermissionSchemeBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionSchemeBean.js +2 -0
- package/build/jira-client/models/PermissionSchemeBean.js.map +1 -0
- package/build/jira-client/models/PermissionSchemesBean.d.ts +5 -0
- package/build/jira-client/models/PermissionSchemesBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionSchemesBean.js +2 -0
- package/build/jira-client/models/PermissionSchemesBean.js.map +1 -0
- package/build/jira-client/models/PermissionsInputBean.d.ts +6 -0
- package/build/jira-client/models/PermissionsInputBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionsInputBean.js +2 -0
- package/build/jira-client/models/PermissionsInputBean.js.map +1 -0
- package/build/jira-client/models/PermissionsJsonBean.d.ts +8 -0
- package/build/jira-client/models/PermissionsJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/PermissionsJsonBean.js +2 -0
- package/build/jira-client/models/PermissionsJsonBean.js.map +1 -0
- package/build/jira-client/models/PinnedCommentJsonBean.d.ts +7 -0
- package/build/jira-client/models/PinnedCommentJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/PinnedCommentJsonBean.js +2 -0
- package/build/jira-client/models/PinnedCommentJsonBean.js.map +1 -0
- package/build/jira-client/models/PriorityJsonBean.d.ts +9 -0
- package/build/jira-client/models/PriorityJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/PriorityJsonBean.js +2 -0
- package/build/jira-client/models/PriorityJsonBean.js.map +1 -0
- package/build/jira-client/models/PrioritySchemeBean.d.ts +11 -0
- package/build/jira-client/models/PrioritySchemeBean.d.ts.map +1 -0
- package/build/jira-client/models/PrioritySchemeBean.js +2 -0
- package/build/jira-client/models/PrioritySchemeBean.js.map +1 -0
- package/build/jira-client/models/PrioritySchemeListBean.d.ts +8 -0
- package/build/jira-client/models/PrioritySchemeListBean.d.ts.map +1 -0
- package/build/jira-client/models/PrioritySchemeListBean.js +2 -0
- package/build/jira-client/models/PrioritySchemeListBean.js.map +1 -0
- package/build/jira-client/models/PrioritySchemeResponse.d.ts +8 -0
- package/build/jira-client/models/PrioritySchemeResponse.d.ts.map +1 -0
- package/build/jira-client/models/PrioritySchemeResponse.js +2 -0
- package/build/jira-client/models/PrioritySchemeResponse.js.map +1 -0
- package/build/jira-client/models/PrioritySchemeUpdateBean.d.ts +8 -0
- package/build/jira-client/models/PrioritySchemeUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/PrioritySchemeUpdateBean.js +2 -0
- package/build/jira-client/models/PrioritySchemeUpdateBean.js.map +1 -0
- package/build/jira-client/models/ProductLicenseTO.d.ts +24 -0
- package/build/jira-client/models/ProductLicenseTO.d.ts.map +1 -0
- package/build/jira-client/models/ProductLicenseTO.js +2 -0
- package/build/jira-client/models/ProductLicenseTO.js.map +1 -0
- package/build/jira-client/models/ProjectBean.d.ts +10 -0
- package/build/jira-client/models/ProjectBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectBean.js +2 -0
- package/build/jira-client/models/ProjectBean.js.map +1 -0
- package/build/jira-client/models/ProjectCategoryBean.d.ts +7 -0
- package/build/jira-client/models/ProjectCategoryBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectCategoryBean.js +2 -0
- package/build/jira-client/models/ProjectCategoryBean.js.map +1 -0
- package/build/jira-client/models/ProjectCategoryJsonBean.d.ts +7 -0
- package/build/jira-client/models/ProjectCategoryJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectCategoryJsonBean.js +2 -0
- package/build/jira-client/models/ProjectCategoryJsonBean.js.map +1 -0
- package/build/jira-client/models/ProjectDeleteInstructionsBean.d.ts +4 -0
- package/build/jira-client/models/ProjectDeleteInstructionsBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectDeleteInstructionsBean.js +2 -0
- package/build/jira-client/models/ProjectDeleteInstructionsBean.js.map +1 -0
- package/build/jira-client/models/ProjectIdentity.d.ts +6 -0
- package/build/jira-client/models/ProjectIdentity.d.ts.map +1 -0
- package/build/jira-client/models/ProjectIdentity.js +2 -0
- package/build/jira-client/models/ProjectIdentity.js.map +1 -0
- package/build/jira-client/models/ProjectInputBean.d.ts +23 -0
- package/build/jira-client/models/ProjectInputBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectInputBean.js +9 -0
- package/build/jira-client/models/ProjectInputBean.js.map +1 -0
- package/build/jira-client/models/ProjectJsonBean.d.ts +11 -0
- package/build/jira-client/models/ProjectJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectJsonBean.js +2 -0
- package/build/jira-client/models/ProjectJsonBean.js.map +1 -0
- package/build/jira-client/models/ProjectPickerItem.d.ts +8 -0
- package/build/jira-client/models/ProjectPickerItem.d.ts.map +1 -0
- package/build/jira-client/models/ProjectPickerItem.js +2 -0
- package/build/jira-client/models/ProjectPickerItem.js.map +1 -0
- package/build/jira-client/models/ProjectPickerResultWrapper.d.ts +7 -0
- package/build/jira-client/models/ProjectPickerResultWrapper.d.ts.map +1 -0
- package/build/jira-client/models/ProjectPickerResultWrapper.js +2 -0
- package/build/jira-client/models/ProjectPickerResultWrapper.js.map +1 -0
- package/build/jira-client/models/ProjectRoleActorsBean.d.ts +5 -0
- package/build/jira-client/models/ProjectRoleActorsBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectRoleActorsBean.js +2 -0
- package/build/jira-client/models/ProjectRoleActorsBean.js.map +1 -0
- package/build/jira-client/models/ProjectRoleActorsUpdateBean.d.ts +5 -0
- package/build/jira-client/models/ProjectRoleActorsUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectRoleActorsUpdateBean.js +2 -0
- package/build/jira-client/models/ProjectRoleActorsUpdateBean.js.map +1 -0
- package/build/jira-client/models/ProjectRoleBean.d.ts +9 -0
- package/build/jira-client/models/ProjectRoleBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectRoleBean.js +2 -0
- package/build/jira-client/models/ProjectRoleBean.js.map +1 -0
- package/build/jira-client/models/ProjectTypeBean.d.ts +8 -0
- package/build/jira-client/models/ProjectTypeBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectTypeBean.js +2 -0
- package/build/jira-client/models/ProjectTypeBean.js.map +1 -0
- package/build/jira-client/models/ProjectUpdateBean.d.ts +22 -0
- package/build/jira-client/models/ProjectUpdateBean.d.ts.map +1 -0
- package/build/jira-client/models/ProjectUpdateBean.js +9 -0
- package/build/jira-client/models/ProjectUpdateBean.js.map +1 -0
- package/build/jira-client/models/PropertiesBean.d.ts +4 -0
- package/build/jira-client/models/PropertiesBean.d.ts.map +1 -0
- package/build/jira-client/models/PropertiesBean.js +2 -0
- package/build/jira-client/models/PropertiesBean.js.map +1 -0
- package/build/jira-client/models/Property.d.ts +6 -0
- package/build/jira-client/models/Property.d.ts.map +1 -0
- package/build/jira-client/models/Property.js +2 -0
- package/build/jira-client/models/Property.js.map +1 -0
- package/build/jira-client/models/PropertyBean.d.ts +6 -0
- package/build/jira-client/models/PropertyBean.d.ts.map +1 -0
- package/build/jira-client/models/PropertyBean.js +2 -0
- package/build/jira-client/models/PropertyBean.js.map +1 -0
- package/build/jira-client/models/RankingConfigBean.d.ts +4 -0
- package/build/jira-client/models/RankingConfigBean.d.ts.map +1 -0
- package/build/jira-client/models/RankingConfigBean.js +2 -0
- package/build/jira-client/models/RankingConfigBean.js.map +1 -0
- package/build/jira-client/models/RegisterItemHolder.d.ts +5 -0
- package/build/jira-client/models/RegisterItemHolder.d.ts.map +1 -0
- package/build/jira-client/models/RegisterItemHolder.js +2 -0
- package/build/jira-client/models/RegisterItemHolder.js.map +1 -0
- package/build/jira-client/models/ReindexBean.d.ts +19 -0
- package/build/jira-client/models/ReindexBean.d.ts.map +1 -0
- package/build/jira-client/models/ReindexBean.js +11 -0
- package/build/jira-client/models/ReindexBean.js.map +1 -0
- package/build/jira-client/models/ReindexRequestBean.d.ts +22 -0
- package/build/jira-client/models/ReindexRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/ReindexRequestBean.js +17 -0
- package/build/jira-client/models/ReindexRequestBean.js.map +1 -0
- package/build/jira-client/models/RelationBean.d.ts +5 -0
- package/build/jira-client/models/RelationBean.d.ts.map +1 -0
- package/build/jira-client/models/RelationBean.js +2 -0
- package/build/jira-client/models/RelationBean.js.map +1 -0
- package/build/jira-client/models/RemoteEntityLinkJsonBean.d.ts +6 -0
- package/build/jira-client/models/RemoteEntityLinkJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/RemoteEntityLinkJsonBean.js +2 -0
- package/build/jira-client/models/RemoteEntityLinkJsonBean.js.map +1 -0
- package/build/jira-client/models/RemoteEntityLinksJsonBean.d.ts +5 -0
- package/build/jira-client/models/RemoteEntityLinksJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/RemoteEntityLinksJsonBean.js +2 -0
- package/build/jira-client/models/RemoteEntityLinksJsonBean.js.map +1 -0
- package/build/jira-client/models/RemoteIssueLinkBean.d.ts +2 -0
- package/build/jira-client/models/RemoteIssueLinkBean.d.ts.map +1 -0
- package/build/jira-client/models/RemoteIssueLinkBean.js +2 -0
- package/build/jira-client/models/RemoteIssueLinkBean.js.map +1 -0
- package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.d.ts +9 -0
- package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.d.ts.map +1 -0
- package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.js +2 -0
- package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.js.map +1 -0
- package/build/jira-client/models/RemoteObject.d.ts +10 -0
- package/build/jira-client/models/RemoteObject.d.ts.map +1 -0
- package/build/jira-client/models/RemoteObject.js +2 -0
- package/build/jira-client/models/RemoteObject.js.map +1 -0
- package/build/jira-client/models/RemoveWorkflowRequest.d.ts +5 -0
- package/build/jira-client/models/RemoveWorkflowRequest.d.ts.map +1 -0
- package/build/jira-client/models/RemoveWorkflowRequest.js +2 -0
- package/build/jira-client/models/RemoveWorkflowRequest.js.map +1 -0
- package/build/jira-client/models/ResolutionBean.d.ts +2 -0
- package/build/jira-client/models/ResolutionBean.d.ts.map +1 -0
- package/build/jira-client/models/ResolutionBean.js +2 -0
- package/build/jira-client/models/ResolutionBean.js.map +1 -0
- package/build/jira-client/models/ResolutionJsonBean.d.ts +8 -0
- package/build/jira-client/models/ResolutionJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/ResolutionJsonBean.js +2 -0
- package/build/jira-client/models/ResolutionJsonBean.js.map +1 -0
- package/build/jira-client/models/RestInvocationHistory.d.ts +2 -0
- package/build/jira-client/models/RestInvocationHistory.d.ts.map +1 -0
- package/build/jira-client/models/RestInvocationHistory.js +2 -0
- package/build/jira-client/models/RestInvocationHistory.js.map +1 -0
- package/build/jira-client/models/RestWebhook.d.ts +2 -0
- package/build/jira-client/models/RestWebhook.d.ts.map +1 -0
- package/build/jira-client/models/RestWebhook.js +2 -0
- package/build/jira-client/models/RestWebhook.js.map +1 -0
- package/build/jira-client/models/RestWebhookCredentials.d.ts +2 -0
- package/build/jira-client/models/RestWebhookCredentials.d.ts.map +1 -0
- package/build/jira-client/models/RestWebhookCredentials.js +2 -0
- package/build/jira-client/models/RestWebhookCredentials.js.map +1 -0
- package/build/jira-client/models/RestrictJsonBean.d.ts +7 -0
- package/build/jira-client/models/RestrictJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/RestrictJsonBean.js +2 -0
- package/build/jira-client/models/RestrictJsonBean.js.map +1 -0
- package/build/jira-client/models/RoleActorBean.d.ts +5 -0
- package/build/jira-client/models/RoleActorBean.d.ts.map +1 -0
- package/build/jira-client/models/RoleActorBean.js +2 -0
- package/build/jira-client/models/RoleActorBean.js.map +1 -0
- package/build/jira-client/models/ScreenableFieldBean.d.ts +7 -0
- package/build/jira-client/models/ScreenableFieldBean.d.ts.map +1 -0
- package/build/jira-client/models/ScreenableFieldBean.js +2 -0
- package/build/jira-client/models/ScreenableFieldBean.js.map +1 -0
- package/build/jira-client/models/ScreenableTabBean.d.ts +5 -0
- package/build/jira-client/models/ScreenableTabBean.d.ts.map +1 -0
- package/build/jira-client/models/ScreenableTabBean.js +2 -0
- package/build/jira-client/models/ScreenableTabBean.js.map +1 -0
- package/build/jira-client/models/SearchRequestBean.d.ts +9 -0
- package/build/jira-client/models/SearchRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/SearchRequestBean.js +2 -0
- package/build/jira-client/models/SearchRequestBean.js.map +1 -0
- package/build/jira-client/models/SearchResultsBean.d.ts +13 -0
- package/build/jira-client/models/SearchResultsBean.d.ts.map +1 -0
- package/build/jira-client/models/SearchResultsBean.js +2 -0
- package/build/jira-client/models/SearchResultsBean.js.map +1 -0
- package/build/jira-client/models/SecurityLevelJsonBean.d.ts +7 -0
- package/build/jira-client/models/SecurityLevelJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/SecurityLevelJsonBean.js +2 -0
- package/build/jira-client/models/SecurityLevelJsonBean.js.map +1 -0
- package/build/jira-client/models/SecurityListLevelJsonBean.d.ts +5 -0
- package/build/jira-client/models/SecurityListLevelJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/SecurityListLevelJsonBean.js +2 -0
- package/build/jira-client/models/SecurityListLevelJsonBean.js.map +1 -0
- package/build/jira-client/models/SecuritySchemeJsonBean.d.ts +10 -0
- package/build/jira-client/models/SecuritySchemeJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/SecuritySchemeJsonBean.js +2 -0
- package/build/jira-client/models/SecuritySchemeJsonBean.js.map +1 -0
- package/build/jira-client/models/SecuritySchemesJsonBean.d.ts +5 -0
- package/build/jira-client/models/SecuritySchemesJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/SecuritySchemesJsonBean.js +2 -0
- package/build/jira-client/models/SecuritySchemesJsonBean.js.map +1 -0
- package/build/jira-client/models/ServerInfoBean.d.ts +2 -0
- package/build/jira-client/models/ServerInfoBean.d.ts.map +1 -0
- package/build/jira-client/models/ServerInfoBean.js +2 -0
- package/build/jira-client/models/ServerInfoBean.js.map +1 -0
- package/build/jira-client/models/SessionInfo.d.ts +5 -0
- package/build/jira-client/models/SessionInfo.d.ts.map +1 -0
- package/build/jira-client/models/SessionInfo.js +2 -0
- package/build/jira-client/models/SessionInfo.js.map +1 -0
- package/build/jira-client/models/ShareBean.d.ts +7 -0
- package/build/jira-client/models/ShareBean.d.ts.map +1 -0
- package/build/jira-client/models/ShareBean.js +2 -0
- package/build/jira-client/models/ShareBean.js.map +1 -0
- package/build/jira-client/models/SharePermissionInputBean.d.ts +10 -0
- package/build/jira-client/models/SharePermissionInputBean.d.ts.map +1 -0
- package/build/jira-client/models/SharePermissionInputBean.js +2 -0
- package/build/jira-client/models/SharePermissionInputBean.js.map +1 -0
- package/build/jira-client/models/SimpleLinkBean.d.ts +11 -0
- package/build/jira-client/models/SimpleLinkBean.d.ts.map +1 -0
- package/build/jira-client/models/SimpleLinkBean.js +2 -0
- package/build/jira-client/models/SimpleLinkBean.js.map +1 -0
- package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.d.ts +8 -0
- package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.d.ts.map +1 -0
- package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.js +2 -0
- package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.js.map +1 -0
- package/build/jira-client/models/SimpleListWrapperGroupJsonBean.d.ts +8 -0
- package/build/jira-client/models/SimpleListWrapperGroupJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/SimpleListWrapperGroupJsonBean.js +2 -0
- package/build/jira-client/models/SimpleListWrapperGroupJsonBean.js.map +1 -0
- package/build/jira-client/models/SprintBean.d.ts +16 -0
- package/build/jira-client/models/SprintBean.d.ts.map +1 -0
- package/build/jira-client/models/SprintBean.js +2 -0
- package/build/jira-client/models/SprintBean.js.map +1 -0
- package/build/jira-client/models/SprintCreateBean.d.ts +12 -0
- package/build/jira-client/models/SprintCreateBean.d.ts.map +1 -0
- package/build/jira-client/models/SprintCreateBean.js +2 -0
- package/build/jira-client/models/SprintCreateBean.js.map +1 -0
- package/build/jira-client/models/SprintSwapBean.d.ts +5 -0
- package/build/jira-client/models/SprintSwapBean.d.ts.map +1 -0
- package/build/jira-client/models/SprintSwapBean.js +2 -0
- package/build/jira-client/models/SprintSwapBean.js.map +1 -0
- package/build/jira-client/models/Status.d.ts +6 -0
- package/build/jira-client/models/Status.d.ts.map +1 -0
- package/build/jira-client/models/Status.js +2 -0
- package/build/jira-client/models/Status.js.map +1 -0
- package/build/jira-client/models/StatusCategoryJsonBean.d.ts +8 -0
- package/build/jira-client/models/StatusCategoryJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/StatusCategoryJsonBean.js +2 -0
- package/build/jira-client/models/StatusCategoryJsonBean.js.map +1 -0
- package/build/jira-client/models/StatusJsonBean.d.ts +11 -0
- package/build/jira-client/models/StatusJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/StatusJsonBean.js +2 -0
- package/build/jira-client/models/StatusJsonBean.js.map +1 -0
- package/build/jira-client/models/StringList.d.ts +2 -0
- package/build/jira-client/models/StringList.d.ts.map +1 -0
- package/build/jira-client/models/StringList.js +2 -0
- package/build/jira-client/models/StringList.js.map +1 -0
- package/build/jira-client/models/SubqueryBean.d.ts +4 -0
- package/build/jira-client/models/SubqueryBean.d.ts.map +1 -0
- package/build/jira-client/models/SubqueryBean.js +2 -0
- package/build/jira-client/models/SubqueryBean.js.map +1 -0
- package/build/jira-client/models/TerminologyRequestBean.d.ts +6 -0
- package/build/jira-client/models/TerminologyRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/TerminologyRequestBean.js +2 -0
- package/build/jira-client/models/TerminologyRequestBean.js.map +1 -0
- package/build/jira-client/models/TerminologyResponseBean.d.ts +8 -0
- package/build/jira-client/models/TerminologyResponseBean.d.ts.map +1 -0
- package/build/jira-client/models/TerminologyResponseBean.js +2 -0
- package/build/jira-client/models/TerminologyResponseBean.js.map +1 -0
- package/build/jira-client/models/TimeTrackingConfigurationBean.d.ts +20 -0
- package/build/jira-client/models/TimeTrackingConfigurationBean.d.ts.map +1 -0
- package/build/jira-client/models/TimeTrackingConfigurationBean.js +17 -0
- package/build/jira-client/models/TimeTrackingConfigurationBean.js.map +1 -0
- package/build/jira-client/models/ToJsonBean.d.ts +11 -0
- package/build/jira-client/models/ToJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/ToJsonBean.js +2 -0
- package/build/jira-client/models/ToJsonBean.js.map +1 -0
- package/build/jira-client/models/Tooltip.d.ts +4 -0
- package/build/jira-client/models/Tooltip.d.ts.map +1 -0
- package/build/jira-client/models/Tooltip.js +2 -0
- package/build/jira-client/models/Tooltip.js.map +1 -0
- package/build/jira-client/models/TransitionBean.d.ts +11 -0
- package/build/jira-client/models/TransitionBean.d.ts.map +1 -0
- package/build/jira-client/models/TransitionBean.js +2 -0
- package/build/jira-client/models/TransitionBean.js.map +1 -0
- package/build/jira-client/models/TransitionsMetaBean.d.ts +5 -0
- package/build/jira-client/models/TransitionsMetaBean.d.ts.map +1 -0
- package/build/jira-client/models/TransitionsMetaBean.js +2 -0
- package/build/jira-client/models/TransitionsMetaBean.js.map +1 -0
- package/build/jira-client/models/TypeParameter.d.ts +2 -0
- package/build/jira-client/models/TypeParameter.d.ts.map +1 -0
- package/build/jira-client/models/TypeParameter.js +2 -0
- package/build/jira-client/models/TypeParameter.js.map +1 -0
- package/build/jira-client/models/UnmapSprintsBean.d.ts +4 -0
- package/build/jira-client/models/UnmapSprintsBean.d.ts.map +1 -0
- package/build/jira-client/models/UnmapSprintsBean.js +2 -0
- package/build/jira-client/models/UnmapSprintsBean.js.map +1 -0
- package/build/jira-client/models/UpdateUserToGroupBean.d.ts +4 -0
- package/build/jira-client/models/UpdateUserToGroupBean.d.ts.map +1 -0
- package/build/jira-client/models/UpdateUserToGroupBean.js +2 -0
- package/build/jira-client/models/UpdateUserToGroupBean.js.map +1 -0
- package/build/jira-client/models/UpgradeResultBean.d.ts +7 -0
- package/build/jira-client/models/UpgradeResultBean.d.ts.map +1 -0
- package/build/jira-client/models/UpgradeResultBean.js +2 -0
- package/build/jira-client/models/UpgradeResultBean.js.map +1 -0
- package/build/jira-client/models/UserAnonymizationRequestBean.d.ts +5 -0
- package/build/jira-client/models/UserAnonymizationRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/UserAnonymizationRequestBean.js +2 -0
- package/build/jira-client/models/UserAnonymizationRequestBean.js.map +1 -0
- package/build/jira-client/models/UserAnonymizationRerunRequestBean.d.ts +7 -0
- package/build/jira-client/models/UserAnonymizationRerunRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/UserAnonymizationRerunRequestBean.js +2 -0
- package/build/jira-client/models/UserAnonymizationRerunRequestBean.js.map +1 -0
- package/build/jira-client/models/UserAnonymizationValidationBean.d.ts +17 -0
- package/build/jira-client/models/UserAnonymizationValidationBean.d.ts.map +1 -0
- package/build/jira-client/models/UserAnonymizationValidationBean.js +2 -0
- package/build/jira-client/models/UserAnonymizationValidationBean.js.map +1 -0
- package/build/jira-client/models/UserBean.d.ts +19 -0
- package/build/jira-client/models/UserBean.d.ts.map +1 -0
- package/build/jira-client/models/UserBean.js +2 -0
- package/build/jira-client/models/UserBean.js.map +1 -0
- package/build/jira-client/models/UserBeanListWrapper.d.ts +11 -0
- package/build/jira-client/models/UserBeanListWrapper.d.ts.map +1 -0
- package/build/jira-client/models/UserBeanListWrapper.js +2 -0
- package/build/jira-client/models/UserBeanListWrapper.js.map +1 -0
- package/build/jira-client/models/UserIssueRelevanceBean.d.ts +13 -0
- package/build/jira-client/models/UserIssueRelevanceBean.d.ts.map +1 -0
- package/build/jira-client/models/UserIssueRelevanceBean.js +2 -0
- package/build/jira-client/models/UserIssueRelevanceBean.js.map +1 -0
- package/build/jira-client/models/UserJsonBean.d.ts +11 -0
- package/build/jira-client/models/UserJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/UserJsonBean.js +2 -0
- package/build/jira-client/models/UserJsonBean.js.map +1 -0
- package/build/jira-client/models/UserPickerResultsBean.d.ts +2 -0
- package/build/jira-client/models/UserPickerResultsBean.d.ts.map +1 -0
- package/build/jira-client/models/UserPickerResultsBean.js +2 -0
- package/build/jira-client/models/UserPickerResultsBean.js.map +1 -0
- package/build/jira-client/models/UserWriteBean.d.ts +12 -0
- package/build/jira-client/models/UserWriteBean.d.ts.map +1 -0
- package/build/jira-client/models/UserWriteBean.js +2 -0
- package/build/jira-client/models/UserWriteBean.js.map +1 -0
- package/build/jira-client/models/UsersAndGroupsBean.d.ts +7 -0
- package/build/jira-client/models/UsersAndGroupsBean.d.ts.map +1 -0
- package/build/jira-client/models/UsersAndGroupsBean.js +2 -0
- package/build/jira-client/models/UsersAndGroupsBean.js.map +1 -0
- package/build/jira-client/models/ValidationError.d.ts +6 -0
- package/build/jira-client/models/ValidationError.d.ts.map +1 -0
- package/build/jira-client/models/ValidationError.js +2 -0
- package/build/jira-client/models/ValidationError.js.map +1 -0
- package/build/jira-client/models/VersionBean.d.ts +20 -0
- package/build/jira-client/models/VersionBean.d.ts.map +1 -0
- package/build/jira-client/models/VersionBean.js +2 -0
- package/build/jira-client/models/VersionBean.js.map +1 -0
- package/build/jira-client/models/VersionIssueCountsBean.d.ts +9 -0
- package/build/jira-client/models/VersionIssueCountsBean.d.ts.map +1 -0
- package/build/jira-client/models/VersionIssueCountsBean.js +2 -0
- package/build/jira-client/models/VersionIssueCountsBean.js.map +1 -0
- package/build/jira-client/models/VersionMoveBean.d.ts +13 -0
- package/build/jira-client/models/VersionMoveBean.d.ts.map +1 -0
- package/build/jira-client/models/VersionMoveBean.js +11 -0
- package/build/jira-client/models/VersionMoveBean.js.map +1 -0
- package/build/jira-client/models/VersionUnresolvedIssueCountsBean.d.ts +5 -0
- package/build/jira-client/models/VersionUnresolvedIssueCountsBean.d.ts.map +1 -0
- package/build/jira-client/models/VersionUnresolvedIssueCountsBean.js +2 -0
- package/build/jira-client/models/VersionUnresolvedIssueCountsBean.js.map +1 -0
- package/build/jira-client/models/VersionUsageInCustomFields.d.ts +6 -0
- package/build/jira-client/models/VersionUsageInCustomFields.d.ts.map +1 -0
- package/build/jira-client/models/VersionUsageInCustomFields.js +2 -0
- package/build/jira-client/models/VersionUsageInCustomFields.js.map +1 -0
- package/build/jira-client/models/VisibilityJsonBean.d.ts +11 -0
- package/build/jira-client/models/VisibilityJsonBean.d.ts.map +1 -0
- package/build/jira-client/models/VisibilityJsonBean.js +9 -0
- package/build/jira-client/models/VisibilityJsonBean.js.map +1 -0
- package/build/jira-client/models/VoteBean.d.ts +2 -0
- package/build/jira-client/models/VoteBean.d.ts.map +1 -0
- package/build/jira-client/models/VoteBean.js +2 -0
- package/build/jira-client/models/VoteBean.js.map +1 -0
- package/build/jira-client/models/VoteWatchResult.d.ts +2 -0
- package/build/jira-client/models/VoteWatchResult.d.ts.map +1 -0
- package/build/jira-client/models/VoteWatchResult.js +2 -0
- package/build/jira-client/models/VoteWatchResult.js.map +1 -0
- package/build/jira-client/models/WatchersBean.d.ts +2 -0
- package/build/jira-client/models/WatchersBean.d.ts.map +1 -0
- package/build/jira-client/models/WatchersBean.js +2 -0
- package/build/jira-client/models/WatchersBean.js.map +1 -0
- package/build/jira-client/models/WorkflowMappingBean.d.ts +7 -0
- package/build/jira-client/models/WorkflowMappingBean.d.ts.map +1 -0
- package/build/jira-client/models/WorkflowMappingBean.js +2 -0
- package/build/jira-client/models/WorkflowMappingBean.js.map +1 -0
- package/build/jira-client/models/WorkflowSchemeBean.d.ts +18 -0
- package/build/jira-client/models/WorkflowSchemeBean.d.ts.map +1 -0
- package/build/jira-client/models/WorkflowSchemeBean.js +2 -0
- package/build/jira-client/models/WorkflowSchemeBean.js.map +1 -0
- package/build/jira-client/models/WorkflowSchemeRequest.d.ts +6 -0
- package/build/jira-client/models/WorkflowSchemeRequest.d.ts.map +1 -0
- package/build/jira-client/models/WorkflowSchemeRequest.js +2 -0
- package/build/jira-client/models/WorkflowSchemeRequest.js.map +1 -0
- package/build/jira-client/models/WorkflowTransitionResource.d.ts +2 -0
- package/build/jira-client/models/WorkflowTransitionResource.d.ts.map +1 -0
- package/build/jira-client/models/WorkflowTransitionResource.js +2 -0
- package/build/jira-client/models/WorkflowTransitionResource.js.map +1 -0
- package/build/jira-client/models/WorklogChangeBean.d.ts +5 -0
- package/build/jira-client/models/WorklogChangeBean.d.ts.map +1 -0
- package/build/jira-client/models/WorklogChangeBean.js +2 -0
- package/build/jira-client/models/WorklogChangeBean.js.map +1 -0
- package/build/jira-client/models/WorklogChangedSinceBean.d.ts +11 -0
- package/build/jira-client/models/WorklogChangedSinceBean.d.ts.map +1 -0
- package/build/jira-client/models/WorklogChangedSinceBean.js +2 -0
- package/build/jira-client/models/WorklogChangedSinceBean.js.map +1 -0
- package/build/jira-client/models/WorklogIdsRequestBean.d.ts +7 -0
- package/build/jira-client/models/WorklogIdsRequestBean.d.ts.map +1 -0
- package/build/jira-client/models/WorklogIdsRequestBean.js +2 -0
- package/build/jira-client/models/WorklogIdsRequestBean.js.map +1 -0
- package/build/jira-client/models/WorklogWithPaginationBean.d.ts +8 -0
- package/build/jira-client/models/WorklogWithPaginationBean.d.ts.map +1 -0
- package/build/jira-client/models/WorklogWithPaginationBean.js +2 -0
- package/build/jira-client/models/WorklogWithPaginationBean.js.map +1 -0
- package/build/jira-client/models/issueLinks.d.ts +10 -0
- package/build/jira-client/models/issueLinks.d.ts.map +1 -0
- package/build/jira-client/models/issueLinks.js +2 -0
- package/build/jira-client/models/issueLinks.js.map +1 -0
- package/build/jira-client/models/worklog.d.ts +17 -0
- package/build/jira-client/models/worklog.d.ts.map +1 -0
- package/build/jira-client/models/worklog.js +2 -0
- package/build/jira-client/models/worklog.js.map +1 -0
- package/build/jira-client/services/ApplicationPropertiesService.d.ts +33 -0
- package/build/jira-client/services/ApplicationPropertiesService.d.ts.map +1 -0
- package/build/jira-client/services/ApplicationPropertiesService.js +68 -0
- package/build/jira-client/services/ApplicationPropertiesService.js.map +1 -0
- package/build/jira-client/services/ApplicationroleService.d.ts +40 -0
- package/build/jira-client/services/ApplicationroleService.d.ts.map +1 -0
- package/build/jira-client/services/ApplicationroleService.js +98 -0
- package/build/jira-client/services/ApplicationroleService.js.map +1 -0
- package/build/jira-client/services/AttachmentService.d.ts +47 -0
- package/build/jira-client/services/AttachmentService.d.ts.map +1 -0
- package/build/jira-client/services/AttachmentService.js +98 -0
- package/build/jira-client/services/AttachmentService.js.map +1 -0
- package/build/jira-client/services/AvatarService.d.ts +33 -0
- package/build/jira-client/services/AvatarService.d.ts.map +1 -0
- package/build/jira-client/services/AvatarService.js +75 -0
- package/build/jira-client/services/AvatarService.js.map +1 -0
- package/build/jira-client/services/BacklogService.d.ts +13 -0
- package/build/jira-client/services/BacklogService.d.ts.map +1 -0
- package/build/jira-client/services/BacklogService.js +26 -0
- package/build/jira-client/services/BacklogService.js.map +1 -0
- package/build/jira-client/services/BoardService.d.ts +249 -0
- package/build/jira-client/services/BoardService.d.ts.map +1 -0
- package/build/jira-client/services/BoardService.js +577 -0
- package/build/jira-client/services/BoardService.js.map +1 -0
- package/build/jira-client/services/ClusterService.d.ts +73 -0
- package/build/jira-client/services/ClusterService.d.ts.map +1 -0
- package/build/jira-client/services/ClusterService.js +166 -0
- package/build/jira-client/services/ClusterService.js.map +1 -0
- package/build/jira-client/services/CommentService.d.ts +42 -0
- package/build/jira-client/services/CommentService.d.ts.map +1 -0
- package/build/jira-client/services/CommentService.js +101 -0
- package/build/jira-client/services/CommentService.js.map +1 -0
- package/build/jira-client/services/ComponentService.d.ts +60 -0
- package/build/jira-client/services/ComponentService.d.ts.map +1 -0
- package/build/jira-client/services/ComponentService.js +132 -0
- package/build/jira-client/services/ComponentService.js.map +1 -0
- package/build/jira-client/services/ConfigurationService.d.ts +12 -0
- package/build/jira-client/services/ConfigurationService.d.ts.map +1 -0
- package/build/jira-client/services/ConfigurationService.js +20 -0
- package/build/jira-client/services/ConfigurationService.js.map +1 -0
- package/build/jira-client/services/CustomFieldOptionService.d.ts +13 -0
- package/build/jira-client/services/CustomFieldOptionService.d.ts.map +1 -0
- package/build/jira-client/services/CustomFieldOptionService.js +24 -0
- package/build/jira-client/services/CustomFieldOptionService.js.map +1 -0
- package/build/jira-client/services/CustomFieldsService.d.ts +46 -0
- package/build/jira-client/services/CustomFieldsService.d.ts.map +1 -0
- package/build/jira-client/services/CustomFieldsService.js +96 -0
- package/build/jira-client/services/CustomFieldsService.js.map +1 -0
- package/build/jira-client/services/DashboardService.d.ts +65 -0
- package/build/jira-client/services/DashboardService.d.ts.map +1 -0
- package/build/jira-client/services/DashboardService.js +143 -0
- package/build/jira-client/services/DashboardService.js.map +1 -0
- package/build/jira-client/services/EmailTemplatesService.d.ts +40 -0
- package/build/jira-client/services/EmailTemplatesService.d.ts.map +1 -0
- package/build/jira-client/services/EmailTemplatesService.js +88 -0
- package/build/jira-client/services/EmailTemplatesService.js.map +1 -0
- package/build/jira-client/services/EpicService.d.ts +80 -0
- package/build/jira-client/services/EpicService.d.ts.map +1 -0
- package/build/jira-client/services/EpicService.js +189 -0
- package/build/jira-client/services/EpicService.js.map +1 -0
- package/build/jira-client/services/FieldService.d.ts +21 -0
- package/build/jira-client/services/FieldService.d.ts.map +1 -0
- package/build/jira-client/services/FieldService.js +39 -0
- package/build/jira-client/services/FieldService.js.map +1 -0
- package/build/jira-client/services/FilterService.d.ts +132 -0
- package/build/jira-client/services/FilterService.d.ts.map +1 -0
- package/build/jira-client/services/FilterService.js +298 -0
- package/build/jira-client/services/FilterService.js.map +1 -0
- package/build/jira-client/services/GroupService.d.ts +54 -0
- package/build/jira-client/services/GroupService.d.ts.map +1 -0
- package/build/jira-client/services/GroupService.js +126 -0
- package/build/jira-client/services/GroupService.js.map +1 -0
- package/build/jira-client/services/GroupsService.d.ts +16 -0
- package/build/jira-client/services/GroupsService.d.ts.map +1 -0
- package/build/jira-client/services/GroupsService.js +27 -0
- package/build/jira-client/services/GroupsService.js.map +1 -0
- package/build/jira-client/services/GroupuserpickerService.d.ts +18 -0
- package/build/jira-client/services/GroupuserpickerService.d.ts.map +1 -0
- package/build/jira-client/services/GroupuserpickerService.js +34 -0
- package/build/jira-client/services/GroupuserpickerService.js.map +1 -0
- package/build/jira-client/services/IndexService.d.ts +32 -0
- package/build/jira-client/services/IndexService.d.ts.map +1 -0
- package/build/jira-client/services/IndexService.js +40 -0
- package/build/jira-client/services/IndexService.js.map +1 -0
- package/build/jira-client/services/IndexSnapshotService.d.ts +28 -0
- package/build/jira-client/services/IndexSnapshotService.d.ts.map +1 -0
- package/build/jira-client/services/IndexSnapshotService.js +51 -0
- package/build/jira-client/services/IndexSnapshotService.js.map +1 -0
- package/build/jira-client/services/IssueLinkService.d.ts +30 -0
- package/build/jira-client/services/IssueLinkService.d.ts.map +1 -0
- package/build/jira-client/services/IssueLinkService.js +70 -0
- package/build/jira-client/services/IssueLinkService.js.map +1 -0
- package/build/jira-client/services/IssueLinkTypeService.d.ts +65 -0
- package/build/jira-client/services/IssueLinkTypeService.d.ts.map +1 -0
- package/build/jira-client/services/IssueLinkTypeService.js +147 -0
- package/build/jira-client/services/IssueLinkTypeService.js.map +1 -0
- package/build/jira-client/services/IssueService.d.ts +603 -0
- package/build/jira-client/services/IssueService.d.ts.map +1 -0
- package/build/jira-client/services/IssueService.js +1337 -0
- package/build/jira-client/services/IssueService.js.map +1 -0
- package/build/jira-client/services/IssuesecurityschemesService.d.ts +21 -0
- package/build/jira-client/services/IssuesecurityschemesService.d.ts.map +1 -0
- package/build/jira-client/services/IssuesecurityschemesService.js +41 -0
- package/build/jira-client/services/IssuesecurityschemesService.js.map +1 -0
- package/build/jira-client/services/IssuetypeService.d.ts +137 -0
- package/build/jira-client/services/IssuetypeService.d.ts.map +1 -0
- package/build/jira-client/services/IssuetypeService.js +303 -0
- package/build/jira-client/services/IssuetypeService.js.map +1 -0
- package/build/jira-client/services/IssuetypeschemeService.d.ts +93 -0
- package/build/jira-client/services/IssuetypeschemeService.d.ts.map +1 -0
- package/build/jira-client/services/IssuetypeschemeService.js +228 -0
- package/build/jira-client/services/IssuetypeschemeService.js.map +1 -0
- package/build/jira-client/services/JqlService.d.ts +24 -0
- package/build/jira-client/services/JqlService.d.ts.map +1 -0
- package/build/jira-client/services/JqlService.js +43 -0
- package/build/jira-client/services/JqlService.js.map +1 -0
- package/build/jira-client/services/LicenseValidatorService.d.ts +13 -0
- package/build/jira-client/services/LicenseValidatorService.d.ts.map +1 -0
- package/build/jira-client/services/LicenseValidatorService.js +20 -0
- package/build/jira-client/services/LicenseValidatorService.js.map +1 -0
- package/build/jira-client/services/MonitoringService.d.ts +64 -0
- package/build/jira-client/services/MonitoringService.d.ts.map +1 -0
- package/build/jira-client/services/MonitoringService.js +107 -0
- package/build/jira-client/services/MonitoringService.js.map +1 -0
- package/build/jira-client/services/MypermissionsService.d.ts +16 -0
- package/build/jira-client/services/MypermissionsService.d.ts.map +1 -0
- package/build/jira-client/services/MypermissionsService.js +32 -0
- package/build/jira-client/services/MypermissionsService.js.map +1 -0
- package/build/jira-client/services/MypreferencesService.d.ts +29 -0
- package/build/jira-client/services/MypreferencesService.d.ts.map +1 -0
- package/build/jira-client/services/MypreferencesService.js +59 -0
- package/build/jira-client/services/MypreferencesService.js.map +1 -0
- package/build/jira-client/services/MyselfService.d.ts +30 -0
- package/build/jira-client/services/MyselfService.d.ts.map +1 -0
- package/build/jira-client/services/MyselfService.js +62 -0
- package/build/jira-client/services/MyselfService.js.map +1 -0
- package/build/jira-client/services/NotificationschemeService.d.ts +52 -0
- package/build/jira-client/services/NotificationschemeService.d.ts.map +1 -0
- package/build/jira-client/services/NotificationschemeService.js +75 -0
- package/build/jira-client/services/NotificationschemeService.js.map +1 -0
- package/build/jira-client/services/PasswordService.d.ts +51 -0
- package/build/jira-client/services/PasswordService.d.ts.map +1 -0
- package/build/jira-client/services/PasswordService.js +79 -0
- package/build/jira-client/services/PasswordService.js.map +1 -0
- package/build/jira-client/services/PermissionsService.d.ts +12 -0
- package/build/jira-client/services/PermissionsService.d.ts.map +1 -0
- package/build/jira-client/services/PermissionsService.js +21 -0
- package/build/jira-client/services/PermissionsService.js.map +1 -0
- package/build/jira-client/services/PermissionschemeService.d.ts +110 -0
- package/build/jira-client/services/PermissionschemeService.d.ts.map +1 -0
- package/build/jira-client/services/PermissionschemeService.js +272 -0
- package/build/jira-client/services/PermissionschemeService.js.map +1 -0
- package/build/jira-client/services/PriorityService.d.ts +31 -0
- package/build/jira-client/services/PriorityService.d.ts.map +1 -0
- package/build/jira-client/services/PriorityService.js +65 -0
- package/build/jira-client/services/PriorityService.js.map +1 -0
- package/build/jira-client/services/PriorityschemesService.d.ts +49 -0
- package/build/jira-client/services/PriorityschemesService.d.ts.map +1 -0
- package/build/jira-client/services/PriorityschemesService.js +116 -0
- package/build/jira-client/services/PriorityschemesService.js.map +1 -0
- package/build/jira-client/services/ProjectCategoryService.d.ts +46 -0
- package/build/jira-client/services/ProjectCategoryService.d.ts.map +1 -0
- package/build/jira-client/services/ProjectCategoryService.js +104 -0
- package/build/jira-client/services/ProjectCategoryService.js.map +1 -0
- package/build/jira-client/services/ProjectService.d.ts +372 -0
- package/build/jira-client/services/ProjectService.d.ts.map +1 -0
- package/build/jira-client/services/ProjectService.js +873 -0
- package/build/jira-client/services/ProjectService.js.map +1 -0
- package/build/jira-client/services/ProjectsService.d.ts +21 -0
- package/build/jira-client/services/ProjectsService.d.ts.map +1 -0
- package/build/jira-client/services/ProjectsService.js +31 -0
- package/build/jira-client/services/ProjectsService.js.map +1 -0
- package/build/jira-client/services/ProjectvalidateService.d.ts +13 -0
- package/build/jira-client/services/ProjectvalidateService.d.ts.map +1 -0
- package/build/jira-client/services/ProjectvalidateService.js +24 -0
- package/build/jira-client/services/ProjectvalidateService.js.map +1 -0
- package/build/jira-client/services/ReindexService.d.ts +67 -0
- package/build/jira-client/services/ReindexService.d.ts.map +1 -0
- package/build/jira-client/services/ReindexService.js +138 -0
- package/build/jira-client/services/ReindexService.js.map +1 -0
- package/build/jira-client/services/ResolutionService.d.ts +31 -0
- package/build/jira-client/services/ResolutionService.d.ts.map +1 -0
- package/build/jira-client/services/ResolutionService.js +56 -0
- package/build/jira-client/services/ResolutionService.js.map +1 -0
- package/build/jira-client/services/RoleService.d.ts +85 -0
- package/build/jira-client/services/RoleService.d.ts.map +1 -0
- package/build/jira-client/services/RoleService.js +214 -0
- package/build/jira-client/services/RoleService.js.map +1 -0
- package/build/jira-client/services/ScreensService.d.ts +134 -0
- package/build/jira-client/services/ScreensService.d.ts.map +1 -0
- package/build/jira-client/services/ScreensService.js +318 -0
- package/build/jira-client/services/ScreensService.js.map +1 -0
- package/build/jira-client/services/SearchService.d.ts +49 -0
- package/build/jira-client/services/SearchService.d.ts.map +1 -0
- package/build/jira-client/services/SearchService.js +73 -0
- package/build/jira-client/services/SearchService.js.map +1 -0
- package/build/jira-client/services/SecuritylevelService.d.ts +13 -0
- package/build/jira-client/services/SecuritylevelService.d.ts.map +1 -0
- package/build/jira-client/services/SecuritylevelService.js +24 -0
- package/build/jira-client/services/SecuritylevelService.js.map +1 -0
- package/build/jira-client/services/ServerInfoService.d.ts +12 -0
- package/build/jira-client/services/ServerInfoService.d.ts.map +1 -0
- package/build/jira-client/services/ServerInfoService.js +17 -0
- package/build/jira-client/services/ServerInfoService.js.map +1 -0
- package/build/jira-client/services/SessionService.d.ts +29 -0
- package/build/jira-client/services/SessionService.d.ts.map +1 -0
- package/build/jira-client/services/SessionService.js +54 -0
- package/build/jira-client/services/SessionService.js.map +1 -0
- package/build/jira-client/services/SettingsService.d.ts +30 -0
- package/build/jira-client/services/SettingsService.d.ts.map +1 -0
- package/build/jira-client/services/SettingsService.js +57 -0
- package/build/jira-client/services/SettingsService.js.map +1 -0
- package/build/jira-client/services/SprintService.d.ts +159 -0
- package/build/jira-client/services/SprintService.d.ts.map +1 -0
- package/build/jira-client/services/SprintService.js +358 -0
- package/build/jira-client/services/SprintService.js.map +1 -0
- package/build/jira-client/services/StatusService.d.ts +32 -0
- package/build/jira-client/services/StatusService.d.ts.map +1 -0
- package/build/jira-client/services/StatusService.js +63 -0
- package/build/jira-client/services/StatusService.js.map +1 -0
- package/build/jira-client/services/StatuscategoryService.d.ts +22 -0
- package/build/jira-client/services/StatuscategoryService.d.ts.map +1 -0
- package/build/jira-client/services/StatuscategoryService.js +45 -0
- package/build/jira-client/services/StatuscategoryService.js.map +1 -0
- package/build/jira-client/services/TerminologyService.d.ts +35 -0
- package/build/jira-client/services/TerminologyService.d.ts.map +1 -0
- package/build/jira-client/services/TerminologyService.js +62 -0
- package/build/jira-client/services/TerminologyService.js.map +1 -0
- package/build/jira-client/services/UniversalAvatarService.d.ts +46 -0
- package/build/jira-client/services/UniversalAvatarService.d.ts.map +1 -0
- package/build/jira-client/services/UniversalAvatarService.js +103 -0
- package/build/jira-client/services/UniversalAvatarService.js.map +1 -0
- package/build/jira-client/services/UpgradeService.d.ts +19 -0
- package/build/jira-client/services/UpgradeService.d.ts.map +1 -0
- package/build/jira-client/services/UpgradeService.js +37 -0
- package/build/jira-client/services/UpgradeService.js.map +1 -0
- package/build/jira-client/services/UserService.d.ts +363 -0
- package/build/jira-client/services/UserService.d.ts.map +1 -0
- package/build/jira-client/services/UserService.js +855 -0
- package/build/jira-client/services/UserService.js.map +1 -0
- package/build/jira-client/services/VersionService.d.ts +155 -0
- package/build/jira-client/services/VersionService.d.ts.map +1 -0
- package/build/jira-client/services/VersionService.js +355 -0
- package/build/jira-client/services/VersionService.js.map +1 -0
- package/build/jira-client/services/WebsudoService.d.ts +12 -0
- package/build/jira-client/services/WebsudoService.d.ts.map +1 -0
- package/build/jira-client/services/WebsudoService.js +20 -0
- package/build/jira-client/services/WebsudoService.js.map +1 -0
- package/build/jira-client/services/WorkflowService.d.ts +12 -0
- package/build/jira-client/services/WorkflowService.d.ts.map +1 -0
- package/build/jira-client/services/WorkflowService.js +24 -0
- package/build/jira-client/services/WorkflowService.js.map +1 -0
- package/build/jira-client/services/WorkflowschemeService.d.ts +252 -0
- package/build/jira-client/services/WorkflowschemeService.d.ts.map +1 -0
- package/build/jira-client/services/WorkflowschemeService.js +615 -0
- package/build/jira-client/services/WorkflowschemeService.js.map +1 -0
- package/build/jira-client/services/WorklogService.d.ts +31 -0
- package/build/jira-client/services/WorklogService.d.ts.map +1 -0
- package/build/jira-client/services/WorklogService.js +55 -0
- package/build/jira-client/services/WorklogService.js.map +1 -0
- package/build/jira-service.d.ts +20 -37
- package/build/jira-service.d.ts.map +1 -1
- package/build/jira-service.js +40 -67
- package/build/jira-service.js.map +1 -1
- package/package.json +3 -4
- package/src/index.ts +23 -4
- package/src/jira-client/core/ApiError.ts +25 -0
- package/src/jira-client/core/ApiRequestOptions.ts +17 -0
- package/src/jira-client/core/ApiResult.ts +11 -0
- package/src/jira-client/core/CancelablePromise.ts +131 -0
- package/src/jira-client/core/OpenAPI.ts +32 -0
- package/src/jira-client/core/request.ts +322 -0
- package/src/jira-client/index.ts +371 -0
- package/src/jira-client/models/A11yPersonalSettingBean.ts +9 -0
- package/src/jira-client/models/ActiveCategory.ts +8 -0
- package/src/jira-client/models/ActorInputBean.ts +9 -0
- package/src/jira-client/models/ActorsMap.ts +5 -0
- package/src/jira-client/models/AddFieldBean.ts +8 -0
- package/src/jira-client/models/AddGroupBean.ts +8 -0
- package/src/jira-client/models/AddReactionRequestBean.ts +9 -0
- package/src/jira-client/models/AdminHistoryLink.ts +5 -0
- package/src/jira-client/models/AffectedEntityBean.ts +20 -0
- package/src/jira-client/models/AppMonitoringRestEntity.ts +8 -0
- package/src/jira-client/models/AppTypeBean.ts +9 -0
- package/src/jira-client/models/Application.ts +9 -0
- package/src/jira-client/models/ApplicationPropertyBean.ts +9 -0
- package/src/jira-client/models/ApplicationRoleBean.ts +19 -0
- package/src/jira-client/models/AssignIssueTypesRequest.ts +10 -0
- package/src/jira-client/models/AssociateProjectsBean.ts +8 -0
- package/src/jira-client/models/AttachmentArchiveEntry.ts +12 -0
- package/src/jira-client/models/AttachmentArchiveImpl.ts +13 -0
- package/src/jira-client/models/AttachmentBean.ts +5 -0
- package/src/jira-client/models/AttachmentJsonBean.ts +17 -0
- package/src/jira-client/models/AttachmentMetaBean.ts +12 -0
- package/src/jira-client/models/AuthParams.ts +9 -0
- package/src/jira-client/models/AuthSuccess.ts +11 -0
- package/src/jira-client/models/AutoCompleteResponseBean.ts +10 -0
- package/src/jira-client/models/AutoCompleteResultWrapper.ts +5 -0
- package/src/jira-client/models/AvailableIssueTypesRequestBean.ts +8 -0
- package/src/jira-client/models/AvailableProjectsPaginatedBean.ts +9 -0
- package/src/jira-client/models/AvailableProjectsRequestBean.ts +8 -0
- package/src/jira-client/models/AvatarBean.ts +10 -0
- package/src/jira-client/models/AvatarCroppingBean.ts +12 -0
- package/src/jira-client/models/BlogBean.ts +5 -0
- package/src/jira-client/models/BoardBean.ts +11 -0
- package/src/jira-client/models/BoardConfigBean.ts +21 -0
- package/src/jira-client/models/BoardCreateBean.ts +10 -0
- package/src/jira-client/models/BooleanSettingBean.ts +8 -0
- package/src/jira-client/models/BulkDeleteResponseBean.ts +10 -0
- package/src/jira-client/models/BulkOperationErrorResult.ts +11 -0
- package/src/jira-client/models/ChangeHistoryBean.ts +15 -0
- package/src/jira-client/models/ChangeItemBean.ts +13 -0
- package/src/jira-client/models/ChangelogBean.ts +12 -0
- package/src/jira-client/models/ClusterLockStatusBean.ts +11 -0
- package/src/jira-client/models/ClusterLockStatusesBean.ts +9 -0
- package/src/jira-client/models/ClusterState.ts +20 -0
- package/src/jira-client/models/ColorBean.ts +26 -0
- package/src/jira-client/models/ColumnBean.ts +12 -0
- package/src/jira-client/models/ColumnConfigBean.ts +10 -0
- package/src/jira-client/models/ColumnLayout.ts +19 -0
- package/src/jira-client/models/ColumnLayoutItem.ts +12 -0
- package/src/jira-client/models/ColumnOptions.ts +5 -0
- package/src/jira-client/models/ColumnsBean.ts +8 -0
- package/src/jira-client/models/CommentJsonBean.ts +20 -0
- package/src/jira-client/models/CommentsWithPaginationJsonBean.ts +12 -0
- package/src/jira-client/models/ComponentBean.ts +26 -0
- package/src/jira-client/models/ComponentIssueCountsBean.ts +9 -0
- package/src/jira-client/models/ConfigurationBean.ts +16 -0
- package/src/jira-client/models/ContentToRender.ts +5 -0
- package/src/jira-client/models/CreateIndexBean.ts +12 -0
- package/src/jira-client/models/CreateMetaIssueTypeBean.ts +16 -0
- package/src/jira-client/models/CreateUpdateRoleRequestBean.ts +9 -0
- package/src/jira-client/models/CurrentUser.ts +5 -0
- package/src/jira-client/models/CustomFieldBean.ts +24 -0
- package/src/jira-client/models/CustomFieldDefinitionJsonBean.ts +15 -0
- package/src/jira-client/models/CustomFieldOptionBean.ts +12 -0
- package/src/jira-client/models/CustomFieldOptionsBean.ts +10 -0
- package/src/jira-client/models/CustomFieldReplacement.ts +9 -0
- package/src/jira-client/models/DarkFeaturePropertyBean.ts +8 -0
- package/src/jira-client/models/DarkFeaturesBean.ts +10 -0
- package/src/jira-client/models/DashboardBean.ts +11 -0
- package/src/jira-client/models/DashboardsBean.ts +14 -0
- package/src/jira-client/models/DefaultBean.ts +9 -0
- package/src/jira-client/models/DefaultShareScopeBean.ts +15 -0
- package/src/jira-client/models/DeleteAndReplaceVersionBean.ts +11 -0
- package/src/jira-client/models/EditMetaBean.ts +5 -0
- package/src/jira-client/models/EditorMarkupParameters.ts +11 -0
- package/src/jira-client/models/EntityList.ts +9 -0
- package/src/jira-client/models/EntityPropertiesKeysBean.ts +9 -0
- package/src/jira-client/models/EntityPropertyBean.ts +9 -0
- package/src/jira-client/models/EntityPropertyKeyBean.ts +9 -0
- package/src/jira-client/models/EntityRefBean.ts +11 -0
- package/src/jira-client/models/EntityTypeBean.ts +11 -0
- package/src/jira-client/models/EntityVersionBean.ts +14 -0
- package/src/jira-client/models/Entry.ts +11 -0
- package/src/jira-client/models/EpicBean.ts +15 -0
- package/src/jira-client/models/EpicRankRequestBean.ts +10 -0
- package/src/jira-client/models/EpicUpdateBean.ts +12 -0
- package/src/jira-client/models/ErrorCollection.ts +9 -0
- package/src/jira-client/models/EstimationConfigBean.ts +10 -0
- package/src/jira-client/models/EstimationFieldBean.ts +9 -0
- package/src/jira-client/models/FieldBean.ts +16 -0
- package/src/jira-client/models/FieldComparatorSource.ts +5 -0
- package/src/jira-client/models/FieldConfigSchemeBean.ts +21 -0
- package/src/jira-client/models/FieldEditBean.ts +8 -0
- package/src/jira-client/models/FieldMetaBean.ts +17 -0
- package/src/jira-client/models/FieldOperation.ts +9 -0
- package/src/jira-client/models/FieldValueBean.ts +9 -0
- package/src/jira-client/models/FieldValueLoader.ts +8 -0
- package/src/jira-client/models/Fields.ts +14 -0
- package/src/jira-client/models/FilePart.ts +13 -0
- package/src/jira-client/models/FilterBean.ts +22 -0
- package/src/jira-client/models/FilterPermissionBean.ts +19 -0
- package/src/jira-client/models/Gadget.ts +13 -0
- package/src/jira-client/models/GetReactionsRequestBean.ts +8 -0
- package/src/jira-client/models/GrantToPermissionInputBean.ts +10 -0
- package/src/jira-client/models/GroupBean.ts +11 -0
- package/src/jira-client/models/GroupJsonBean.ts +9 -0
- package/src/jira-client/models/GroupLabelBean.ts +17 -0
- package/src/jira-client/models/GroupSuggestionBean.ts +11 -0
- package/src/jira-client/models/GroupSuggestionsBean.ts +11 -0
- package/src/jira-client/models/HistoryMetadata.ts +19 -0
- package/src/jira-client/models/HistoryMetadataParticipant.ts +13 -0
- package/src/jira-client/models/HumanReadableArchive.ts +12 -0
- package/src/jira-client/models/Icon.ts +10 -0
- package/src/jira-client/models/IdBean.ts +8 -0
- package/src/jira-client/models/IncludedFields.ts +8 -0
- package/src/jira-client/models/IndexReplicationQueueEntryBean.ts +9 -0
- package/src/jira-client/models/IndexReplicationQueueSummaryBean.ts +11 -0
- package/src/jira-client/models/IndexSnapshotBean.ts +9 -0
- package/src/jira-client/models/IndexSnapshotPromiseBean.ts +8 -0
- package/src/jira-client/models/IndexSnapshotStatusBean.ts +8 -0
- package/src/jira-client/models/IndexSummaryBean.ts +13 -0
- package/src/jira-client/models/IpdMonitoringRestEntity.ts +8 -0
- package/src/jira-client/models/IssueAssignRequestBean.ts +8 -0
- package/src/jira-client/models/IssueBean.ts +29 -0
- package/src/jira-client/models/IssueContextParam.ts +9 -0
- package/src/jira-client/models/IssueCreateResponse.ts +10 -0
- package/src/jira-client/models/IssueIndexSummaryBean.ts +13 -0
- package/src/jira-client/models/IssueInvolvementBean.ts +9 -0
- package/src/jira-client/models/IssueLinkTypeJsonBean.ts +12 -0
- package/src/jira-client/models/IssueLinkTypeOrderUpdateRequest.ts +8 -0
- package/src/jira-client/models/IssueLinkTypeResetOrderRequest.ts +8 -0
- package/src/jira-client/models/IssueLinkTypesBean.ts +5 -0
- package/src/jira-client/models/IssuePickerIssue.ts +12 -0
- package/src/jira-client/models/IssuePickerResult.ts +9 -0
- package/src/jira-client/models/IssueRankRequestBean.ts +11 -0
- package/src/jira-client/models/IssueRefJsonBean.ts +12 -0
- package/src/jira-client/models/IssueSection.ts +13 -0
- package/src/jira-client/models/IssueSubTaskMovePositionBean.ts +9 -0
- package/src/jira-client/models/IssueTypeCreateBean.ts +16 -0
- package/src/jira-client/models/IssueTypeJsonBean.ts +14 -0
- package/src/jira-client/models/IssueTypeMappingBean.ts +10 -0
- package/src/jira-client/models/IssueTypeSchemeBean.ts +15 -0
- package/src/jira-client/models/IssueTypeSchemeCreateUpdateBean.ts +12 -0
- package/src/jira-client/models/IssueTypeSchemeListBean.ts +9 -0
- package/src/jira-client/models/IssueTypeUpdateBean.ts +10 -0
- package/src/jira-client/models/IssueTypeWithStatusJsonBean.ts +13 -0
- package/src/jira-client/models/IssueUpdateBean.ts +16 -0
- package/src/jira-client/models/IssuesCreateResponse.ts +11 -0
- package/src/jira-client/models/IssuesUpdateBean.ts +9 -0
- package/src/jira-client/models/JobBean.ts +17 -0
- package/src/jira-client/models/JobRunBean.ts +11 -0
- package/src/jira-client/models/JsonTypeBean.ts +12 -0
- package/src/jira-client/models/LicenseValidationResults.ts +9 -0
- package/src/jira-client/models/LinkGroupBean.ts +14 -0
- package/src/jira-client/models/LinkIssueRequestJsonBean.ts +14 -0
- package/src/jira-client/models/ListWrapperCallbackApplicationRoleBean.ts +5 -0
- package/src/jira-client/models/ListWrapperCallbackGroupJsonBean.ts +5 -0
- package/src/jira-client/models/ListWrapperCallbackUserBean.ts +5 -0
- package/src/jira-client/models/ListWrapperCallbackUserJsonBean.ts +5 -0
- package/src/jira-client/models/LoginInfo.ts +11 -0
- package/src/jira-client/models/LuceneFieldSorter.ts +9 -0
- package/src/jira-client/models/MoveFieldBean.ts +17 -0
- package/src/jira-client/models/NavigableField.ts +20 -0
- package/src/jira-client/models/NodeBean.ts +24 -0
- package/src/jira-client/models/NodeBuildInfo.ts +9 -0
- package/src/jira-client/models/NotificationJsonBean.ts +14 -0
- package/src/jira-client/models/NotificationSchemeBean.ts +13 -0
- package/src/jira-client/models/OpsbarBean.ts +9 -0
- package/src/jira-client/models/Option.ts +12 -0
- package/src/jira-client/models/OptionString.ts +10 -0
- package/src/jira-client/models/OptionsSettings.ts +11 -0
- package/src/jira-client/models/OrderByPreferences.ts +9 -0
- package/src/jira-client/models/OriginalOrder.ts +8 -0
- package/src/jira-client/models/PageBean.ts +14 -0
- package/src/jira-client/models/PageBeanProjectBean.ts +15 -0
- package/src/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.ts +15 -0
- package/src/jira-client/models/PartialSuccessBean.ts +9 -0
- package/src/jira-client/models/PasswordBean.ts +9 -0
- package/src/jira-client/models/PasswordPolicyCreateUserBean.ts +11 -0
- package/src/jira-client/models/PasswordPolicyUpdateUserBean.ts +10 -0
- package/src/jira-client/models/PatternRepresentation.ts +11 -0
- package/src/jira-client/models/PermissionBean.ts +9 -0
- package/src/jira-client/models/PermissionGrantBean.ts +12 -0
- package/src/jira-client/models/PermissionGrantsBean.ts +10 -0
- package/src/jira-client/models/PermissionHolderBean.ts +17 -0
- package/src/jira-client/models/PermissionJsonBean.ts +21 -0
- package/src/jira-client/models/PermissionSchemeAttributeBean.ts +9 -0
- package/src/jira-client/models/PermissionSchemeBean.ts +14 -0
- package/src/jira-client/models/PermissionSchemesBean.ts +9 -0
- package/src/jira-client/models/PermissionsInputBean.ts +10 -0
- package/src/jira-client/models/PermissionsJsonBean.ts +12 -0
- package/src/jira-client/models/PinnedCommentJsonBean.ts +11 -0
- package/src/jira-client/models/PriorityJsonBean.ts +13 -0
- package/src/jira-client/models/PrioritySchemeBean.ts +15 -0
- package/src/jira-client/models/PrioritySchemeListBean.ts +12 -0
- package/src/jira-client/models/PrioritySchemeResponse.ts +12 -0
- package/src/jira-client/models/PrioritySchemeUpdateBean.ts +12 -0
- package/src/jira-client/models/ProductLicenseTO.ts +28 -0
- package/src/jira-client/models/ProjectBean.ts +14 -0
- package/src/jira-client/models/ProjectCategoryBean.ts +11 -0
- package/src/jira-client/models/ProjectCategoryJsonBean.ts +11 -0
- package/src/jira-client/models/ProjectDeleteInstructionsBean.ts +8 -0
- package/src/jira-client/models/ProjectIdentity.ts +10 -0
- package/src/jira-client/models/ProjectInputBean.ts +27 -0
- package/src/jira-client/models/ProjectJsonBean.ts +15 -0
- package/src/jira-client/models/ProjectPickerItem.ts +12 -0
- package/src/jira-client/models/ProjectPickerResultWrapper.ts +11 -0
- package/src/jira-client/models/ProjectRoleActorsBean.ts +9 -0
- package/src/jira-client/models/ProjectRoleActorsUpdateBean.ts +9 -0
- package/src/jira-client/models/ProjectRoleBean.ts +13 -0
- package/src/jira-client/models/ProjectTypeBean.ts +12 -0
- package/src/jira-client/models/ProjectUpdateBean.ts +26 -0
- package/src/jira-client/models/PropertiesBean.ts +8 -0
- package/src/jira-client/models/Property.ts +10 -0
- package/src/jira-client/models/PropertyBean.ts +10 -0
- package/src/jira-client/models/RankingConfigBean.ts +8 -0
- package/src/jira-client/models/RegisterItemHolder.ts +9 -0
- package/src/jira-client/models/ReindexBean.ts +23 -0
- package/src/jira-client/models/ReindexRequestBean.ts +26 -0
- package/src/jira-client/models/RelationBean.ts +9 -0
- package/src/jira-client/models/RemoteEntityLinkJsonBean.ts +10 -0
- package/src/jira-client/models/RemoteEntityLinksJsonBean.ts +9 -0
- package/src/jira-client/models/RemoteIssueLinkBean.ts +5 -0
- package/src/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.ts +13 -0
- package/src/jira-client/models/RemoteObject.ts +14 -0
- package/src/jira-client/models/RemoveWorkflowRequest.ts +9 -0
- package/src/jira-client/models/ResolutionBean.ts +5 -0
- package/src/jira-client/models/ResolutionJsonBean.ts +12 -0
- package/src/jira-client/models/RestInvocationHistory.ts +5 -0
- package/src/jira-client/models/RestWebhook.ts +5 -0
- package/src/jira-client/models/RestWebhookCredentials.ts +5 -0
- package/src/jira-client/models/RestrictJsonBean.ts +11 -0
- package/src/jira-client/models/RoleActorBean.ts +9 -0
- package/src/jira-client/models/ScreenableFieldBean.ts +11 -0
- package/src/jira-client/models/ScreenableTabBean.ts +9 -0
- package/src/jira-client/models/SearchRequestBean.ts +13 -0
- package/src/jira-client/models/SearchResultsBean.ts +17 -0
- package/src/jira-client/models/SecurityLevelJsonBean.ts +11 -0
- package/src/jira-client/models/SecurityListLevelJsonBean.ts +9 -0
- package/src/jira-client/models/SecuritySchemeJsonBean.ts +14 -0
- package/src/jira-client/models/SecuritySchemesJsonBean.ts +9 -0
- package/src/jira-client/models/ServerInfoBean.ts +5 -0
- package/src/jira-client/models/SessionInfo.ts +9 -0
- package/src/jira-client/models/ShareBean.ts +11 -0
- package/src/jira-client/models/SharePermissionInputBean.ts +14 -0
- package/src/jira-client/models/SimpleLinkBean.ts +15 -0
- package/src/jira-client/models/SimpleListWrapperApplicationRoleBean.ts +12 -0
- package/src/jira-client/models/SimpleListWrapperGroupJsonBean.ts +12 -0
- package/src/jira-client/models/SprintBean.ts +20 -0
- package/src/jira-client/models/SprintCreateBean.ts +16 -0
- package/src/jira-client/models/SprintSwapBean.ts +9 -0
- package/src/jira-client/models/Status.ts +10 -0
- package/src/jira-client/models/StatusCategoryJsonBean.ts +12 -0
- package/src/jira-client/models/StatusJsonBean.ts +15 -0
- package/src/jira-client/models/StringList.ts +5 -0
- package/src/jira-client/models/SubqueryBean.ts +8 -0
- package/src/jira-client/models/TerminologyRequestBean.ts +10 -0
- package/src/jira-client/models/TerminologyResponseBean.ts +12 -0
- package/src/jira-client/models/TimeTrackingConfigurationBean.ts +24 -0
- package/src/jira-client/models/ToJsonBean.ts +15 -0
- package/src/jira-client/models/Tooltip.ts +8 -0
- package/src/jira-client/models/TransitionBean.ts +15 -0
- package/src/jira-client/models/TransitionsMetaBean.ts +9 -0
- package/src/jira-client/models/TypeParameter.ts +5 -0
- package/src/jira-client/models/UnmapSprintsBean.ts +8 -0
- package/src/jira-client/models/UpdateUserToGroupBean.ts +8 -0
- package/src/jira-client/models/UpgradeResultBean.ts +11 -0
- package/src/jira-client/models/UserAnonymizationRequestBean.ts +9 -0
- package/src/jira-client/models/UserAnonymizationRerunRequestBean.ts +11 -0
- package/src/jira-client/models/UserAnonymizationValidationBean.ts +21 -0
- package/src/jira-client/models/UserBean.ts +23 -0
- package/src/jira-client/models/UserBeanListWrapper.ts +15 -0
- package/src/jira-client/models/UserIssueRelevanceBean.ts +17 -0
- package/src/jira-client/models/UserJsonBean.ts +15 -0
- package/src/jira-client/models/UserPickerResultsBean.ts +5 -0
- package/src/jira-client/models/UserWriteBean.ts +16 -0
- package/src/jira-client/models/UsersAndGroupsBean.ts +11 -0
- package/src/jira-client/models/ValidationError.ts +10 -0
- package/src/jira-client/models/VersionBean.ts +24 -0
- package/src/jira-client/models/VersionIssueCountsBean.ts +13 -0
- package/src/jira-client/models/VersionMoveBean.ts +17 -0
- package/src/jira-client/models/VersionUnresolvedIssueCountsBean.ts +9 -0
- package/src/jira-client/models/VersionUsageInCustomFields.ts +10 -0
- package/src/jira-client/models/VisibilityJsonBean.ts +15 -0
- package/src/jira-client/models/VoteBean.ts +5 -0
- package/src/jira-client/models/VoteWatchResult.ts +5 -0
- package/src/jira-client/models/WatchersBean.ts +5 -0
- package/src/jira-client/models/WorkflowMappingBean.ts +11 -0
- package/src/jira-client/models/WorkflowSchemeBean.ts +22 -0
- package/src/jira-client/models/WorkflowSchemeRequest.ts +10 -0
- package/src/jira-client/models/WorkflowTransitionResource.ts +5 -0
- package/src/jira-client/models/WorklogChangeBean.ts +9 -0
- package/src/jira-client/models/WorklogChangedSinceBean.ts +15 -0
- package/src/jira-client/models/WorklogIdsRequestBean.ts +11 -0
- package/src/jira-client/models/WorklogWithPaginationBean.ts +12 -0
- package/src/jira-client/models/issueLinks.ts +14 -0
- package/src/jira-client/models/worklog.ts +21 -0
- package/src/jira-client/services/ApplicationPropertiesService.ts +79 -0
- package/src/jira-client/services/ApplicationroleService.ts +113 -0
- package/src/jira-client/services/AttachmentService.ts +114 -0
- package/src/jira-client/services/AvatarService.ts +90 -0
- package/src/jira-client/services/BacklogService.ts +33 -0
- package/src/jira-client/services/BoardService.ts +683 -0
- package/src/jira-client/services/ClusterService.ts +178 -0
- package/src/jira-client/services/CommentService.ts +119 -0
- package/src/jira-client/services/ComponentService.ts +156 -0
- package/src/jira-client/services/ConfigurationService.ts +25 -0
- package/src/jira-client/services/CustomFieldOptionService.ts +31 -0
- package/src/jira-client/services/CustomFieldsService.ts +124 -0
- package/src/jira-client/services/DashboardService.ts +172 -0
- package/src/jira-client/services/EmailTemplatesService.ts +94 -0
- package/src/jira-client/services/EpicService.ts +227 -0
- package/src/jira-client/services/FieldService.ts +47 -0
- package/src/jira-client/services/FilterService.ts +344 -0
- package/src/jira-client/services/GroupService.ts +150 -0
- package/src/jira-client/services/GroupsService.ts +37 -0
- package/src/jira-client/services/GroupuserpickerService.ts +46 -0
- package/src/jira-client/services/IndexService.ts +45 -0
- package/src/jira-client/services/IndexSnapshotService.ts +58 -0
- package/src/jira-client/services/IssueLinkService.ts +82 -0
- package/src/jira-client/services/IssueLinkTypeService.ts +169 -0
- package/src/jira-client/services/IssueService.ts +1551 -0
- package/src/jira-client/services/IssuesecurityschemesService.ts +49 -0
- package/src/jira-client/services/IssuetypeService.ts +352 -0
- package/src/jira-client/services/IssuetypeschemeService.ts +260 -0
- package/src/jira-client/services/JqlService.ts +54 -0
- package/src/jira-client/services/LicenseValidatorService.ts +27 -0
- package/src/jira-client/services/MonitoringService.ts +117 -0
- package/src/jira-client/services/MypermissionsService.ts +42 -0
- package/src/jira-client/services/MypreferencesService.ts +70 -0
- package/src/jira-client/services/MyselfService.ts +73 -0
- package/src/jira-client/services/NotificationschemeService.ts +88 -0
- package/src/jira-client/services/PasswordService.ts +91 -0
- package/src/jira-client/services/PermissionsService.ts +26 -0
- package/src/jira-client/services/PermissionschemeService.ts +316 -0
- package/src/jira-client/services/PriorityService.ts +77 -0
- package/src/jira-client/services/PriorityschemesService.ts +135 -0
- package/src/jira-client/services/ProjectCategoryService.ts +119 -0
- package/src/jira-client/services/ProjectService.ts +1010 -0
- package/src/jira-client/services/ProjectsService.ts +40 -0
- package/src/jira-client/services/ProjectvalidateService.ts +31 -0
- package/src/jira-client/services/ReindexService.ts +162 -0
- package/src/jira-client/services/ResolutionService.ts +68 -0
- package/src/jira-client/services/RoleService.ts +244 -0
- package/src/jira-client/services/ScreensService.ts +374 -0
- package/src/jira-client/services/SearchService.ts +89 -0
- package/src/jira-client/services/SecuritylevelService.ts +31 -0
- package/src/jira-client/services/ServerInfoService.ts +22 -0
- package/src/jira-client/services/SessionService.ts +63 -0
- package/src/jira-client/services/SettingsService.ts +68 -0
- package/src/jira-client/services/SprintService.ts +410 -0
- package/src/jira-client/services/StatusService.ts +76 -0
- package/src/jira-client/services/StatuscategoryService.ts +55 -0
- package/src/jira-client/services/TerminologyService.ts +72 -0
- package/src/jira-client/services/UniversalAvatarService.ts +125 -0
- package/src/jira-client/services/UpgradeService.ts +42 -0
- package/src/jira-client/services/UserService.ts +985 -0
- package/src/jira-client/services/VersionService.ts +411 -0
- package/src/jira-client/services/WebsudoService.ts +26 -0
- package/src/jira-client/services/WorkflowService.ts +30 -0
- package/src/jira-client/services/WorkflowschemeService.ts +702 -0
- package/src/jira-client/services/WorklogService.ts +68 -0
- package/src/jira-service.ts +43 -86
- package/tsconfig.json +6 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/build/jira-issue-mapper.d.ts +0 -49
- package/build/jira-issue-mapper.d.ts.map +0 -1
- package/build/jira-issue-mapper.js +0 -77
- package/build/jira-issue-mapper.js.map +0 -1
- package/src/jira-issue-mapper.ts +0 -131
|
@@ -0,0 +1,1551 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { AttachmentJsonBean } from '../models/AttachmentJsonBean.js';
|
|
6
|
+
import type { CommentJsonBean } from '../models/CommentJsonBean.js';
|
|
7
|
+
import type { CommentsWithPaginationJsonBean } from '../models/CommentsWithPaginationJsonBean.js';
|
|
8
|
+
import type { CreateMetaIssueTypeBean } from '../models/CreateMetaIssueTypeBean.js';
|
|
9
|
+
import type { EditMetaBean } from '../models/EditMetaBean.js';
|
|
10
|
+
import type { EntityPropertiesKeysBean } from '../models/EntityPropertiesKeysBean.js';
|
|
11
|
+
import type { EntityPropertyBean } from '../models/EntityPropertyBean.js';
|
|
12
|
+
import type { FieldEditBean } from '../models/FieldEditBean.js';
|
|
13
|
+
import type { FieldMetaBean } from '../models/FieldMetaBean.js';
|
|
14
|
+
import type { FieldValueBean } from '../models/FieldValueBean.js';
|
|
15
|
+
import type { IssueBean } from '../models/IssueBean.js';
|
|
16
|
+
import type { IssueCreateResponse } from '../models/IssueCreateResponse.js';
|
|
17
|
+
import type { IssuePickerResult } from '../models/IssuePickerResult.js';
|
|
18
|
+
import type { IssueRankRequestBean } from '../models/IssueRankRequestBean.js';
|
|
19
|
+
import type { IssueRefJsonBean } from '../models/IssueRefJsonBean.js';
|
|
20
|
+
import type { IssuesCreateResponse } from '../models/IssuesCreateResponse.js';
|
|
21
|
+
import type { IssueSubTaskMovePositionBean } from '../models/IssueSubTaskMovePositionBean.js';
|
|
22
|
+
import type { IssuesUpdateBean } from '../models/IssuesUpdateBean.js';
|
|
23
|
+
import type { IssueUpdateBean } from '../models/IssueUpdateBean.js';
|
|
24
|
+
import type { NotificationJsonBean } from '../models/NotificationJsonBean.js';
|
|
25
|
+
import type { PartialSuccessBean } from '../models/PartialSuccessBean.js';
|
|
26
|
+
import type { PinnedCommentJsonBean } from '../models/PinnedCommentJsonBean.js';
|
|
27
|
+
import type { RemoteIssueLinkBean } from '../models/RemoteIssueLinkBean.js';
|
|
28
|
+
import type { RemoteIssueLinkCreateOrUpdateRequest } from '../models/RemoteIssueLinkCreateOrUpdateRequest.js';
|
|
29
|
+
import type { StringList } from '../models/StringList.js';
|
|
30
|
+
import type { TransitionsMetaBean } from '../models/TransitionsMetaBean.js';
|
|
31
|
+
import type { UserBean } from '../models/UserBean.js';
|
|
32
|
+
import type { VoteBean } from '../models/VoteBean.js';
|
|
33
|
+
import type { WatchersBean } from '../models/WatchersBean.js';
|
|
34
|
+
import type { worklog } from '../models/worklog.js';
|
|
35
|
+
import type { WorklogWithPaginationBean } from '../models/WorklogWithPaginationBean.js';
|
|
36
|
+
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
37
|
+
import { OpenAPI } from '../core/OpenAPI.js';
|
|
38
|
+
import { request as __request } from '../core/request.js';
|
|
39
|
+
export class IssueService {
|
|
40
|
+
/**
|
|
41
|
+
* Rank issues before or after a given issue
|
|
42
|
+
* Moves (ranks) issues before or after a given issue. At most 50 issues may be ranked at once. This operation may fail for some issues, although this will be rare. In that case the 207 status code is returned for the whole response and detailed information regarding each issue is available in the response body. If rankCustomFieldId is not defined, the default rank field will be used.
|
|
43
|
+
* @param requestBody Bean which contains list of issues to rank and information where it should be ranked.
|
|
44
|
+
* @returns PartialSuccessBean Returns the list of issue with status of rank operation.
|
|
45
|
+
* @throws ApiError
|
|
46
|
+
*/
|
|
47
|
+
public static rankIssues(
|
|
48
|
+
requestBody: IssueRankRequestBean,
|
|
49
|
+
): CancelablePromise<PartialSuccessBean> {
|
|
50
|
+
return __request(OpenAPI, {
|
|
51
|
+
method: 'PUT',
|
|
52
|
+
url: '/agile/1.0/issue/rank',
|
|
53
|
+
body: requestBody,
|
|
54
|
+
mediaType: 'application/json',
|
|
55
|
+
errors: {
|
|
56
|
+
400: `Returned if the request is invalid.`,
|
|
57
|
+
401: `Returned if the user is not logged in.`,
|
|
58
|
+
403: `Returned if user does not a have valid license or does not have permission to rank.`,
|
|
59
|
+
},
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get a single issue with Agile fields
|
|
64
|
+
* Returns a single issue, for a given issue Id or issue key. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic.
|
|
65
|
+
* @param issueIdOrKey
|
|
66
|
+
* @param expand
|
|
67
|
+
* @param fields
|
|
68
|
+
* @param updateHistory
|
|
69
|
+
* @returns IssueBean Returns the requested issue.
|
|
70
|
+
* @throws ApiError
|
|
71
|
+
*/
|
|
72
|
+
public static getIssue(
|
|
73
|
+
issueIdOrKey: string,
|
|
74
|
+
expand?: string,
|
|
75
|
+
fields?: Array<StringList>,
|
|
76
|
+
updateHistory?: boolean,
|
|
77
|
+
): CancelablePromise<IssueBean> {
|
|
78
|
+
return __request(OpenAPI, {
|
|
79
|
+
method: 'GET',
|
|
80
|
+
url: '/agile/1.0/issue/{issueIdOrKey}',
|
|
81
|
+
path: {
|
|
82
|
+
'issueIdOrKey': issueIdOrKey,
|
|
83
|
+
},
|
|
84
|
+
query: {
|
|
85
|
+
'expand': expand,
|
|
86
|
+
'fields': fields,
|
|
87
|
+
'updateHistory': updateHistory,
|
|
88
|
+
},
|
|
89
|
+
errors: {
|
|
90
|
+
400: `Returned if the request is invalid.`,
|
|
91
|
+
401: `Returned if the user is not logged in.`,
|
|
92
|
+
403: `Returned if the user does not a have valid license.`,
|
|
93
|
+
404: `Returned if the issue does not exist or the user does not have permission to view issue.`,
|
|
94
|
+
},
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Get the estimation of an issue for a board
|
|
99
|
+
* Returns the estimation of the issue and a fieldId of the field that is used for it.
|
|
100
|
+
* Original time internally stores and returns the estimation as a number of seconds.
|
|
101
|
+
* The field used for estimation on the given board can be obtained from board configuration resource.
|
|
102
|
+
* More information about the field are returned by edit meta resource or field resource.
|
|
103
|
+
* @param issueIdOrKey
|
|
104
|
+
* @param boardId
|
|
105
|
+
* @returns FieldValueBean Returns the estimation of the issue and a fieldId of the field that is used for it.
|
|
106
|
+
* @throws ApiError
|
|
107
|
+
*/
|
|
108
|
+
public static getIssueEstimationForBoard(
|
|
109
|
+
issueIdOrKey: string,
|
|
110
|
+
boardId?: number,
|
|
111
|
+
): CancelablePromise<FieldValueBean> {
|
|
112
|
+
return __request(OpenAPI, {
|
|
113
|
+
method: 'GET',
|
|
114
|
+
url: '/agile/1.0/issue/{issueIdOrKey}/estimation',
|
|
115
|
+
path: {
|
|
116
|
+
'issueIdOrKey': issueIdOrKey,
|
|
117
|
+
},
|
|
118
|
+
query: {
|
|
119
|
+
'boardId': boardId,
|
|
120
|
+
},
|
|
121
|
+
errors: {
|
|
122
|
+
400: `Returned if the boardId was not provided, field does not exists or value was in wrong format.`,
|
|
123
|
+
401: `Returned if the user is not logged in.`,
|
|
124
|
+
403: `Returned if user does not a have valid license or does not have permission to edit issue.`,
|
|
125
|
+
404: `Returned if the issue does not exist or the user does not have permission to view issue or the board does not exist or the user does not have permission to view board or the issue does not belong to the board.`,
|
|
126
|
+
},
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Update the estimation of an issue for a board
|
|
131
|
+
* Updates the estimation of the issue. boardId param is required. This param determines which field will be updated on a issue.
|
|
132
|
+
* Note that this resource changes the estimation field of the issue regardless of appearance the field on the screen.
|
|
133
|
+
* Original time tracking estimation field accepts estimation in formats like "1w", "2d", "3h", "20m" or number which represent number of minutes.
|
|
134
|
+
* However, internally the field stores and returns the estimation as a number of seconds.
|
|
135
|
+
* The field used for estimation on the given board can be obtained from <a href="#agile/1.0/board-getConfiguration">board configuration resource</a>.
|
|
136
|
+
* More information about the field are returned by edit meta resource or field resource.
|
|
137
|
+
* @param issueIdOrKey
|
|
138
|
+
* @param requestBody Bean that contains value of a new estimation.
|
|
139
|
+
* @param boardId
|
|
140
|
+
* @returns FieldValueBean Returns the estimation of the issue and a fieldId of the field that is used for it.
|
|
141
|
+
* @throws ApiError
|
|
142
|
+
*/
|
|
143
|
+
public static estimateIssueForBoard(
|
|
144
|
+
issueIdOrKey: string,
|
|
145
|
+
requestBody: FieldEditBean,
|
|
146
|
+
boardId?: number,
|
|
147
|
+
): CancelablePromise<FieldValueBean> {
|
|
148
|
+
return __request(OpenAPI, {
|
|
149
|
+
method: 'PUT',
|
|
150
|
+
url: '/agile/1.0/issue/{issueIdOrKey}/estimation',
|
|
151
|
+
path: {
|
|
152
|
+
'issueIdOrKey': issueIdOrKey,
|
|
153
|
+
},
|
|
154
|
+
query: {
|
|
155
|
+
'boardId': boardId,
|
|
156
|
+
},
|
|
157
|
+
body: requestBody,
|
|
158
|
+
mediaType: 'application/json',
|
|
159
|
+
errors: {
|
|
160
|
+
400: `Returned if the boardId was not provided, field does not exists or value was in wrong format.`,
|
|
161
|
+
401: `Returned if the user is not logged in.`,
|
|
162
|
+
403: `Returned if user does not a have valid license or does not have permission to edit issue.`,
|
|
163
|
+
404: `Returned if the issue does not exist or the user does not have permission to view issue or the board does not exist or the user does not have permission to view board or the issue does not belong to the board.`,
|
|
164
|
+
},
|
|
165
|
+
});
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Create an issue or sub-task from json
|
|
169
|
+
* Creates an issue or a sub-task from a JSON representation.
|
|
170
|
+
* The fields that can be set on create, in either the fields parameter or the update parameter can be determined using the /rest/api/2/issue/createmeta resource.
|
|
171
|
+
* If a field is not configured to appear on the create screen, then it will not be in the createmeta, and a field
|
|
172
|
+
* validation error will occur if it is submitted.
|
|
173
|
+
* Creating a sub-task is similar to creating a regular issue, with two important differences:
|
|
174
|
+
* - the issueType field must correspond to a sub-task issue type (you can use /issue/createmeta to discover sub-task issue types), and
|
|
175
|
+
* - you must provide a parent field in the issue create request containing the id or key of the parent issue.
|
|
176
|
+
* The updateHistory param adds the project that this issue is created in, to the current user's project history, if set to true (by default, the project history is not updated).
|
|
177
|
+
* You can view the project history in the Jira application, via the Projects dropdown.
|
|
178
|
+
* @param updateHistory
|
|
179
|
+
* @param requestBody Issue update bean
|
|
180
|
+
* @returns IssueCreateResponse Returns a link to the created issue.
|
|
181
|
+
* @throws ApiError
|
|
182
|
+
*/
|
|
183
|
+
public static createIssue(
|
|
184
|
+
updateHistory: boolean = false,
|
|
185
|
+
requestBody?: IssueUpdateBean,
|
|
186
|
+
): CancelablePromise<IssueCreateResponse> {
|
|
187
|
+
return __request(OpenAPI, {
|
|
188
|
+
method: 'POST',
|
|
189
|
+
url: '/api/2/issue',
|
|
190
|
+
query: {
|
|
191
|
+
'updateHistory': updateHistory,
|
|
192
|
+
},
|
|
193
|
+
body: requestBody,
|
|
194
|
+
mediaType: 'application/json',
|
|
195
|
+
errors: {
|
|
196
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid field values, and so forth).`,
|
|
197
|
+
},
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Archive list of issues
|
|
202
|
+
* Archives a list of issues.
|
|
203
|
+
* @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
|
|
204
|
+
* @param requestBody List of issue keys
|
|
205
|
+
* @returns any Returns a stream of issues archiving results.
|
|
206
|
+
* @throws ApiError
|
|
207
|
+
*/
|
|
208
|
+
public static archiveIssues(
|
|
209
|
+
notifyUsers?: string,
|
|
210
|
+
requestBody?: string,
|
|
211
|
+
): CancelablePromise<Record<string, any>> {
|
|
212
|
+
return __request(OpenAPI, {
|
|
213
|
+
method: 'POST',
|
|
214
|
+
url: '/api/2/issue/archive',
|
|
215
|
+
query: {
|
|
216
|
+
'notifyUsers': notifyUsers,
|
|
217
|
+
},
|
|
218
|
+
body: requestBody,
|
|
219
|
+
mediaType: 'text/plain',
|
|
220
|
+
errors: {
|
|
221
|
+
401: `Returned if the user is not logged in.`,
|
|
222
|
+
403: `Returned if the currently authenticated user does not have permission to archive the issue or doesn't have DC license or issue is already archived.`,
|
|
223
|
+
404: `Returned if the issue does not exist.`,
|
|
224
|
+
},
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* Create an issue or sub-task from json - bulk operation.
|
|
229
|
+
* Creates issues or sub-tasks from a JSON representation. Creates many issues in one bulk operation.
|
|
230
|
+
* Creating a sub-task is similar to creating a regular issue. More details can be found in createIssue section.
|
|
231
|
+
* @param requestBody Issues update bean
|
|
232
|
+
* @returns IssuesCreateResponse Returns a link to the created issues.
|
|
233
|
+
* @throws ApiError
|
|
234
|
+
*/
|
|
235
|
+
public static createIssues(
|
|
236
|
+
requestBody?: IssuesUpdateBean,
|
|
237
|
+
): CancelablePromise<IssuesCreateResponse> {
|
|
238
|
+
return __request(OpenAPI, {
|
|
239
|
+
method: 'POST',
|
|
240
|
+
url: '/api/2/issue/bulk',
|
|
241
|
+
body: requestBody,
|
|
242
|
+
mediaType: 'application/json',
|
|
243
|
+
errors: {
|
|
244
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid field values, and so forth).`,
|
|
245
|
+
},
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Get metadata for project issue types
|
|
250
|
+
* Returns the metadata for issue types used for creating issues. Data will not be returned if the user does not have permission to create issues in that project.
|
|
251
|
+
* @param projectIdOrKey Project id or key
|
|
252
|
+
* @param maxResults How many results on the page should be included
|
|
253
|
+
* @param startAt The page offset
|
|
254
|
+
* @returns CreateMetaIssueTypeBean Returns the metadata for issue types used for creating issues.
|
|
255
|
+
* @throws ApiError
|
|
256
|
+
*/
|
|
257
|
+
public static getCreateIssueMetaProjectIssueTypes(
|
|
258
|
+
projectIdOrKey: string,
|
|
259
|
+
maxResults?: string,
|
|
260
|
+
startAt?: string,
|
|
261
|
+
): CancelablePromise<CreateMetaIssueTypeBean> {
|
|
262
|
+
return __request(OpenAPI, {
|
|
263
|
+
method: 'GET',
|
|
264
|
+
url: '/api/2/issue/createmeta/{projectIdOrKey}/issuetypes',
|
|
265
|
+
path: {
|
|
266
|
+
'projectIdOrKey': projectIdOrKey,
|
|
267
|
+
},
|
|
268
|
+
query: {
|
|
269
|
+
'maxResults': maxResults,
|
|
270
|
+
'startAt': startAt,
|
|
271
|
+
},
|
|
272
|
+
errors: {
|
|
273
|
+
400: `Returned if the user does not have permission to view the requested project or project doesn't exist.`,
|
|
274
|
+
},
|
|
275
|
+
});
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Get metadata for issue types used for creating issues
|
|
279
|
+
* Returns the metadata for issue types used for creating issues. Data will not be returned if the user does not have permission to create issues in that project.
|
|
280
|
+
* @param issueTypeId Issue type id
|
|
281
|
+
* @param projectIdOrKey Project id or key
|
|
282
|
+
* @param maxResults How many results on the page should be included
|
|
283
|
+
* @param startAt The page offset
|
|
284
|
+
* @returns FieldMetaBean Returns the metadata for issue types used for creating issues.
|
|
285
|
+
* @throws ApiError
|
|
286
|
+
*/
|
|
287
|
+
public static getCreateIssueMetaFields(
|
|
288
|
+
issueTypeId: string,
|
|
289
|
+
projectIdOrKey: string,
|
|
290
|
+
maxResults?: string,
|
|
291
|
+
startAt?: string,
|
|
292
|
+
): CancelablePromise<FieldMetaBean> {
|
|
293
|
+
return __request(OpenAPI, {
|
|
294
|
+
method: 'GET',
|
|
295
|
+
url: '/api/2/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}',
|
|
296
|
+
path: {
|
|
297
|
+
'issueTypeId': issueTypeId,
|
|
298
|
+
'projectIdOrKey': projectIdOrKey,
|
|
299
|
+
},
|
|
300
|
+
query: {
|
|
301
|
+
'maxResults': maxResults,
|
|
302
|
+
'startAt': startAt,
|
|
303
|
+
},
|
|
304
|
+
errors: {
|
|
305
|
+
400: `Returned if the user does not have permission to view the requested project or project doesn't exist.`,
|
|
306
|
+
},
|
|
307
|
+
});
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* Get suggested issues for auto-completion
|
|
311
|
+
* Get issue picker resource
|
|
312
|
+
* @param currentProjectId the id of the project in context of which the request is executed
|
|
313
|
+
* @param query the query
|
|
314
|
+
* @param currentIssueKey the key of the issue in context of which the request is executed
|
|
315
|
+
* @param showSubTasks if set to false, subtasks will not be included in the list
|
|
316
|
+
* @param currentJql the JQL in context of which the request is executed
|
|
317
|
+
* @param showSubTaskParent if set to false and request is executed in context of a subtask, the parent issue will not be included in the auto-completion result, even if it matches the query
|
|
318
|
+
* @returns IssuePickerResult Returns a response containing issue picker resource.
|
|
319
|
+
* @throws ApiError
|
|
320
|
+
*/
|
|
321
|
+
public static getIssuePickerResource(
|
|
322
|
+
currentProjectId?: string,
|
|
323
|
+
query?: string,
|
|
324
|
+
currentIssueKey?: string,
|
|
325
|
+
showSubTasks?: string,
|
|
326
|
+
currentJql?: string,
|
|
327
|
+
showSubTaskParent?: string,
|
|
328
|
+
): CancelablePromise<IssuePickerResult> {
|
|
329
|
+
return __request(OpenAPI, {
|
|
330
|
+
method: 'GET',
|
|
331
|
+
url: '/api/2/issue/picker',
|
|
332
|
+
query: {
|
|
333
|
+
'currentProjectId': currentProjectId,
|
|
334
|
+
'query': query,
|
|
335
|
+
'currentIssueKey': currentIssueKey,
|
|
336
|
+
'showSubTasks': showSubTasks,
|
|
337
|
+
'currentJQL': currentJql,
|
|
338
|
+
'showSubTaskParent': showSubTaskParent,
|
|
339
|
+
},
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Get issue for key
|
|
344
|
+
* Returns a full representation of the issue for the given issue key.
|
|
345
|
+
* An issue JSON consists of the issue key, a collection of fields,
|
|
346
|
+
* a link to the workflow transition sub-resource, and (optionally) the HTML rendered values of any fields that support it
|
|
347
|
+
* (e.g. if wiki syntax is enabled for the description or comments).
|
|
348
|
+
* The fields param (which can be specified multiple times) gives a comma-separated list of fields
|
|
349
|
+
* to include in the response. This can be used to retrieve a subset of fields.
|
|
350
|
+
* A particular field can be excluded by prefixing it with a minus.
|
|
351
|
+
* By default, all (*all) fields are returned in this get-issue resource. Note: the default is different
|
|
352
|
+
* when doing a jql search -- the default there is just navigable fields (*navigable).
|
|
353
|
+
* - *all - include all fields
|
|
354
|
+
* - *navigable - include just navigable fields
|
|
355
|
+
* - summary,comment - include just the summary and comments
|
|
356
|
+
* - -comment - include everything except comments (the default is *all for get-issue)
|
|
357
|
+
* - *all,-comment - include everything except comments
|
|
358
|
+
*
|
|
359
|
+
* The {@code properties} param is similar to {@code fields} and specifies a comma-separated list of issue
|
|
360
|
+
* properties to include. Unlike {@code fields}, properties are not included by default. To include them all
|
|
361
|
+
* send {@code ?properties=*all}. You can also include only specified properties or exclude some properties
|
|
362
|
+
* with a minus (-) sign.
|
|
363
|
+
*
|
|
364
|
+
* - {@code *all} - include all properties
|
|
365
|
+
* - {@code *all, -prop1} - include all properties except {@code prop1}
|
|
366
|
+
* - {@code prop1, prop1} - include {@code prop1} and {@code prop2} properties
|
|
367
|
+
*
|
|
368
|
+
* Jira will attempt to identify the issue by the issueIdOrKey path parameter. This can be an issue id,
|
|
369
|
+
* or an issue key. If the issue cannot be found via an exact match, Jira will also look for the issue in a case-insensitive way,
|
|
370
|
+
* by looking to see if the issue was moved. In either of these cases, the request will proceed as normal (a 302 or other redirect
|
|
371
|
+
* will not be returned). The issue key contained in the response will indicate the current value of issue's key.
|
|
372
|
+
*
|
|
373
|
+
* The expand param is used to include, hidden by default, parts of response. This can be used to include:
|
|
374
|
+
*
|
|
375
|
+
* - renderedFields - field values in HTML format
|
|
376
|
+
* - names - display name of each field
|
|
377
|
+
* - schema - schema for each field which describes a type of the field
|
|
378
|
+
* - transitions - all possible transitions for the given issue
|
|
379
|
+
* - operations - all possibles operations which may be applied on issue
|
|
380
|
+
* - editmeta - information about how each field may be edited. It contains field's schema as well.
|
|
381
|
+
* - changelog - history of all changes of the given issue
|
|
382
|
+
* - versionedRepresentations -
|
|
383
|
+
* REST representations of all fields. Some field may contain more recent versions. RESET representations are numbered.
|
|
384
|
+
* The greatest number always represents the most recent version. It is recommended that the most recent version is used.
|
|
385
|
+
* version for these fields which provide a more recent REST representation.
|
|
386
|
+
* After including versionedRepresentations "fields" field become hidden.
|
|
387
|
+
* @param issueIdOrKey Issue id or key
|
|
388
|
+
* @param expand The expand param is used to include, hidden by default, parts of response. This can be used to include: renderedFields, names, schema, transitions, operations, editmeta, changelog, versionedRepresentations.
|
|
389
|
+
* @param fields The list of fields to return for the issue. By default, all fields are returned.
|
|
390
|
+
* @param updateHistory The updateHistory param adds the issues retrieved by this method to the current user's issue history
|
|
391
|
+
* @param properties The list of properties to return for the issue. By default no properties are returned.
|
|
392
|
+
* @returns IssueBean Returns a full representation of a Jira issue in JSON format.
|
|
393
|
+
* @throws ApiError
|
|
394
|
+
*/
|
|
395
|
+
public static getIssue1(
|
|
396
|
+
issueIdOrKey: string,
|
|
397
|
+
expand?: string,
|
|
398
|
+
fields?: string,
|
|
399
|
+
updateHistory?: string,
|
|
400
|
+
properties?: string,
|
|
401
|
+
): CancelablePromise<IssueBean> {
|
|
402
|
+
return __request(OpenAPI, {
|
|
403
|
+
method: 'GET',
|
|
404
|
+
url: '/api/2/issue/{issueIdOrKey}',
|
|
405
|
+
path: {
|
|
406
|
+
'issueIdOrKey': issueIdOrKey,
|
|
407
|
+
},
|
|
408
|
+
query: {
|
|
409
|
+
'expand': expand,
|
|
410
|
+
'fields': fields,
|
|
411
|
+
'updateHistory': updateHistory,
|
|
412
|
+
'properties': properties,
|
|
413
|
+
},
|
|
414
|
+
errors: {
|
|
415
|
+
404: `Returned if the requested issue is not found, or the user does not have permission to view it.`,
|
|
416
|
+
},
|
|
417
|
+
});
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Edit an issue from a JSON representation
|
|
421
|
+
* Edits an issue from a JSON representation. The issue can either be updated by setting explicit the field value(s) or by using an operation to change the field value.
|
|
422
|
+
* @param issueIdOrKey Issue id or key
|
|
423
|
+
* @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
|
|
424
|
+
* @param requestBody Issue update bean
|
|
425
|
+
* @returns void
|
|
426
|
+
* @throws ApiError
|
|
427
|
+
*/
|
|
428
|
+
public static editIssue(
|
|
429
|
+
issueIdOrKey: string,
|
|
430
|
+
notifyUsers?: string,
|
|
431
|
+
requestBody?: IssueUpdateBean,
|
|
432
|
+
): CancelablePromise<void> {
|
|
433
|
+
return __request(OpenAPI, {
|
|
434
|
+
method: 'PUT',
|
|
435
|
+
url: '/api/2/issue/{issueIdOrKey}',
|
|
436
|
+
path: {
|
|
437
|
+
'issueIdOrKey': issueIdOrKey,
|
|
438
|
+
},
|
|
439
|
+
query: {
|
|
440
|
+
'notifyUsers': notifyUsers,
|
|
441
|
+
},
|
|
442
|
+
body: requestBody,
|
|
443
|
+
mediaType: 'application/json',
|
|
444
|
+
errors: {
|
|
445
|
+
400: `Returned if the requested issue update failed.`,
|
|
446
|
+
403: `Returned if the user doesn't have permissions to disable users notification.`,
|
|
447
|
+
},
|
|
448
|
+
});
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Delete an issue
|
|
452
|
+
* Deletes an issue. If the issue has subtasks you must set the parameter deleteSubtasks=true to delete the issue. You cannot delete an issue without its subtasks also being deleted.
|
|
453
|
+
* @param issueIdOrKey Issue id or key
|
|
454
|
+
* @param deleteSubtasks A String of true or false indicating that any subtasks should also be deleted. If the issue has no subtasks this parameter is ignored. If the issue has subtasks and this parameter is missing or false, then the issue will not be deleted and an error will be returned.
|
|
455
|
+
* @returns void
|
|
456
|
+
* @throws ApiError
|
|
457
|
+
*/
|
|
458
|
+
public static deleteIssue(
|
|
459
|
+
issueIdOrKey: string,
|
|
460
|
+
deleteSubtasks?: string,
|
|
461
|
+
): CancelablePromise<void> {
|
|
462
|
+
return __request(OpenAPI, {
|
|
463
|
+
method: 'DELETE',
|
|
464
|
+
url: '/api/2/issue/{issueIdOrKey}',
|
|
465
|
+
path: {
|
|
466
|
+
'issueIdOrKey': issueIdOrKey,
|
|
467
|
+
},
|
|
468
|
+
query: {
|
|
469
|
+
'deleteSubtasks': deleteSubtasks,
|
|
470
|
+
},
|
|
471
|
+
errors: {
|
|
472
|
+
400: `Returned if an error occurs.`,
|
|
473
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
474
|
+
403: `Returned if the calling user does not have permission to delete the issue.`,
|
|
475
|
+
404: `Returned if the issue does not exist.`,
|
|
476
|
+
},
|
|
477
|
+
});
|
|
478
|
+
}
|
|
479
|
+
/**
|
|
480
|
+
* Archive an issue
|
|
481
|
+
* Archives an issue.
|
|
482
|
+
* @param issueIdOrKey Issue id or key
|
|
483
|
+
* @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
|
|
484
|
+
* @returns void
|
|
485
|
+
* @throws ApiError
|
|
486
|
+
*/
|
|
487
|
+
public static archiveIssue(
|
|
488
|
+
issueIdOrKey: string,
|
|
489
|
+
notifyUsers?: string,
|
|
490
|
+
): CancelablePromise<void> {
|
|
491
|
+
return __request(OpenAPI, {
|
|
492
|
+
method: 'PUT',
|
|
493
|
+
url: '/api/2/issue/{issueIdOrKey}/archive',
|
|
494
|
+
path: {
|
|
495
|
+
'issueIdOrKey': issueIdOrKey,
|
|
496
|
+
},
|
|
497
|
+
query: {
|
|
498
|
+
'notifyUsers': notifyUsers,
|
|
499
|
+
},
|
|
500
|
+
errors: {
|
|
501
|
+
401: `Returned if the user is not logged in.`,
|
|
502
|
+
403: `Returned if the currently authenticated user does not have permission to archive the issue or doesn't have DC license or issue is already archived.`,
|
|
503
|
+
404: `Returned if the issue does not exist.`,
|
|
504
|
+
},
|
|
505
|
+
});
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* Assign an issue to a user
|
|
509
|
+
* Assign an issue to a user.
|
|
510
|
+
* @param issueIdOrKey Issue id or key
|
|
511
|
+
* @param requestBody UserBean containing the username
|
|
512
|
+
* @returns void
|
|
513
|
+
* @throws ApiError
|
|
514
|
+
*/
|
|
515
|
+
public static assign(
|
|
516
|
+
issueIdOrKey: string,
|
|
517
|
+
requestBody?: UserBean,
|
|
518
|
+
): CancelablePromise<void> {
|
|
519
|
+
return __request(OpenAPI, {
|
|
520
|
+
method: 'PUT',
|
|
521
|
+
url: '/api/2/issue/{issueIdOrKey}/assignee',
|
|
522
|
+
path: {
|
|
523
|
+
'issueIdOrKey': issueIdOrKey,
|
|
524
|
+
},
|
|
525
|
+
body: requestBody,
|
|
526
|
+
mediaType: 'application/json',
|
|
527
|
+
errors: {
|
|
528
|
+
400: `Returned if there is a problem with the received user representation.`,
|
|
529
|
+
401: `Returned if the calling user does not have permission to assign the issue.`,
|
|
530
|
+
404: `Returned if either the issue or the user does not exist.`,
|
|
531
|
+
},
|
|
532
|
+
});
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
* Add one or more attachments to an issue
|
|
536
|
+
* Add one or more attachments to an issue.
|
|
537
|
+
* This resource expects a multipart post. The media-type multipart/form-data is defined in RFC 1867. Most client libraries have classes that make dealing with multipart posts simple. For instance, in Java the Apache HTTP Components library provides a MultiPartEntity that makes it simple to submit a multipart POST.
|
|
538
|
+
* In order to protect against XSRF attacks, because this method accepts multipart/form-data, it has XSRF protection
|
|
539
|
+
* on it. This means you must submit a header of X-Atlassian-Token: no-check with the request, otherwise it will be blocked.
|
|
540
|
+
* The name of the multipart/form-data parameter that contains attachments must be file.
|
|
541
|
+
* A simple example to upload a file called "myfile.txt" to issue TEST-123:
|
|
542
|
+
* curl -D- -u admin:admin -X POST -H "X-Atlassian-Token: no-check" -F "file=@myfile.txt" http://myhost/rest/api/2/issue/TEST-123/attachments
|
|
543
|
+
* @param issueIdOrKey Issue id or key
|
|
544
|
+
* @param formData Attachments to be added
|
|
545
|
+
* @returns AttachmentJsonBean Returns a JSON representation of the attachments added.
|
|
546
|
+
* @throws ApiError
|
|
547
|
+
*/
|
|
548
|
+
public static addAttachment(
|
|
549
|
+
issueIdOrKey: string,
|
|
550
|
+
formData?: Blob,
|
|
551
|
+
): CancelablePromise<AttachmentJsonBean> {
|
|
552
|
+
return __request(OpenAPI, {
|
|
553
|
+
method: 'POST',
|
|
554
|
+
url: '/api/2/issue/{issueIdOrKey}/attachments',
|
|
555
|
+
path: {
|
|
556
|
+
'issueIdOrKey': issueIdOrKey,
|
|
557
|
+
},
|
|
558
|
+
formData: formData,
|
|
559
|
+
mediaType: 'multipart/form-data',
|
|
560
|
+
errors: {
|
|
561
|
+
403: `Returned if attachments is disabled or if you don't have permission to add attachments to this issue.`,
|
|
562
|
+
404: `Returned if the requested issue is not found, the user does not have permission to view it, or if the attachments exceeds the maximum configured attachment size.`,
|
|
563
|
+
},
|
|
564
|
+
});
|
|
565
|
+
}
|
|
566
|
+
/**
|
|
567
|
+
* Get comments for an issue
|
|
568
|
+
* Returns all comments for an issue. Results can be ordered by the 'created' field which means the date a comment was added.
|
|
569
|
+
* @param issueIdOrKey Issue id or key
|
|
570
|
+
* @param expand Optional flags: renderedBody (provides body rendered in HTML)
|
|
571
|
+
* @param maxResults How many results on the page should be included. Defaults to 50.
|
|
572
|
+
* @param orderBy Ordering of the results
|
|
573
|
+
* @param startAt The page offset, if not specified then defaults to 0
|
|
574
|
+
* @returns CommentsWithPaginationJsonBean Returns a collection of comments associated with the issue, with count and pagination information.
|
|
575
|
+
* @throws ApiError
|
|
576
|
+
*/
|
|
577
|
+
public static getComments(
|
|
578
|
+
issueIdOrKey: string,
|
|
579
|
+
expand?: string,
|
|
580
|
+
maxResults?: string,
|
|
581
|
+
orderBy?: string,
|
|
582
|
+
startAt?: string,
|
|
583
|
+
): CancelablePromise<CommentsWithPaginationJsonBean> {
|
|
584
|
+
return __request(OpenAPI, {
|
|
585
|
+
method: 'GET',
|
|
586
|
+
url: '/api/2/issue/{issueIdOrKey}/comment',
|
|
587
|
+
path: {
|
|
588
|
+
'issueIdOrKey': issueIdOrKey,
|
|
589
|
+
},
|
|
590
|
+
query: {
|
|
591
|
+
'expand': expand,
|
|
592
|
+
'maxResults': maxResults,
|
|
593
|
+
'orderBy': orderBy,
|
|
594
|
+
'startAt': startAt,
|
|
595
|
+
},
|
|
596
|
+
errors: {
|
|
597
|
+
404: `Returned if the issue with the given id/key does not exist or if the currently authenticated user does not have permission to view it.`,
|
|
598
|
+
},
|
|
599
|
+
});
|
|
600
|
+
}
|
|
601
|
+
/**
|
|
602
|
+
* Add a comment
|
|
603
|
+
* Adds a new comment to an issue.
|
|
604
|
+
* @param issueIdOrKey Issue id or key
|
|
605
|
+
* @param expand Optional flags: renderedBody (provides body rendered in HTML)
|
|
606
|
+
* @param requestBody Comment create request
|
|
607
|
+
* @returns CommentJsonBean Returned if add was successful.
|
|
608
|
+
* @throws ApiError
|
|
609
|
+
*/
|
|
610
|
+
public static addComment(
|
|
611
|
+
issueIdOrKey: string,
|
|
612
|
+
expand?: string,
|
|
613
|
+
requestBody?: CommentJsonBean,
|
|
614
|
+
): CancelablePromise<CommentJsonBean> {
|
|
615
|
+
return __request(OpenAPI, {
|
|
616
|
+
method: 'POST',
|
|
617
|
+
url: '/api/2/issue/{issueIdOrKey}/comment',
|
|
618
|
+
path: {
|
|
619
|
+
'issueIdOrKey': issueIdOrKey,
|
|
620
|
+
},
|
|
621
|
+
query: {
|
|
622
|
+
'expand': expand,
|
|
623
|
+
},
|
|
624
|
+
body: requestBody,
|
|
625
|
+
mediaType: 'application/json',
|
|
626
|
+
errors: {
|
|
627
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
628
|
+
},
|
|
629
|
+
});
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* Get a comment by id
|
|
633
|
+
* Returns a single comment.
|
|
634
|
+
* @param issueIdOrKey Issue id or key
|
|
635
|
+
* @param id Comment id
|
|
636
|
+
* @param expand Optional flags: renderedBody (provides body rendered in HTML)
|
|
637
|
+
* @returns CommentJsonBean Returns a full representation of a Jira comment in JSON format.
|
|
638
|
+
* @throws ApiError
|
|
639
|
+
*/
|
|
640
|
+
public static getComment(
|
|
641
|
+
issueIdOrKey: string,
|
|
642
|
+
id: string,
|
|
643
|
+
expand?: string,
|
|
644
|
+
): CancelablePromise<CommentJsonBean> {
|
|
645
|
+
return __request(OpenAPI, {
|
|
646
|
+
method: 'GET',
|
|
647
|
+
url: '/api/2/issue/{issueIdOrKey}/comment/{id}',
|
|
648
|
+
path: {
|
|
649
|
+
'issueIdOrKey': issueIdOrKey,
|
|
650
|
+
'id': id,
|
|
651
|
+
},
|
|
652
|
+
query: {
|
|
653
|
+
'expand': expand,
|
|
654
|
+
},
|
|
655
|
+
errors: {
|
|
656
|
+
404: `Returned if the requested comment is not found, or the user does not have permission to view it.`,
|
|
657
|
+
},
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* Update a comment
|
|
662
|
+
* Updates an existing comment using its JSON representation.
|
|
663
|
+
* @param issueIdOrKey Issue id or key
|
|
664
|
+
* @param id Comment id
|
|
665
|
+
* @param expand Optional flags: renderedBody (provides body rendered in HTML)
|
|
666
|
+
* @param requestBody Comment update request
|
|
667
|
+
* @returns CommentJsonBean Returned if update was successful.
|
|
668
|
+
* @throws ApiError
|
|
669
|
+
*/
|
|
670
|
+
public static updateComment(
|
|
671
|
+
issueIdOrKey: string,
|
|
672
|
+
id: string,
|
|
673
|
+
expand?: string,
|
|
674
|
+
requestBody?: CommentJsonBean,
|
|
675
|
+
): CancelablePromise<CommentJsonBean> {
|
|
676
|
+
return __request(OpenAPI, {
|
|
677
|
+
method: 'PUT',
|
|
678
|
+
url: '/api/2/issue/{issueIdOrKey}/comment/{id}',
|
|
679
|
+
path: {
|
|
680
|
+
'issueIdOrKey': issueIdOrKey,
|
|
681
|
+
'id': id,
|
|
682
|
+
},
|
|
683
|
+
query: {
|
|
684
|
+
'expand': expand,
|
|
685
|
+
},
|
|
686
|
+
body: requestBody,
|
|
687
|
+
mediaType: 'application/json',
|
|
688
|
+
errors: {
|
|
689
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
690
|
+
},
|
|
691
|
+
});
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* Delete a comment
|
|
695
|
+
* Deletes an existing comment.
|
|
696
|
+
* @param issueIdOrKey Issue id or key
|
|
697
|
+
* @param id Comment id
|
|
698
|
+
* @returns void
|
|
699
|
+
* @throws ApiError
|
|
700
|
+
*/
|
|
701
|
+
public static deleteComment(
|
|
702
|
+
issueIdOrKey: string,
|
|
703
|
+
id: string,
|
|
704
|
+
): CancelablePromise<void> {
|
|
705
|
+
return __request(OpenAPI, {
|
|
706
|
+
method: 'DELETE',
|
|
707
|
+
url: '/api/2/issue/{issueIdOrKey}/comment/{id}',
|
|
708
|
+
path: {
|
|
709
|
+
'issueIdOrKey': issueIdOrKey,
|
|
710
|
+
'id': id,
|
|
711
|
+
},
|
|
712
|
+
errors: {
|
|
713
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
714
|
+
},
|
|
715
|
+
});
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* Pin a comment
|
|
719
|
+
* Pins a comment to the top of the comment list.
|
|
720
|
+
* @param issueIdOrKey Issue id or key
|
|
721
|
+
* @param id Comment id
|
|
722
|
+
* @param requestBody 'true' must be included as raw data
|
|
723
|
+
* @returns void
|
|
724
|
+
* @throws ApiError
|
|
725
|
+
*/
|
|
726
|
+
public static setPinComment(
|
|
727
|
+
issueIdOrKey: string,
|
|
728
|
+
id: string,
|
|
729
|
+
requestBody: boolean,
|
|
730
|
+
): CancelablePromise<void> {
|
|
731
|
+
return __request(OpenAPI, {
|
|
732
|
+
method: 'PUT',
|
|
733
|
+
url: '/api/2/issue/{issueIdOrKey}/comment/{id}/pin',
|
|
734
|
+
path: {
|
|
735
|
+
'issueIdOrKey': issueIdOrKey,
|
|
736
|
+
'id': id,
|
|
737
|
+
},
|
|
738
|
+
body: requestBody,
|
|
739
|
+
mediaType: 'application/json',
|
|
740
|
+
errors: {
|
|
741
|
+
404: `Returned if the comment with the given id does not exist or if the currently authenticated user does not have permission to pin it.`,
|
|
742
|
+
},
|
|
743
|
+
});
|
|
744
|
+
}
|
|
745
|
+
/**
|
|
746
|
+
* Get metadata for issue types used for editing issues
|
|
747
|
+
* Returns the meta data for editing an issue. The fields in the editmeta correspond to the fields in the edit screen for the issue. Fields not in the screen will not be in the editmeta.
|
|
748
|
+
* @param issueIdOrKey Issue id or key
|
|
749
|
+
* @returns EditMetaBean Returns a response containing a Map of FieldBeans for fields editable by the current user.
|
|
750
|
+
* @throws ApiError
|
|
751
|
+
*/
|
|
752
|
+
public static getEditIssueMeta(
|
|
753
|
+
issueIdOrKey: string,
|
|
754
|
+
): CancelablePromise<EditMetaBean> {
|
|
755
|
+
return __request(OpenAPI, {
|
|
756
|
+
method: 'GET',
|
|
757
|
+
url: '/api/2/issue/{issueIdOrKey}/editmeta',
|
|
758
|
+
path: {
|
|
759
|
+
'issueIdOrKey': issueIdOrKey,
|
|
760
|
+
},
|
|
761
|
+
errors: {
|
|
762
|
+
404: `Returned if the requested issue is not found or the user does not have permission to view it.`,
|
|
763
|
+
},
|
|
764
|
+
});
|
|
765
|
+
}
|
|
766
|
+
/**
|
|
767
|
+
* Send notification to recipients
|
|
768
|
+
* Sends a notification (email) to the list or recipients defined in the request.
|
|
769
|
+
* @param issueIdOrKey Issue id or key
|
|
770
|
+
* @param requestBody Notification request
|
|
771
|
+
* @returns void
|
|
772
|
+
* @throws ApiError
|
|
773
|
+
*/
|
|
774
|
+
public static notify(
|
|
775
|
+
issueIdOrKey: string,
|
|
776
|
+
requestBody?: NotificationJsonBean,
|
|
777
|
+
): CancelablePromise<void> {
|
|
778
|
+
return __request(OpenAPI, {
|
|
779
|
+
method: 'POST',
|
|
780
|
+
url: '/api/2/issue/{issueIdOrKey}/notify',
|
|
781
|
+
path: {
|
|
782
|
+
'issueIdOrKey': issueIdOrKey,
|
|
783
|
+
},
|
|
784
|
+
body: requestBody,
|
|
785
|
+
mediaType: 'application/json',
|
|
786
|
+
errors: {
|
|
787
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
788
|
+
403: `Returned is outgoing emails are disabled OR no SMTP server is defined.`,
|
|
789
|
+
},
|
|
790
|
+
});
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* Get pinned comments for an issue
|
|
794
|
+
* Returns all pinned to the issue comments.
|
|
795
|
+
* @param issueIdOrKey Issue id or key
|
|
796
|
+
* @returns PinnedCommentJsonBean Returns a collection of pinned comments associated with the issue.
|
|
797
|
+
* @throws ApiError
|
|
798
|
+
*/
|
|
799
|
+
public static getPinnedComments(
|
|
800
|
+
issueIdOrKey: string,
|
|
801
|
+
): CancelablePromise<PinnedCommentJsonBean> {
|
|
802
|
+
return __request(OpenAPI, {
|
|
803
|
+
method: 'GET',
|
|
804
|
+
url: '/api/2/issue/{issueIdOrKey}/pinned-comments',
|
|
805
|
+
path: {
|
|
806
|
+
'issueIdOrKey': issueIdOrKey,
|
|
807
|
+
},
|
|
808
|
+
errors: {
|
|
809
|
+
404: `Returned if the issue with the given id/key does not exist or if the currently authenticated user does not have permission to view it.`,
|
|
810
|
+
},
|
|
811
|
+
});
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* Get keys of all properties for an issue
|
|
815
|
+
* Returns the keys of all properties for the issue identified by the key or by the id.
|
|
816
|
+
* @param issueIdOrKey Issue id or key
|
|
817
|
+
* @returns EntityPropertiesKeysBean Returns a response containing EntityPropertiesKeysBean.
|
|
818
|
+
* @throws ApiError
|
|
819
|
+
*/
|
|
820
|
+
public static getPropertiesKeys2(
|
|
821
|
+
issueIdOrKey: string,
|
|
822
|
+
): CancelablePromise<EntityPropertiesKeysBean> {
|
|
823
|
+
return __request(OpenAPI, {
|
|
824
|
+
method: 'GET',
|
|
825
|
+
url: '/api/2/issue/{issueIdOrKey}/properties',
|
|
826
|
+
path: {
|
|
827
|
+
'issueIdOrKey': issueIdOrKey,
|
|
828
|
+
},
|
|
829
|
+
errors: {
|
|
830
|
+
400: `Returned if the issue key or id is invalid.`,
|
|
831
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
832
|
+
403: `Returned if the calling user does not have permission to view the issue.`,
|
|
833
|
+
404: `Returned if the issue with given key or id does not exist or if the property with given key is not found.`,
|
|
834
|
+
},
|
|
835
|
+
});
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* Get the value of a specific property from an issue
|
|
839
|
+
* Returns the value of the property with a given key from the issue identified by the key or by the id.
|
|
840
|
+
* @param propertyKey The key of the property to return
|
|
841
|
+
* @param issueIdOrKey Issue id or key
|
|
842
|
+
* @returns EntityPropertyBean Returned if the issue property was found.
|
|
843
|
+
* @throws ApiError
|
|
844
|
+
*/
|
|
845
|
+
public static getProperty3(
|
|
846
|
+
propertyKey: string,
|
|
847
|
+
issueIdOrKey: string,
|
|
848
|
+
): CancelablePromise<EntityPropertyBean> {
|
|
849
|
+
return __request(OpenAPI, {
|
|
850
|
+
method: 'GET',
|
|
851
|
+
url: '/api/2/issue/{issueIdOrKey}/properties/{propertyKey}',
|
|
852
|
+
path: {
|
|
853
|
+
'propertyKey': propertyKey,
|
|
854
|
+
'issueIdOrKey': issueIdOrKey,
|
|
855
|
+
},
|
|
856
|
+
errors: {
|
|
857
|
+
400: `Returned if the issue key or id is invalid.`,
|
|
858
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
859
|
+
403: `Returned if the calling user does not have permission to view the issue.`,
|
|
860
|
+
404: `Returned if the issue with given key or id does not exist or if the property with given key is not found.`,
|
|
861
|
+
},
|
|
862
|
+
});
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* Update the value of a specific issue's property
|
|
866
|
+
* Sets the value of the specified issue's property.
|
|
867
|
+
* @param propertyKey The key of the issue's property
|
|
868
|
+
* @param issueIdOrKey Issue id or key
|
|
869
|
+
* @param requestBody The value of the issue's property
|
|
870
|
+
* @returns any Returned if the issue property is successfully updated.
|
|
871
|
+
* @throws ApiError
|
|
872
|
+
*/
|
|
873
|
+
public static setProperty2(
|
|
874
|
+
propertyKey: string,
|
|
875
|
+
issueIdOrKey: string,
|
|
876
|
+
requestBody: string,
|
|
877
|
+
): CancelablePromise<any> {
|
|
878
|
+
return __request(OpenAPI, {
|
|
879
|
+
method: 'PUT',
|
|
880
|
+
url: '/api/2/issue/{issueIdOrKey}/properties/{propertyKey}',
|
|
881
|
+
path: {
|
|
882
|
+
'propertyKey': propertyKey,
|
|
883
|
+
'issueIdOrKey': issueIdOrKey,
|
|
884
|
+
},
|
|
885
|
+
body: requestBody,
|
|
886
|
+
mediaType: 'application/json',
|
|
887
|
+
errors: {
|
|
888
|
+
400: `Returned if the issue key or id is invalid.`,
|
|
889
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
890
|
+
403: `Returned if the calling user does not have permission to edit the issue.`,
|
|
891
|
+
404: `Returned if the issue with given key or id does not exist.`,
|
|
892
|
+
},
|
|
893
|
+
});
|
|
894
|
+
}
|
|
895
|
+
/**
|
|
896
|
+
* Delete a property from an issue
|
|
897
|
+
* Removes the property from the issue identified by the key or by the id.
|
|
898
|
+
* @param propertyKey The key of the property to remove
|
|
899
|
+
* @param issueIdOrKey Issue id or key
|
|
900
|
+
* @returns void
|
|
901
|
+
* @throws ApiError
|
|
902
|
+
*/
|
|
903
|
+
public static deleteProperty3(
|
|
904
|
+
propertyKey: string,
|
|
905
|
+
issueIdOrKey: string,
|
|
906
|
+
): CancelablePromise<void> {
|
|
907
|
+
return __request(OpenAPI, {
|
|
908
|
+
method: 'DELETE',
|
|
909
|
+
url: '/api/2/issue/{issueIdOrKey}/properties/{propertyKey}',
|
|
910
|
+
path: {
|
|
911
|
+
'propertyKey': propertyKey,
|
|
912
|
+
'issueIdOrKey': issueIdOrKey,
|
|
913
|
+
},
|
|
914
|
+
errors: {
|
|
915
|
+
400: `Returned if the issue key or id is invalid.`,
|
|
916
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
917
|
+
403: `Returned if the calling user does not have permission to edit the issue.`,
|
|
918
|
+
404: `Returned if the issue with given key or id does not exist or if the property with given key is not found.`,
|
|
919
|
+
},
|
|
920
|
+
});
|
|
921
|
+
}
|
|
922
|
+
/**
|
|
923
|
+
* Get remote issue links for an issue
|
|
924
|
+
* Get remote issue links for an issue.
|
|
925
|
+
* @param issueIdOrKey Issue id or key
|
|
926
|
+
* @param globalId Global id of the remote issue link
|
|
927
|
+
* @returns RemoteIssueLinkBean Returns a response containing remote issue links for the issue.
|
|
928
|
+
* @throws ApiError
|
|
929
|
+
*/
|
|
930
|
+
public static getRemoteIssueLinks(
|
|
931
|
+
issueIdOrKey: string,
|
|
932
|
+
globalId?: string,
|
|
933
|
+
): CancelablePromise<RemoteIssueLinkBean> {
|
|
934
|
+
return __request(OpenAPI, {
|
|
935
|
+
method: 'GET',
|
|
936
|
+
url: '/api/2/issue/{issueIdOrKey}/remotelink',
|
|
937
|
+
path: {
|
|
938
|
+
'issueIdOrKey': issueIdOrKey,
|
|
939
|
+
},
|
|
940
|
+
query: {
|
|
941
|
+
'globalId': globalId,
|
|
942
|
+
},
|
|
943
|
+
errors: {
|
|
944
|
+
400: `Returned if the linkId is not a valid number, or if the remote issue link with the given id does not belong to the given issue.`,
|
|
945
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
946
|
+
403: `Returned if the calling user does not have permission to view the remote issue link, or if issue linking is disabled.`,
|
|
947
|
+
404: `Returned if the issue or remote issue link do not exist.`,
|
|
948
|
+
},
|
|
949
|
+
});
|
|
950
|
+
}
|
|
951
|
+
/**
|
|
952
|
+
* Create or update remote issue link
|
|
953
|
+
* Creates or updates a remote issue link from a JSON representation. If a globalId is provided and a remote issue link exists with that globalId, the remote issue link is updated. Otherwise, the remote issue link is created.
|
|
954
|
+
* @param issueIdOrKey Issue id or key
|
|
955
|
+
* @param requestBody Remote issue link create or update request
|
|
956
|
+
* @returns RemoteIssueLinkBean Returns a link to the created/updated remote issue link.
|
|
957
|
+
* @throws ApiError
|
|
958
|
+
*/
|
|
959
|
+
public static createOrUpdateRemoteIssueLink(
|
|
960
|
+
issueIdOrKey: string,
|
|
961
|
+
requestBody?: RemoteIssueLinkCreateOrUpdateRequest,
|
|
962
|
+
): CancelablePromise<RemoteIssueLinkBean> {
|
|
963
|
+
return __request(OpenAPI, {
|
|
964
|
+
method: 'POST',
|
|
965
|
+
url: '/api/2/issue/{issueIdOrKey}/remotelink',
|
|
966
|
+
path: {
|
|
967
|
+
'issueIdOrKey': issueIdOrKey,
|
|
968
|
+
},
|
|
969
|
+
body: requestBody,
|
|
970
|
+
mediaType: 'application/json',
|
|
971
|
+
errors: {
|
|
972
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
973
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
974
|
+
403: `Returned if the calling user does not have permission to create/update the remote issue link, or if issue linking is disabled.`,
|
|
975
|
+
},
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
/**
|
|
979
|
+
* Delete remote issue link
|
|
980
|
+
* Delete the remote issue link with the given global id on the issue.
|
|
981
|
+
* @param issueIdOrKey Issue id or key
|
|
982
|
+
* @param globalId Global id of the remote issue link
|
|
983
|
+
* @returns void
|
|
984
|
+
* @throws ApiError
|
|
985
|
+
*/
|
|
986
|
+
public static deleteRemoteIssueLinkByGlobalId(
|
|
987
|
+
issueIdOrKey: string,
|
|
988
|
+
globalId: string,
|
|
989
|
+
): CancelablePromise<void> {
|
|
990
|
+
return __request(OpenAPI, {
|
|
991
|
+
method: 'DELETE',
|
|
992
|
+
url: '/api/2/issue/{issueIdOrKey}/remotelink',
|
|
993
|
+
path: {
|
|
994
|
+
'issueIdOrKey': issueIdOrKey,
|
|
995
|
+
},
|
|
996
|
+
query: {
|
|
997
|
+
'globalId': globalId,
|
|
998
|
+
},
|
|
999
|
+
errors: {
|
|
1000
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
1001
|
+
403: `Returned if the calling user does not have permission to delete the remote issue link, or if issue linking is disabled.`,
|
|
1002
|
+
404: `Returned if the issue or remote issue link do not exist.`,
|
|
1003
|
+
},
|
|
1004
|
+
});
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* Get a remote issue link by its id
|
|
1008
|
+
* Get a remote issue link by its id.
|
|
1009
|
+
* @param linkId Id of the remote issue link
|
|
1010
|
+
* @param issueIdOrKey Issue id or key
|
|
1011
|
+
* @returns RemoteIssueLinkBean Returns a response containing a remote issue link.
|
|
1012
|
+
* @throws ApiError
|
|
1013
|
+
*/
|
|
1014
|
+
public static getRemoteIssueLinkById(
|
|
1015
|
+
linkId: string,
|
|
1016
|
+
issueIdOrKey: string,
|
|
1017
|
+
): CancelablePromise<RemoteIssueLinkBean> {
|
|
1018
|
+
return __request(OpenAPI, {
|
|
1019
|
+
method: 'GET',
|
|
1020
|
+
url: '/api/2/issue/{issueIdOrKey}/remotelink/{linkId}',
|
|
1021
|
+
path: {
|
|
1022
|
+
'linkId': linkId,
|
|
1023
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1024
|
+
},
|
|
1025
|
+
errors: {
|
|
1026
|
+
400: `Returned if the linkId is not a valid number, or if the remote issue link with the given id does not belong to the given issue.`,
|
|
1027
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
1028
|
+
403: `Returned if the calling user does not have permission to view the remote issue link, or if issue linking is disabled.`,
|
|
1029
|
+
404: `Returned if the issue or remote issue link do not exist.`,
|
|
1030
|
+
},
|
|
1031
|
+
});
|
|
1032
|
+
}
|
|
1033
|
+
/**
|
|
1034
|
+
* Update remote issue link
|
|
1035
|
+
* Updates a remote issue link from a JSON representation. Any fields not provided are set to null.
|
|
1036
|
+
* @param linkId Id of the remote issue link
|
|
1037
|
+
* @param issueIdOrKey Issue id or key
|
|
1038
|
+
* @param requestBody Remote issue link create or update request
|
|
1039
|
+
* @returns void
|
|
1040
|
+
* @throws ApiError
|
|
1041
|
+
*/
|
|
1042
|
+
public static updateRemoteIssueLink(
|
|
1043
|
+
linkId: string,
|
|
1044
|
+
issueIdOrKey: string,
|
|
1045
|
+
requestBody?: RemoteIssueLinkCreateOrUpdateRequest,
|
|
1046
|
+
): CancelablePromise<void> {
|
|
1047
|
+
return __request(OpenAPI, {
|
|
1048
|
+
method: 'PUT',
|
|
1049
|
+
url: '/api/2/issue/{issueIdOrKey}/remotelink/{linkId}',
|
|
1050
|
+
path: {
|
|
1051
|
+
'linkId': linkId,
|
|
1052
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1053
|
+
},
|
|
1054
|
+
body: requestBody,
|
|
1055
|
+
mediaType: 'application/json',
|
|
1056
|
+
errors: {
|
|
1057
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
1058
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
1059
|
+
403: `Returned if the calling user does not have permission to update the remote issue link, or if issue linking is disabled.`,
|
|
1060
|
+
},
|
|
1061
|
+
});
|
|
1062
|
+
}
|
|
1063
|
+
/**
|
|
1064
|
+
* Delete remote issue link by id
|
|
1065
|
+
* Delete the remote issue link with the given id on the issue.
|
|
1066
|
+
* @param linkId Id of the remote issue link
|
|
1067
|
+
* @param issueIdOrKey Issue id or key
|
|
1068
|
+
* @returns void
|
|
1069
|
+
* @throws ApiError
|
|
1070
|
+
*/
|
|
1071
|
+
public static deleteRemoteIssueLinkById(
|
|
1072
|
+
linkId: string,
|
|
1073
|
+
issueIdOrKey: string,
|
|
1074
|
+
): CancelablePromise<void> {
|
|
1075
|
+
return __request(OpenAPI, {
|
|
1076
|
+
method: 'DELETE',
|
|
1077
|
+
url: '/api/2/issue/{issueIdOrKey}/remotelink/{linkId}',
|
|
1078
|
+
path: {
|
|
1079
|
+
'linkId': linkId,
|
|
1080
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1081
|
+
},
|
|
1082
|
+
errors: {
|
|
1083
|
+
401: `Returned if the calling user is not authenticated.`,
|
|
1084
|
+
403: `Returned if the calling user does not have permission to delete the remote issue link, or if issue linking is disabled.`,
|
|
1085
|
+
404: `Returned if the issue or remote issue link do not exist.`,
|
|
1086
|
+
},
|
|
1087
|
+
});
|
|
1088
|
+
}
|
|
1089
|
+
/**
|
|
1090
|
+
* Restore an archived issue
|
|
1091
|
+
* Restores an archived issue.
|
|
1092
|
+
* @param issueIdOrKey Issue id or key
|
|
1093
|
+
* @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
|
|
1094
|
+
* @returns void
|
|
1095
|
+
* @throws ApiError
|
|
1096
|
+
*/
|
|
1097
|
+
public static restoreIssue(
|
|
1098
|
+
issueIdOrKey: string,
|
|
1099
|
+
notifyUsers?: string,
|
|
1100
|
+
): CancelablePromise<void> {
|
|
1101
|
+
return __request(OpenAPI, {
|
|
1102
|
+
method: 'PUT',
|
|
1103
|
+
url: '/api/2/issue/{issueIdOrKey}/restore',
|
|
1104
|
+
path: {
|
|
1105
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1106
|
+
},
|
|
1107
|
+
query: {
|
|
1108
|
+
'notifyUsers': notifyUsers,
|
|
1109
|
+
},
|
|
1110
|
+
errors: {
|
|
1111
|
+
401: `Returned if the user is not logged in.`,
|
|
1112
|
+
403: `Returned if the currently authenticated user does not have permission to restore the issue or doesn't have DC license or issue is not archived.`,
|
|
1113
|
+
404: `Returned if the issue does not exist.`,
|
|
1114
|
+
},
|
|
1115
|
+
});
|
|
1116
|
+
}
|
|
1117
|
+
/**
|
|
1118
|
+
* Get an issue's subtask list
|
|
1119
|
+
* Returns an issue's subtask list
|
|
1120
|
+
* @param issueIdOrKey The parent issue's key or id
|
|
1121
|
+
* @returns IssueRefJsonBean Returned if the request was successful.
|
|
1122
|
+
* @throws ApiError
|
|
1123
|
+
*/
|
|
1124
|
+
public static getSubTasks(
|
|
1125
|
+
issueIdOrKey: string,
|
|
1126
|
+
): CancelablePromise<IssueRefJsonBean> {
|
|
1127
|
+
return __request(OpenAPI, {
|
|
1128
|
+
method: 'GET',
|
|
1129
|
+
url: '/api/2/issue/{issueIdOrKey}/subtask',
|
|
1130
|
+
path: {
|
|
1131
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1132
|
+
},
|
|
1133
|
+
errors: {
|
|
1134
|
+
403: `Returned if the user is not allowed to edit the issue`,
|
|
1135
|
+
404: `Returned if the issue doesn't exist`,
|
|
1136
|
+
},
|
|
1137
|
+
});
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* Check if a subtask can be moved
|
|
1141
|
+
* Checks if a subtask can be moved
|
|
1142
|
+
* @param issueIdOrKey The parent issue's key or id
|
|
1143
|
+
* @returns boolean Returned if the request was successful.
|
|
1144
|
+
* @throws ApiError
|
|
1145
|
+
*/
|
|
1146
|
+
public static canMoveSubTask(
|
|
1147
|
+
issueIdOrKey: string,
|
|
1148
|
+
): CancelablePromise<boolean> {
|
|
1149
|
+
return __request(OpenAPI, {
|
|
1150
|
+
method: 'GET',
|
|
1151
|
+
url: '/api/2/issue/{issueIdOrKey}/subtask/move',
|
|
1152
|
+
path: {
|
|
1153
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1154
|
+
},
|
|
1155
|
+
});
|
|
1156
|
+
}
|
|
1157
|
+
/**
|
|
1158
|
+
* Reorder an issue's subtasks
|
|
1159
|
+
* Reorders an issue's subtasks by moving the subtask at index 'from' to index 'to'.
|
|
1160
|
+
* @param issueIdOrKey The parent issue's key or id
|
|
1161
|
+
* @param requestBody The description of previous and current position of subtask in the sequence.
|
|
1162
|
+
* @returns void
|
|
1163
|
+
* @throws ApiError
|
|
1164
|
+
*/
|
|
1165
|
+
public static moveSubTasks(
|
|
1166
|
+
issueIdOrKey: string,
|
|
1167
|
+
requestBody: IssueSubTaskMovePositionBean,
|
|
1168
|
+
): CancelablePromise<void> {
|
|
1169
|
+
return __request(OpenAPI, {
|
|
1170
|
+
method: 'POST',
|
|
1171
|
+
url: '/api/2/issue/{issueIdOrKey}/subtask/move',
|
|
1172
|
+
path: {
|
|
1173
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1174
|
+
},
|
|
1175
|
+
body: requestBody,
|
|
1176
|
+
mediaType: 'application/json',
|
|
1177
|
+
errors: {
|
|
1178
|
+
400: `Returned if the from or to parameters are out of bounds`,
|
|
1179
|
+
403: `Returned if the user is not allowed to edit the issue`,
|
|
1180
|
+
404: `Returned if the parent issue doesn't exist`,
|
|
1181
|
+
},
|
|
1182
|
+
});
|
|
1183
|
+
}
|
|
1184
|
+
/**
|
|
1185
|
+
* Get list of transitions possible for an issue
|
|
1186
|
+
* Get a list of the transitions possible for this issue by the current user, along with fields that are required and their types.
|
|
1187
|
+
* Fields will only be returned if `expand=transitions.fields`.
|
|
1188
|
+
* The fields in the metadata correspond to the fields in the transition screen for that transition.
|
|
1189
|
+
* Fields not in the screen will not be in the metadata.
|
|
1190
|
+
* @param issueIdOrKey Issue id or key
|
|
1191
|
+
* @param transitionId Transition id
|
|
1192
|
+
* @returns TransitionsMetaBean Returns a response containing a Map of TransitionFieldBeans for each transition possible by the current user.
|
|
1193
|
+
* @throws ApiError
|
|
1194
|
+
*/
|
|
1195
|
+
public static getTransitions(
|
|
1196
|
+
issueIdOrKey: string,
|
|
1197
|
+
transitionId?: string,
|
|
1198
|
+
): CancelablePromise<TransitionsMetaBean> {
|
|
1199
|
+
return __request(OpenAPI, {
|
|
1200
|
+
method: 'GET',
|
|
1201
|
+
url: '/api/2/issue/{issueIdOrKey}/transitions',
|
|
1202
|
+
path: {
|
|
1203
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1204
|
+
},
|
|
1205
|
+
query: {
|
|
1206
|
+
'transitionId': transitionId,
|
|
1207
|
+
},
|
|
1208
|
+
errors: {
|
|
1209
|
+
404: `Returned if the issue does not exist or the user does not have permission to view it.`,
|
|
1210
|
+
},
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
/**
|
|
1214
|
+
* Perform a transition on an issue
|
|
1215
|
+
* Perform a transition on an issue.
|
|
1216
|
+
* When performing the transition you can update or set other issue fields.
|
|
1217
|
+
* The fields that can be set on transition, in either the fields parameter or the update parameter can be determined using the /rest/api/2/issue/{issueIdOrKey}/transitions?expand=transitions.fields resource.
|
|
1218
|
+
* If a field is not configured to appear on the transition screen, then it will not be in the transition metadata, and a field validation error will occur if it is submitted.
|
|
1219
|
+
* The updateHistory param adds the issues retrieved by this method to the current user's issue history, if set to true (by default, the issue history does not include issues retrieved via the REST API).
|
|
1220
|
+
* You can view the issue history in the Jira application, via the Issues dropdown or by using the lastViewed JQL field in an issue search.
|
|
1221
|
+
* @param issueIdOrKey Issue id or key
|
|
1222
|
+
* @param requestBody Issue update bean
|
|
1223
|
+
* @returns void
|
|
1224
|
+
* @throws ApiError
|
|
1225
|
+
*/
|
|
1226
|
+
public static doTransition(
|
|
1227
|
+
issueIdOrKey: string,
|
|
1228
|
+
requestBody?: IssueUpdateBean,
|
|
1229
|
+
): CancelablePromise<void> {
|
|
1230
|
+
return __request(OpenAPI, {
|
|
1231
|
+
method: 'POST',
|
|
1232
|
+
url: '/api/2/issue/{issueIdOrKey}/transitions',
|
|
1233
|
+
path: {
|
|
1234
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1235
|
+
},
|
|
1236
|
+
body: requestBody,
|
|
1237
|
+
mediaType: 'application/json',
|
|
1238
|
+
errors: {
|
|
1239
|
+
400: `Returned if the transition is not valid for the issue, or the user does not have permission to transition the issue.`,
|
|
1240
|
+
404: `Returned if the issue does not exist.`,
|
|
1241
|
+
500: `If transition ID is incorrect.`,
|
|
1242
|
+
},
|
|
1243
|
+
});
|
|
1244
|
+
}
|
|
1245
|
+
/**
|
|
1246
|
+
* Get votes for issue
|
|
1247
|
+
* A REST sub-resource representing the voters on the issue.
|
|
1248
|
+
* @param issueIdOrKey Issue id or key
|
|
1249
|
+
* @returns VoteBean Returns a response containing information about voting on the current issue
|
|
1250
|
+
* @throws ApiError
|
|
1251
|
+
*/
|
|
1252
|
+
public static getVotes(
|
|
1253
|
+
issueIdOrKey: string,
|
|
1254
|
+
): CancelablePromise<VoteBean> {
|
|
1255
|
+
return __request(OpenAPI, {
|
|
1256
|
+
method: 'GET',
|
|
1257
|
+
url: '/api/2/issue/{issueIdOrKey}/votes',
|
|
1258
|
+
path: {
|
|
1259
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1260
|
+
},
|
|
1261
|
+
errors: {
|
|
1262
|
+
404: `Returned if the user cannot view the issue in question or voting is disabled.`,
|
|
1263
|
+
},
|
|
1264
|
+
});
|
|
1265
|
+
}
|
|
1266
|
+
/**
|
|
1267
|
+
* Add vote to issue
|
|
1268
|
+
* Adds voter (currently logged user) to particular ticket. You need to be logged in to use this method.
|
|
1269
|
+
* @param issueIdOrKey Issue id.
|
|
1270
|
+
* @returns any Returns the vote count for particular ticket.
|
|
1271
|
+
* @throws ApiError
|
|
1272
|
+
*/
|
|
1273
|
+
public static addVote(
|
|
1274
|
+
issueIdOrKey: string,
|
|
1275
|
+
): CancelablePromise<any> {
|
|
1276
|
+
return __request(OpenAPI, {
|
|
1277
|
+
method: 'POST',
|
|
1278
|
+
url: '/api/2/issue/{issueIdOrKey}/votes',
|
|
1279
|
+
path: {
|
|
1280
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1281
|
+
},
|
|
1282
|
+
errors: {
|
|
1283
|
+
404: `Returned if the user cannot vote for any reason. (The user is the reporter, the user does not have permission to vote, voting is disabled in the instance, the issue does not exist, etc.)`,
|
|
1284
|
+
},
|
|
1285
|
+
});
|
|
1286
|
+
}
|
|
1287
|
+
/**
|
|
1288
|
+
* Remove vote from issue
|
|
1289
|
+
* Remove your vote from an issue.
|
|
1290
|
+
* @param issueIdOrKey Issue id or key
|
|
1291
|
+
* @returns void
|
|
1292
|
+
* @throws ApiError
|
|
1293
|
+
*/
|
|
1294
|
+
public static removeVote(
|
|
1295
|
+
issueIdOrKey: string,
|
|
1296
|
+
): CancelablePromise<void> {
|
|
1297
|
+
return __request(OpenAPI, {
|
|
1298
|
+
method: 'DELETE',
|
|
1299
|
+
url: '/api/2/issue/{issueIdOrKey}/votes',
|
|
1300
|
+
path: {
|
|
1301
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1302
|
+
},
|
|
1303
|
+
errors: {
|
|
1304
|
+
404: `Returned if the user cannot remove a vote for any reason. (The user did not vote on the issue, the user is the reporter, voting is disabled, the issue does not exist, etc.)`,
|
|
1305
|
+
},
|
|
1306
|
+
});
|
|
1307
|
+
}
|
|
1308
|
+
/**
|
|
1309
|
+
* Get list of watchers of issue
|
|
1310
|
+
* Returns the list of watchers for the issue with the given key.
|
|
1311
|
+
* @param issueIdOrKey Issue id or key
|
|
1312
|
+
* @returns WatchersBean Returns the list of watchers for an issue.
|
|
1313
|
+
* @throws ApiError
|
|
1314
|
+
*/
|
|
1315
|
+
public static getIssueWatchers(
|
|
1316
|
+
issueIdOrKey: string,
|
|
1317
|
+
): CancelablePromise<WatchersBean> {
|
|
1318
|
+
return __request(OpenAPI, {
|
|
1319
|
+
method: 'GET',
|
|
1320
|
+
url: '/api/2/issue/{issueIdOrKey}/watchers',
|
|
1321
|
+
path: {
|
|
1322
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1323
|
+
},
|
|
1324
|
+
errors: {
|
|
1325
|
+
404: `Returned if the requested issue is not found, or the user does not have permission to view it.`,
|
|
1326
|
+
},
|
|
1327
|
+
});
|
|
1328
|
+
}
|
|
1329
|
+
/**
|
|
1330
|
+
* Add a user as watcher
|
|
1331
|
+
* Adds a user to an issue's watcher list.
|
|
1332
|
+
* @param issueIdOrKey Issue id or key
|
|
1333
|
+
* @param userName The name of the user to add to the watcher list. If no name is specified, the current user is added.
|
|
1334
|
+
* @param requestBody
|
|
1335
|
+
* @returns void
|
|
1336
|
+
* @throws ApiError
|
|
1337
|
+
*/
|
|
1338
|
+
public static addWatcher1(
|
|
1339
|
+
issueIdOrKey: string,
|
|
1340
|
+
userName?: string,
|
|
1341
|
+
requestBody?: string,
|
|
1342
|
+
): CancelablePromise<void> {
|
|
1343
|
+
return __request(OpenAPI, {
|
|
1344
|
+
method: 'POST',
|
|
1345
|
+
url: '/api/2/issue/{issueIdOrKey}/watchers',
|
|
1346
|
+
path: {
|
|
1347
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1348
|
+
},
|
|
1349
|
+
query: {
|
|
1350
|
+
'userName': userName,
|
|
1351
|
+
},
|
|
1352
|
+
body: requestBody,
|
|
1353
|
+
mediaType: 'application/json',
|
|
1354
|
+
errors: {
|
|
1355
|
+
400: `Returned if a user name query parameter is not supplied.`,
|
|
1356
|
+
401: `Returned if the calling user does not have permission to add the watcher to the issue's list of watchers.`,
|
|
1357
|
+
404: `Returned if either the issue does not exist.`,
|
|
1358
|
+
},
|
|
1359
|
+
});
|
|
1360
|
+
}
|
|
1361
|
+
/**
|
|
1362
|
+
* Delete watcher from issue
|
|
1363
|
+
* Removes a user from an issue's watcher list.
|
|
1364
|
+
* @param issueIdOrKey Issue id or key
|
|
1365
|
+
* @param userName The name of the user to remove from the watcher list.
|
|
1366
|
+
* @param username
|
|
1367
|
+
* @returns void
|
|
1368
|
+
* @throws ApiError
|
|
1369
|
+
*/
|
|
1370
|
+
public static removeWatcher1(
|
|
1371
|
+
issueIdOrKey: string,
|
|
1372
|
+
userName?: string,
|
|
1373
|
+
username?: string,
|
|
1374
|
+
): CancelablePromise<void> {
|
|
1375
|
+
return __request(OpenAPI, {
|
|
1376
|
+
method: 'DELETE',
|
|
1377
|
+
url: '/api/2/issue/{issueIdOrKey}/watchers',
|
|
1378
|
+
path: {
|
|
1379
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1380
|
+
},
|
|
1381
|
+
query: {
|
|
1382
|
+
'userName': userName,
|
|
1383
|
+
'username': username,
|
|
1384
|
+
},
|
|
1385
|
+
errors: {
|
|
1386
|
+
400: `Returned if a user name query parameter is not supplied.`,
|
|
1387
|
+
401: `Returned if the calling user does not have permission to remove the watcher from the issue's list of watchers.`,
|
|
1388
|
+
404: `Returned if either the issue does not exist.`,
|
|
1389
|
+
},
|
|
1390
|
+
});
|
|
1391
|
+
}
|
|
1392
|
+
/**
|
|
1393
|
+
* Get worklogs for an issue
|
|
1394
|
+
* Returns all work logs for an issue. Work logs won't be returned if the Log work field is hidden for the project.
|
|
1395
|
+
* @param issueIdOrKey Issue id or key
|
|
1396
|
+
* @returns WorklogWithPaginationBean Returns a collection of worklogs associated with the issue, with count and pagination information.
|
|
1397
|
+
* @throws ApiError
|
|
1398
|
+
*/
|
|
1399
|
+
public static getIssueWorklog(
|
|
1400
|
+
issueIdOrKey: string,
|
|
1401
|
+
): CancelablePromise<WorklogWithPaginationBean> {
|
|
1402
|
+
return __request(OpenAPI, {
|
|
1403
|
+
method: 'GET',
|
|
1404
|
+
url: '/api/2/issue/{issueIdOrKey}/worklog',
|
|
1405
|
+
path: {
|
|
1406
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1407
|
+
},
|
|
1408
|
+
errors: {
|
|
1409
|
+
404: `Returned if the issue with the given id/key does not exist or if the currently authenticated user does not have permission to view it.`,
|
|
1410
|
+
},
|
|
1411
|
+
});
|
|
1412
|
+
}
|
|
1413
|
+
/**
|
|
1414
|
+
* Add a worklog entry
|
|
1415
|
+
* Adds a new worklog entry to an issue.
|
|
1416
|
+
* @param issueIdOrKey a string containing the issue id or key the worklog will be added to
|
|
1417
|
+
* @param newEstimate Required when 'new' is selected for adjustEstimate. e.g. "2d"
|
|
1418
|
+
* @param adjustEstimate Allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are: new, leave, manual, auto
|
|
1419
|
+
* @param reduceBy Required when 'manual' is selected for adjustEstimate. e.g. "2d"
|
|
1420
|
+
* @param requestBody Worklog create request
|
|
1421
|
+
* @returns worklog Returned if add was successful.
|
|
1422
|
+
* @throws ApiError
|
|
1423
|
+
*/
|
|
1424
|
+
public static addWorklog(
|
|
1425
|
+
issueIdOrKey: string,
|
|
1426
|
+
newEstimate?: string,
|
|
1427
|
+
adjustEstimate?: string,
|
|
1428
|
+
reduceBy?: string,
|
|
1429
|
+
requestBody?: worklog,
|
|
1430
|
+
): CancelablePromise<worklog> {
|
|
1431
|
+
return __request(OpenAPI, {
|
|
1432
|
+
method: 'POST',
|
|
1433
|
+
url: '/api/2/issue/{issueIdOrKey}/worklog',
|
|
1434
|
+
path: {
|
|
1435
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1436
|
+
},
|
|
1437
|
+
query: {
|
|
1438
|
+
'newEstimate': newEstimate,
|
|
1439
|
+
'adjustEstimate': adjustEstimate,
|
|
1440
|
+
'reduceBy': reduceBy,
|
|
1441
|
+
},
|
|
1442
|
+
body: requestBody,
|
|
1443
|
+
mediaType: 'application/json',
|
|
1444
|
+
errors: {
|
|
1445
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
1446
|
+
403: `Returned if the calling user does not have permission to add the worklog.`,
|
|
1447
|
+
},
|
|
1448
|
+
});
|
|
1449
|
+
}
|
|
1450
|
+
/**
|
|
1451
|
+
* Get a worklog by id
|
|
1452
|
+
* Returns a specific worklog. The work log won't be returned if the Log work field is hidden for the project.
|
|
1453
|
+
* @param issueIdOrKey Issue id or key
|
|
1454
|
+
* @param id Worklog id
|
|
1455
|
+
* @returns worklog Returns a response containing a worklog.
|
|
1456
|
+
* @throws ApiError
|
|
1457
|
+
*/
|
|
1458
|
+
public static getWorklog(
|
|
1459
|
+
issueIdOrKey: string,
|
|
1460
|
+
id: string,
|
|
1461
|
+
): CancelablePromise<worklog> {
|
|
1462
|
+
return __request(OpenAPI, {
|
|
1463
|
+
method: 'GET',
|
|
1464
|
+
url: '/api/2/issue/{issueIdOrKey}/worklog/{id}',
|
|
1465
|
+
path: {
|
|
1466
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1467
|
+
'id': id,
|
|
1468
|
+
},
|
|
1469
|
+
errors: {
|
|
1470
|
+
404: `Returned if the work log with the given id does not exist or if the currently authenticated user does not have permission to view it.`,
|
|
1471
|
+
},
|
|
1472
|
+
});
|
|
1473
|
+
}
|
|
1474
|
+
/**
|
|
1475
|
+
* Update a worklog entry
|
|
1476
|
+
* Updates an existing worklog entry. Note that:
|
|
1477
|
+
* - Fields possible for editing are: comment, visibility, started, timeSpent and timeSpentSeconds.
|
|
1478
|
+
* - Either timeSpent or timeSpentSeconds can be set.
|
|
1479
|
+
* - Fields which are not set will not be updated.
|
|
1480
|
+
* - For a request to be valid, it has to have at least one field change.
|
|
1481
|
+
* @param issueIdOrKey a string containing the issue id or key the worklog belongs to
|
|
1482
|
+
* @param id id of the worklog to be updated
|
|
1483
|
+
* @param newEstimate required when 'new' is selected for adjustEstimate
|
|
1484
|
+
* @param adjustEstimate allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are: new, leave, auto
|
|
1485
|
+
* @param requestBody Worklog update request
|
|
1486
|
+
* @returns worklog Returned if update was successful.
|
|
1487
|
+
* @throws ApiError
|
|
1488
|
+
*/
|
|
1489
|
+
public static updateWorklog(
|
|
1490
|
+
issueIdOrKey: string,
|
|
1491
|
+
id: string,
|
|
1492
|
+
newEstimate?: string,
|
|
1493
|
+
adjustEstimate?: string,
|
|
1494
|
+
requestBody?: worklog,
|
|
1495
|
+
): CancelablePromise<worklog> {
|
|
1496
|
+
return __request(OpenAPI, {
|
|
1497
|
+
method: 'PUT',
|
|
1498
|
+
url: '/api/2/issue/{issueIdOrKey}/worklog/{id}',
|
|
1499
|
+
path: {
|
|
1500
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1501
|
+
'id': id,
|
|
1502
|
+
},
|
|
1503
|
+
query: {
|
|
1504
|
+
'newEstimate': newEstimate,
|
|
1505
|
+
'adjustEstimate': adjustEstimate,
|
|
1506
|
+
},
|
|
1507
|
+
body: requestBody,
|
|
1508
|
+
mediaType: 'application/json',
|
|
1509
|
+
errors: {
|
|
1510
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
1511
|
+
403: `Returned if the calling user does not have permission to update the worklog.`,
|
|
1512
|
+
},
|
|
1513
|
+
});
|
|
1514
|
+
}
|
|
1515
|
+
/**
|
|
1516
|
+
* Delete a worklog entry
|
|
1517
|
+
* Deletes an existing worklog entry.
|
|
1518
|
+
* @param issueIdOrKey a string containing the issue id or key the worklog belongs to
|
|
1519
|
+
* @param id Id of the worklog to be deleted
|
|
1520
|
+
* @param newEstimate Required when 'new' is selected for adjustEstimate. e.g. "2d"
|
|
1521
|
+
* @param adjustEstimate Allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are: new, leave, manual, auto
|
|
1522
|
+
* @param increaseBy Required when 'manual' is selected for adjustEstimate. e.g. "2d"
|
|
1523
|
+
* @returns void
|
|
1524
|
+
* @throws ApiError
|
|
1525
|
+
*/
|
|
1526
|
+
public static deleteWorklog(
|
|
1527
|
+
issueIdOrKey: string,
|
|
1528
|
+
id: string,
|
|
1529
|
+
newEstimate?: string,
|
|
1530
|
+
adjustEstimate?: string,
|
|
1531
|
+
increaseBy?: string,
|
|
1532
|
+
): CancelablePromise<void> {
|
|
1533
|
+
return __request(OpenAPI, {
|
|
1534
|
+
method: 'DELETE',
|
|
1535
|
+
url: '/api/2/issue/{issueIdOrKey}/worklog/{id}',
|
|
1536
|
+
path: {
|
|
1537
|
+
'issueIdOrKey': issueIdOrKey,
|
|
1538
|
+
'id': id,
|
|
1539
|
+
},
|
|
1540
|
+
query: {
|
|
1541
|
+
'newEstimate': newEstimate,
|
|
1542
|
+
'adjustEstimate': adjustEstimate,
|
|
1543
|
+
'increaseBy': increaseBy,
|
|
1544
|
+
},
|
|
1545
|
+
errors: {
|
|
1546
|
+
400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
|
|
1547
|
+
403: `Returned if the calling user does not have permission to delete the worklog.`,
|
|
1548
|
+
},
|
|
1549
|
+
});
|
|
1550
|
+
}
|
|
1551
|
+
}
|