├── setup.cfg ├── .idea └── .gitignore ├── requirements.txt ├── images ├── banner.png └── icon.png ├── src └── testit_api_client │ ├── api │ └── __init__.py │ └── model │ └── __init__.py ├── .github ├── workflows │ ├── release-draft.yml │ └── label-verifier.yml └── release-drafter.yml └── docs ├── TagModel.md ├── AutoTestIdModel.md ├── TagApiModel.md ├── Page.md ├── TestPlanTagApiResult.md ├── LabelPostModel.md ├── ParameterIterationModel.md ├── CreateTagApiModel.md ├── DemoProjectApiResult.md ├── LinkShort.md ├── TagShortApiResult.md ├── UpdateTagApiModel.md ├── WorkItemLinkUrlApiResult.md ├── WorkflowProjectApiResult.md ├── ManualRerunApiResult.md ├── WebhooksUpdateApiResult.md ├── DefectApiModel.md ├── ProjectType.md ├── WebhookBulkUpdateApiModel.md ├── WorkItemIdApiModel.md ├── AttachmentPutModel.md ├── ConfigurationShort.md ├── CustomAttributeValidationResult.md ├── LogicalOperator.md ├── SectionRenameModel.md ├── ShortConfiguration.md ├── TestResultChangeViewModel.md ├── WorkflowExistsByNameApiResult.md ├── CollectionOperator.md ├── ProjectNameApiResult.md ├── ProjectTypeModel.md ├── RequestType.md ├── UserCustomNameValidationResponse.md ├── AssignAttachmentApiModel.md ├── AttachmentUpdateRequest.md ├── ConfigurationShortModel.md ├── ExternalFormLinkModel.md ├── TestPlanGroupByStatus.md ├── TestSuiteType.md ├── DeletionState.md ├── ListSortDirection.md ├── PreviewsIssueLinkApiModel.md ├── RequestTypeModel.md ├── SearchExternalIssuesApiModel.md ├── SearchWorkflowsApiModel.md ├── WorkItemState.md ├── ActionUpdate.md ├── ConfigurationShortApiResult.md ├── CustomAttributeTemplateValidationResult.md ├── GetAIServiceModelsApiModel.md ├── ImageResizeType.md ├── Label.md ├── Order.md ├── PreviewsIssueLinkApiResult.md ├── RequestTypeApiModel.md ├── SearchTestStatusesApiModel.md ├── SharedStepResultApiModel.md ├── UserNameApiResult.md ├── WorkItemSourceTypeModel.md ├── WorkItemStates.md ├── WorkflowStatusApiModel.md ├── CreateFailureClassRegexApiModel.md ├── GuidChangedFieldViewModel.md ├── NamedEntityApiModel.md ├── TestPlanGroupByStatusCode.md ├── WorkItemCommentPostModel.md ├── WorkItemSourceTypeApiModel.md ├── AIServiceModelApiResult.md ├── AutoTestOutcome.md ├── Int32ChangedFieldViewModel.md ├── Int64ChangedFieldViewModel.md ├── SearchWorkflowProjectsApiModel.md ├── TestPlanStatus.md ├── TestRunGroupByStatusApiResult.md ├── TestRunNameApiResult.md ├── TestRunState.md ├── TestSuiteTypeApiResult.md ├── WorkItemStateApiModel.md ├── AutotestsExtractionModel.md ├── BooleanChangedFieldViewModel.md ├── ExternalIssueTypeModel.md ├── ProjectExtractionModel.md ├── TestPlanExtractionModel.md ├── TestPlanGroupByTester.md ├── TestPlanShortModel.md ├── TestRunGroupByStatusTypeApiResult.md ├── WorkItemEntityTypes.md ├── WorkItemPriority.md ├── AutoTestClassCountApiModel.md ├── ExternalServiceCategoryApiResult.md ├── FilterOperator.md ├── LabelApiResult.md ├── LabelShortModel.md ├── TestPlanStatusModel.md ├── WebhooksExtractionApiModel.md ├── AutoTestBulkDeleteApiResult.md ├── ExternalIssueApiField.md ├── ExternalIssuePriorityModel.md ├── LinkType.md ├── TagsExtractionApiModel.md ├── TestPlanTestPointsStatusGroupApiResult.md ├── TestResultChronologyModel.md ├── TestResultFailureClassApiResult.md ├── TestResultOutcome.md ├── TestStatusType.md ├── WorkItemPriorityModel.md ├── AvailableTestResultOutcome.md ├── TestPlanTestPointsTestSuiteSearchApiResult.md ├── TestRunGroupByFailureClassApiResult.md ├── WorkItemEntityTypeApiModel.md ├── WorkItemPriorityApiModel.md ├── AutotestResultOutcome.md ├── BackgroundJobState.md ├── Int32RangeSelectorModel.md ├── Int64RangeSelectorModel.md ├── RerunsModel.md ├── SearchWorkItemLinkUrlsApiResult.md ├── TestPlanGroupByStatusType.md ├── TestPointStatus.md ├── WorkItemCommentPutModel.md ├── AutoTestExtractionApiModel.md ├── AutoTestNamespaceModel.md ├── AvailableFailureCategory.md ├── CompositeFilter.md ├── GuidExtractionModel.md ├── LinkShortApiResult.md ├── PeriodViewModel.md ├── TestPlanTestPointsGroupApiModel.md ├── TestPlanTestPointsTesterGroupApiResult.md ├── WebhookVariablesType.md ├── WorkItemPreviewStepApiModel.md ├── AuditApiResult.md ├── AutoTestAverageDurationModel.md ├── IterationModel.md ├── RerunTestResultModel.md ├── StringExtractionModel.md ├── TestPlanGroupByTestSuite.md ├── TestStatusApiResultReply.md ├── UpdateFailureClassRegexApiModel.md ├── AutoTestNamespacesCountResponse.md ├── DateTimeRangeSelectorModel.md ├── FailureCategory.md ├── WebHookTestModel.md ├── AutoTestResultReasonShort.md ├── AutoTestResultReasonsCountModel.md ├── CustomAttributeTypesEnum.md ├── LinkShortModel.md ├── ProjectShortApiResultReply.md ├── StringChangedFieldViewModel.md ├── TestPlanTestPointsInquiryApiModel.md ├── AIServiceModelApiResultReply.md ├── FailureCategoryModel.md ├── Filter.md ├── IterationApiResult.md ├── TestPointsExtractionModel.md ├── WorkflowShortApiResultReply.md ├── AutoTestBulkDeleteApiModel.md ├── BackgroundJobAttachmentModel.md ├── FailureCategoryGroupApiModel.md ├── GenerateWorkItemPreviewsApiModel.md ├── TestPlanGroupByTesterAndStatus.md ├── TestPointChangeViewModel.md ├── WorkItemGroupType.md ├── WorkflowProjectApiResultReply.md ├── AutoTestChangeViewModel.md ├── CustomAttributeTemplateModel.md ├── StringArrayChangedFieldViewModel.md ├── BooleanNullableChangedFieldViewModel.md ├── CreateDefectApiModel.md ├── ExternalIssueExternalServiceApiResult.md ├── GlobalSearchRequest.md ├── TestPlanTestPointsStatusTypeGroupApiResult.md ├── TestResultsExtractionApiModel.md ├── UpdateMultipleAttachmentsApiModel.md ├── AutoTestResultReasonsCountItemModel.md ├── ConfigurationByParametersModel.md ├── ExternalFormModel.md ├── ExternalIssueApiType.md ├── ExternalServicesMetadataApiResult.md ├── Inquiry.md ├── NotificationTypeModel.md ├── TestPlanGroupByTesterAndStatusCode.md ├── TestPlanTestPointsExtractionApiModel.md ├── EnableProjectExternalServiceApiModel.md ├── ManualRerunTestResultApiModel.md ├── ParameterGroupApiResult.md ├── TestPlanTestPointsSectionSearchApiResult.md ├── GetExternalFormApiResult.md ├── ProjectExternalServiceSettingsApiResult.md ├── ProjectExternalServicesApiResult.md ├── TestPlanTestPointsTesterAndStatusGroupApiResult.md ├── TestStatusShortApiResult.md ├── UpdateTestStatusApiModel.md ├── WorkItemPreviewApiModel.md ├── AutoTestShortApiResult.md ├── ExternalIssueApiFieldSuggestionReply.md ├── ExternalIssueApiPriority.md ├── TestRunExtractionApiModel.md ├── UpdateMultipleLinksApiModel.md ├── AttachmentChangeViewModel.md ├── FailureCategoryGroupItemApiResultReply.md ├── WorkItemIndexApiResult.md ├── WorkItemLinkUrlFilterApiModel.md ├── ExternalIssueModel.md ├── ParameterShortApiResult.md ├── AutoTestFlakyBulkApiModel.md ├── CustomAttributeTemplatePostModel.md ├── GlobalSearchResponse.md ├── ProjectSelectModel.md ├── SharedStepModel.md ├── TestStatusApiType.md ├── WorkItemIdentifierModel.md ├── AssignIterationApiModel.md ├── AutotestSelectModel.md ├── CollectionFilter.md ├── AutoTestNamespaceCountApiModel.md ├── CustomAttributeOptionPostModel.md ├── ParametersFilterApiModel.md ├── PeriodViewModelChangedFieldViewModel.md ├── SharedStepChangeViewModel.md ├── TestPointSelectModel.md ├── UpdateWorkflowApiModel.md ├── WorkItemExternalMetadataFieldFilterModel.md ├── WorkflowProjectApiResultApiCollectionPreview.md ├── GetShortProjectsApiModel.md ├── WebhooksDeleteApiModel.md ├── WorkItemExternalMetadataFieldFilterApiModel.md ├── WorkItemMovePostModel.md ├── AutoTestSelectApiModel.md ├── ProjectFailureCategoryGroupItemApiResultReply.md ├── StringChangedFieldWithDiffsViewModel.md ├── WorkItemGroupModel.md ├── WorkItemLinkChangeViewModel.md ├── WorkItemSelectApiModel.md ├── GenerateWorkItemPreviewsApiResult.md ├── GlobalSearchItemResult.md ├── ParameterShortModel.md ├── RerunTestResultApiResult.md ├── SelectTagsApiModel.md ├── TestPlanTestPointsTesterAndStatusTypeGroupApiResult.md ├── TestSuiteChangeViewModel.md ├── TestSuiteV2PutModel.md ├── ApiV2TagsPostRequest.md ├── ApiV2TagsPutRequest.md ├── AutoTestSearchApiModel.md ├── ExternalFormAllowedValueModel.md ├── RenameRequest.md ├── CreateParameterApiModel.md ├── ExternalIssueApiFieldSuggestion.md ├── WebhooksUpdateApiModelModel.md ├── WorkItemLinkUrlApiModel.md ├── Operation.md ├── TestPlanSelectModel.md ├── TestResultsSelectApiModel.md ├── TestStatusModel.md ├── CreateWorkflowApiModel.md ├── CustomAttributeTemplatePutModel.md ├── LinkAutoTestToWorkItemRequest.md ├── ConfigurationExtractionModel.md ├── ConfigurationSelectModel.md ├── FailureClassRegexApiResult.md ├── TestPlanTestPointsGroupSearchItemApiResult.md ├── TestPointChangeViewModelChangedFieldViewModel.md ├── TestStatusApiResult.md ├── TestSuiteChangeViewModelChangedFieldViewModel.md ├── FailureCategoryGroupItemApiResult.md ├── TestPlanTestPointsGroupApiResult.md ├── TestResultChangeViewModelChangedFieldViewModel.md ├── WebhookResponse.md ├── WorkItemLinkFilterModel.md ├── ApiV2WorkflowsSearchPostRequest.md ├── WorkItemGroupGetModel.md ├── ApiV2TestStatusesSearchPostRequest.md ├── WorkItemLinkFilterApiModel.md ├── ApiV2WorkItemsCommentsPostRequest.md ├── ConfigurationPostModel.md ├── ParameterGroupsFilterApiModel.md ├── StepPostModel.md ├── TestPlanTestPointsAnalyticsApiModel.md ├── TestRunSelectApiModel.md ├── WorkItemSelectModel.md ├── FailureCategoryGroupSearchApiModel.md ├── ProjectFailureCategoryGroupItemApiResult.md ├── TestPointSelector.md ├── UpdateParameterApiModel.md ├── ApiV2WorkflowsIdProjectsSearchPostRequest.md ├── AutoTestChangeViewModelArrayChangedFieldViewModel.md ├── NotificationQueryFilterModel.md ├── TestPlanTestPointsSearchApiResultTestSuite.md ├── TestResultsStatisticsApiResult.md ├── WebhooksDeleteApiModelExtractor.md ├── WorkItemChangedFieldsViewModelDuration.md ├── WorkItemChangedFieldsViewModelGlobalId.md ├── WorkflowStatusApiResult.md ├── ReplaceProjectExternalServiceApiModel.md ├── TestPlanTestPointsSearchApiResultConfiguration.md ├── TestPlanTestPointsSearchStatusCountersApiResult.md ├── WorkItemChangedFieldsViewModelIsDeleted.md ├── WorkItemChangedFieldsViewModelProjectId.md ├── AttachmentChangeViewModelArrayChangedFieldViewModel.md ├── WebhooksUpdateApiModel.md ├── ConfigurationPutModel.md ├── CustomAttributeTestPlanProjectRelationPutModel.md ├── ExternalIssueApiResult.md ├── ProjectShortestModel.md ├── StepPutModel.md ├── TestResultStepCommentUpdateRequest.md ├── WorkItemLinkExtractionApiModel.md ├── ApiV2WorkItemsCommentsPutRequest.md ├── CreateTestStatusApiModel.md ├── TagsFilterApiModel.md ├── WorkItemLinkChangeViewModelArrayChangedFieldViewModel.md ├── TestPlanChangeModel.md ├── WorkItemLocalSelectModel.md ├── WorkItemVersionModel.md ├── AutoTestSearchIncludeApiModel.md ├── AutoTestStep.md ├── TestPlanTestPointsSetTestersApiModel.md ├── ApiV2AutoTestsDeleteRequest.md ├── AutoTestLastTestResultConfiguration.md ├── ApiV2WebhooksTestPostRequest.md ├── CreateProjectFailureCategoryApiModel.md ├── ExternalServiceMetadataApiResult.md ├── IFilter.md ├── SearchCustomAttributeTemplateGetModel.md ├── WorkItemChangedFieldsViewModelState.md ├── WorkItemChangedFieldsViewModelTags.md ├── AutoTestModelLastTestResultConfiguration.md ├── LinkPostModel.md ├── SelectTagsApiModelExtractionModel.md ├── TestRunTestResultsSelectModel.md ├── AutoTestStepModel.md ├── CustomAttributeOptionModel.md ├── FailureCategoryGroupApiResult.md ├── PublicTestPointModel.md ├── WorkItemChangedAttributeViewModel.md ├── CustomAttributeTemplateSearchQueryModel.md ├── SectionMoveModel.md ├── ProjectCustomAttributesTemplatesFilterModel.md ├── StepResultApiModel.md ├── WorkflowShortApiResultProjects.md ├── AutoTestStepApiResult.md └── ExternalFormCreateModel.md /setup.cfg: -------------------------------------------------------------------------------- 1 | [flake8] 2 | max-line-length=99 3 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | python_dateutil >= 2.5.3 2 | setuptools >= 21.0.0 3 | urllib3 >= 1.25.3 4 | -------------------------------------------------------------------------------- /images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/testit-tms/api-client-python/HEAD/images/banner.png -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/testit-tms/api-client-python/HEAD/images/icon.png -------------------------------------------------------------------------------- /src/testit_api_client/api/__init__.py: -------------------------------------------------------------------------------- 1 | # do not import all apis into this module because that uses a lot of memory and stack frames 2 | # if you need the ability to import all apis from one package, import them with 3 | # from testit_api_client.apis import AttachmentsApi 4 | -------------------------------------------------------------------------------- /.github/workflows/release-draft.yml: -------------------------------------------------------------------------------- 1 | name: "Create draft release" 2 | 3 | on: 4 | push: 5 | branches: [ "main" ] 6 | 7 | jobs: 8 | update_draft_release: 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: release-drafter/release-drafter@v5 12 | env: 13 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 14 | -------------------------------------------------------------------------------- /.github/workflows/label-verifier.yml: -------------------------------------------------------------------------------- 1 | name: "Verify type labels" 2 | 3 | on: 4 | pull_request: 5 | types: [opened, labeled, unlabeled, synchronize] 6 | 7 | jobs: 8 | triage: 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: zwaldowski/match-label-action@v4 12 | with: 13 | allowed_multiple: enhancement, bug, documentation, tests -------------------------------------------------------------------------------- /docs/TagModel.md: -------------------------------------------------------------------------------- 1 | # TagModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AutoTestIdModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestIdModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TagApiModel.md: -------------------------------------------------------------------------------- 1 | # TagApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Tag name | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/Page.md: -------------------------------------------------------------------------------- 1 | # Page 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **skip** | **int** | | 8 | **take** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTagApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTagApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/LabelPostModel.md: -------------------------------------------------------------------------------- 1 | # LabelPostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the label | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ParameterIterationModel.md: -------------------------------------------------------------------------------- 1 | # ParameterIterationModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/testit_api_client/model/__init__.py: -------------------------------------------------------------------------------- 1 | # we can not import model classes here because that would create a circular 2 | # reference which would not work in python2 3 | # do not import all models into this module because that uses a lot of memory and stack frames 4 | # if you need the ability to import all models from one package, import them with 5 | # from testit_api_client.models import ModelA, ModelB 6 | -------------------------------------------------------------------------------- /docs/CreateTagApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateTagApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the tag | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/DemoProjectApiResult.md: -------------------------------------------------------------------------------- 1 | # DemoProjectApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **job_id** | **str** | Job ID | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/LinkShort.md: -------------------------------------------------------------------------------- 1 | # LinkShort 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **url** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TagShortApiResult.md: -------------------------------------------------------------------------------- 1 | # TagShortApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the tag | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/UpdateTagApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateTagApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the tag | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemLinkUrlApiResult.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkUrlApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **url** | **str** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkflowProjectApiResult.md: -------------------------------------------------------------------------------- 1 | # WorkflowProjectApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ManualRerunApiResult.md: -------------------------------------------------------------------------------- 1 | # ManualRerunApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **test_results_count** | **int** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WebhooksUpdateApiResult.md: -------------------------------------------------------------------------------- 1 | # WebhooksUpdateApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **updated_count** | **int** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/DefectApiModel.md: -------------------------------------------------------------------------------- 1 | # DefectApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **external_url** | **str** | Link to created issue | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ProjectType.md: -------------------------------------------------------------------------------- 1 | # ProjectType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Regular", "Demo", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WebhookBulkUpdateApiModel.md: -------------------------------------------------------------------------------- 1 | # WebhookBulkUpdateApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **is_enabled** | **bool** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemIdApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemIdApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Work Item ID or Global ID | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AttachmentPutModel.md: -------------------------------------------------------------------------------- 1 | # AttachmentPutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of the attachment | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ConfigurationShort.md: -------------------------------------------------------------------------------- 1 | # ConfigurationShort 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/CustomAttributeValidationResult.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeValidationResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **exists** | **bool** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/LogicalOperator.md: -------------------------------------------------------------------------------- 1 | # LogicalOperator 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["And", "Or", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/SectionRenameModel.md: -------------------------------------------------------------------------------- 1 | # SectionRenameModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ShortConfiguration.md: -------------------------------------------------------------------------------- 1 | # ShortConfiguration 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestResultChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # TestResultChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **test_point_count** | **int** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkflowExistsByNameApiResult.md: -------------------------------------------------------------------------------- 1 | # WorkflowExistsByNameApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **exists** | **bool** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/CollectionOperator.md: -------------------------------------------------------------------------------- 1 | # CollectionOperator 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Any", "All", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ProjectNameApiResult.md: -------------------------------------------------------------------------------- 1 | # ProjectNameApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ProjectTypeModel.md: -------------------------------------------------------------------------------- 1 | # ProjectTypeModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Regular", "Demo", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/RequestType.md: -------------------------------------------------------------------------------- 1 | # RequestType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Post", "Put", "Delete", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/UserCustomNameValidationResponse.md: -------------------------------------------------------------------------------- 1 | # UserCustomNameValidationResponse 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **exists** | **bool** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AssignAttachmentApiModel.md: -------------------------------------------------------------------------------- 1 | # AssignAttachmentApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of the attachment | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AttachmentUpdateRequest.md: -------------------------------------------------------------------------------- 1 | # AttachmentUpdateRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of the attachment | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ConfigurationShortModel.md: -------------------------------------------------------------------------------- 1 | # ConfigurationShortModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalFormLinkModel.md: -------------------------------------------------------------------------------- 1 | # ExternalFormLinkModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **url** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByStatus.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByStatus 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status** | **str** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestSuiteType.md: -------------------------------------------------------------------------------- 1 | # TestSuiteType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Custom", "Dynamic", "Tree", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/DeletionState.md: -------------------------------------------------------------------------------- 1 | # DeletionState 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Any", "Deleted", "NotDeleted", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ListSortDirection.md: -------------------------------------------------------------------------------- 1 | # ListSortDirection 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Ascending", "Descending", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/PreviewsIssueLinkApiModel.md: -------------------------------------------------------------------------------- 1 | # PreviewsIssueLinkApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **str** | | 8 | **url** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/RequestTypeModel.md: -------------------------------------------------------------------------------- 1 | # RequestTypeModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Post", "Put", "Delete", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/SearchExternalIssuesApiModel.md: -------------------------------------------------------------------------------- 1 | # SearchExternalIssuesApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **url** | **str** | Url of external issue | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/SearchWorkflowsApiModel.md: -------------------------------------------------------------------------------- 1 | # SearchWorkflowsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemState.md: -------------------------------------------------------------------------------- 1 | # WorkItemState 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["NeedsWork", "NotReady", "Ready", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ActionUpdate.md: -------------------------------------------------------------------------------- 1 | # ActionUpdate 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Add", "Replace", "ToRemove", "ClearAll", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ConfigurationShortApiResult.md: -------------------------------------------------------------------------------- 1 | # ConfigurationShortApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/CustomAttributeTemplateValidationResult.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTemplateValidationResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **exists** | **bool** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/GetAIServiceModelsApiModel.md: -------------------------------------------------------------------------------- 1 | # GetAIServiceModelsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ImageResizeType.md: -------------------------------------------------------------------------------- 1 | # ImageResizeType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Crop", "AddBackgroundStripes", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/Label.md: -------------------------------------------------------------------------------- 1 | # Label 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the label | 8 | **global_id** | **int** | Global ID of the label | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/Order.md: -------------------------------------------------------------------------------- 1 | # Order 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **field** | **str** | | 8 | **direction** | [**ListSortDirection**](ListSortDirection.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/PreviewsIssueLinkApiResult.md: -------------------------------------------------------------------------------- 1 | # PreviewsIssueLinkApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **str** | | 8 | **url** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/RequestTypeApiModel.md: -------------------------------------------------------------------------------- 1 | # RequestTypeApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Post", "Put", "Delete", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/SearchTestStatusesApiModel.md: -------------------------------------------------------------------------------- 1 | # SearchTestStatusesApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/SharedStepResultApiModel.md: -------------------------------------------------------------------------------- 1 | # SharedStepResultApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **step_id** | **str** | | 8 | **outcome** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/UserNameApiResult.md: -------------------------------------------------------------------------------- 1 | # UserNameApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemSourceTypeModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemSourceTypeModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Manual", "AI", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemStates.md: -------------------------------------------------------------------------------- 1 | # WorkItemStates 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["NeedsWork", "NotReady", "Ready", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkflowStatusApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkflowStatusApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status_id** | **str** | | 8 | **priority** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/CreateFailureClassRegexApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateFailureClassRegexApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **regex_text** | **str** | Failure category regex | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/GuidChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # GuidChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **str** | | 8 | **new_value** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/NamedEntityApiModel.md: -------------------------------------------------------------------------------- 1 | # NamedEntityApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Entity name. | 8 | **id** | **str** | Entity Id. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByStatusCode.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByStatusCode 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status_code** | **str** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemCommentPostModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemCommentPostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **text** | **str** | | 8 | **work_item_id** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemSourceTypeApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemSourceTypeApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Manual", "AI", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AIServiceModelApiResult.md: -------------------------------------------------------------------------------- 1 | # AIServiceModelApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Model id | 8 | **name** | **str** | Model Name | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestOutcome.md: -------------------------------------------------------------------------------- 1 | # AutoTestOutcome 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Passed", "Failed", "Blocked", "Skipped", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/Int32ChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # Int32ChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **int** | | 8 | **new_value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/Int64ChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # Int64ChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **int** | | 8 | **new_value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/SearchWorkflowProjectsApiModel.md: -------------------------------------------------------------------------------- 1 | # SearchWorkflowProjectsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanStatus.md: -------------------------------------------------------------------------------- 1 | # TestPlanStatus 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["New", "InProgress", "Paused", "Completed", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestRunGroupByStatusApiResult.md: -------------------------------------------------------------------------------- 1 | # TestRunGroupByStatusApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status** | **str** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestRunNameApiResult.md: -------------------------------------------------------------------------------- 1 | # TestRunNameApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Test run id. | 8 | **name** | **str** | Test run name. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestRunState.md: -------------------------------------------------------------------------------- 1 | # TestRunState 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["NotStarted", "InProgress", "Stopped", "Completed", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestSuiteTypeApiResult.md: -------------------------------------------------------------------------------- 1 | # TestSuiteTypeApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Custom", "Dynamic", "Tree", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemStateApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemStateApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["NeedsWork", "NotReady", "Ready", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AutotestsExtractionModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestsExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/BooleanChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # BooleanChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **bool** | | 8 | **new_value** | **bool** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalIssueTypeModel.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueTypeModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **icon_url** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ProjectExtractionModel.md: -------------------------------------------------------------------------------- 1 | # ProjectExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanExtractionModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByTester.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByTester 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | | 8 | **user_id** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanShortModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanShortModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **project_id** | **str** | | 9 | **name** | **str** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestRunGroupByStatusTypeApiResult.md: -------------------------------------------------------------------------------- 1 | # TestRunGroupByStatusTypeApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **type** | **str** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemEntityTypes.md: -------------------------------------------------------------------------------- 1 | # WorkItemEntityTypes 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["TestCases", "CheckLists", "SharedSteps", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemPriority.md: -------------------------------------------------------------------------------- 1 | # WorkItemPriority 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Lowest", "Low", "Medium", "High", "Highest", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AutoTestClassCountApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestClassCountApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **count** | **int** | | 8 | **name** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalServiceCategoryApiResult.md: -------------------------------------------------------------------------------- 1 | # ExternalServiceCategoryApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["AI", "IssueTracker", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/FilterOperator.md: -------------------------------------------------------------------------------- 1 | # FilterOperator 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["=", "!=", "~", "!~", "<", "<=", ">", ">=", "*", "!*", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/LabelApiResult.md: -------------------------------------------------------------------------------- 1 | # LabelApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the label | 8 | **global_id** | **int** | Global ID of the label | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/LabelShortModel.md: -------------------------------------------------------------------------------- 1 | # LabelShortModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **global_id** | **int** | Global ID of the label | 8 | **name** | **str** | Name of the label | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanStatusModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanStatusModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["New", "InProgress", "Paused", "Completed", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WebhooksExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # WebhooksExtractionApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AutoTestBulkDeleteApiResult.md: -------------------------------------------------------------------------------- 1 | # AutoTestBulkDeleteApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **deleted_count** | **int** | | 8 | **in_progress_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalIssueApiField.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueApiField 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Id", "Type", "Priority", "Status", "Assignee", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ExternalIssuePriorityModel.md: -------------------------------------------------------------------------------- 1 | # ExternalIssuePriorityModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **icon_url** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/LinkType.md: -------------------------------------------------------------------------------- 1 | # LinkType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Related", "BlockedBy", "Defect", "Issue", "Requirement", "Repository", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TagsExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # TagsExtractionApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**TagsExtractionApiModelIds**](TagsExtractionApiModelIds.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsStatusGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsStatusGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status** | **str** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestResultChronologyModel.md: -------------------------------------------------------------------------------- 1 | # TestResultChronologyModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **count** | **int** | | 8 | **outcome** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestResultFailureClassApiResult.md: -------------------------------------------------------------------------------- 1 | # TestResultFailureClassApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **failure_category** | [**FailureCategory**](FailureCategory.md) | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestResultOutcome.md: -------------------------------------------------------------------------------- 1 | # TestResultOutcome 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["InProgress", "Passed", "Failed", "Skipped", "Blocked", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestStatusType.md: -------------------------------------------------------------------------------- 1 | # TestStatusType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Failed", "InProgress", "Incomplete", "Succeeded", "Pending", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemPriorityModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemPriorityModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Lowest", "Low", "Medium", "High", "Highest", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AvailableTestResultOutcome.md: -------------------------------------------------------------------------------- 1 | # AvailableTestResultOutcome 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Passed", "Failed", "Blocked", "Skipped", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsTestSuiteSearchApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsTestSuiteSearchApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestRunGroupByFailureClassApiResult.md: -------------------------------------------------------------------------------- 1 | # TestRunGroupByFailureClassApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **failure_category** | **str** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemEntityTypeApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemEntityTypeApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["TestCases", "CheckLists", "SharedSteps", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemPriorityApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemPriorityApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Lowest", "Low", "Medium", "High", "Highest", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AutotestResultOutcome.md: -------------------------------------------------------------------------------- 1 | # AutotestResultOutcome 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["InProgress", "Passed", "Failed", "Skipped", "Blocked", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/BackgroundJobState.md: -------------------------------------------------------------------------------- 1 | # BackgroundJobState 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Enqueued", "InProgress", "Completed", "Failed", "Canceled", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/Int32RangeSelectorModel.md: -------------------------------------------------------------------------------- 1 | # Int32RangeSelectorModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **_from** | **int, none_type** | | [optional] 8 | **to** | **int, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/Int64RangeSelectorModel.md: -------------------------------------------------------------------------------- 1 | # Int64RangeSelectorModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **_from** | **int, none_type** | | [optional] 8 | **to** | **int, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/RerunsModel.md: -------------------------------------------------------------------------------- 1 | # RerunsModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **rerun_count** | **int** | | 8 | **rerun_test_results** | [**[RerunTestResultModel]**](RerunTestResultModel.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/SearchWorkItemLinkUrlsApiResult.md: -------------------------------------------------------------------------------- 1 | # SearchWorkItemLinkUrlsApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[WorkItemLinkUrlApiResult]**](WorkItemLinkUrlApiResult.md) | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByStatusType.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByStatusType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status_type** | [**TestStatusType**](TestStatusType.md) | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPointStatus.md: -------------------------------------------------------------------------------- 1 | # TestPointStatus 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["InProgress", "Passed", "Failed", "Skipped", "Blocked", "NoResults", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemCommentPutModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemCommentPutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **text** | **str** | Text of the comment | 8 | **id** | **str** | Unique ID of the comment | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestExtractionApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**AutoTestExtractionApiModelIds**](AutoTestExtractionApiModelIds.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/AutoTestNamespaceModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestNamespaceModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str, none_type** | | [optional] 8 | **classes** | **[str], none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AvailableFailureCategory.md: -------------------------------------------------------------------------------- 1 | # AvailableFailureCategory 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["InfrastructureDefect", "ProductDefect", "TestDefect", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/CompositeFilter.md: -------------------------------------------------------------------------------- 1 | # CompositeFilter 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filters** | [**[IFilter]**](IFilter.md) | | 8 | **operator** | [**LogicalOperator**](LogicalOperator.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GuidExtractionModel.md: -------------------------------------------------------------------------------- 1 | # GuidExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **include** | **[str], none_type** | | [optional] 8 | **exclude** | **[str], none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/LinkShortApiResult.md: -------------------------------------------------------------------------------- 1 | # LinkShortApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **title** | **str** | | 9 | **url** | **str** | | 10 | **type** | **str** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/PeriodViewModel.md: -------------------------------------------------------------------------------- 1 | # PeriodViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **start_date** | **datetime, none_type** | | [optional] 8 | **end_date** | **datetime, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsGroupApiModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsGroupApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **field** | **str** | | 8 | **display_field** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsTesterGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsTesterGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **str, none_type** | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WebhookVariablesType.md: -------------------------------------------------------------------------------- 1 | # WebhookVariablesType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["VariablesForUrl", "VariablesForHeaders", "VariablesForBody", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkItemPreviewStepApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemPreviewStepApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **number** | **int** | | 8 | **action** | **str** | | 9 | **expected** | **str** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AuditApiResult.md: -------------------------------------------------------------------------------- 1 | # AuditApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **str** | | 8 | **date_time** | **datetime** | | 9 | **user_name** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AutoTestAverageDurationModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestAverageDurationModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **passed_average_duration** | **float** | | 8 | **failed_average_duration** | **float** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/IterationModel.md: -------------------------------------------------------------------------------- 1 | # IterationModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **parameters** | [**[ParameterShortModel], none_type**](ParameterShortModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/RerunTestResultModel.md: -------------------------------------------------------------------------------- 1 | # RerunTestResultModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **run_number** | **int** | | 9 | **outcome** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/StringExtractionModel.md: -------------------------------------------------------------------------------- 1 | # StringExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **include** | **[str], none_type** | | [optional] 8 | **exclude** | **[str], none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByTestSuite.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByTestSuite 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **test_suite_id** | **str** | | 8 | **test_suite_name** | **str** | | 9 | **value** | **int** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestStatusApiResultReply.md: -------------------------------------------------------------------------------- 1 | # TestStatusApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[TestStatusApiResult]**](TestStatusApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/UpdateFailureClassRegexApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateFailureClassRegexApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Regex unique identifier | 8 | **regex_text** | **str** | Regex value | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestNamespacesCountResponse.md: -------------------------------------------------------------------------------- 1 | # AutoTestNamespacesCountResponse 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **namespaces** | [**[AutoTestNamespaceCountApiModel]**](AutoTestNamespaceCountApiModel.md) | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/DateTimeRangeSelectorModel.md: -------------------------------------------------------------------------------- 1 | # DateTimeRangeSelectorModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **_from** | **datetime, none_type** | | [optional] 8 | **to** | **datetime, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/FailureCategory.md: -------------------------------------------------------------------------------- 1 | # FailureCategory 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["InfrastructureDefect", "ProductDefect", "TestDefect", "NoDefect", "NoAnalytics", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WebHookTestModel.md: -------------------------------------------------------------------------------- 1 | # WebHookTestModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **request_type** | [**RequestTypeModel**](RequestTypeModel.md) | | 8 | **url** | **str** | Request URL of the webhook | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestResultReasonShort.md: -------------------------------------------------------------------------------- 1 | # AutoTestResultReasonShort 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **failure_category** | [**FailureCategoryModel**](FailureCategoryModel.md) | | 8 | **name** | **str** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestResultReasonsCountModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestResultReasonsCountModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[AutoTestResultReasonsCountItemModel]**](AutoTestResultReasonsCountItemModel.md) | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/CustomAttributeTypesEnum.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTypesEnum 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["string", "datetime", "options", "user", "multipleOptions", "checkbox", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/LinkShortModel.md: -------------------------------------------------------------------------------- 1 | # LinkShortModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **title** | **str** | | 9 | **url** | **str** | | 10 | **type** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ProjectShortApiResultReply.md: -------------------------------------------------------------------------------- 1 | # ProjectShortApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[ProjectShortApiResult]**](ProjectShortApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/StringChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # StringChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **str, none_type** | | [optional] 8 | **new_value** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsInquiryApiModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsInquiryApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **order** | [**[Order]**](Order.md) | | 8 | **page** | [**Page**](Page.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AIServiceModelApiResultReply.md: -------------------------------------------------------------------------------- 1 | # AIServiceModelApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[AIServiceModelApiResult]**](AIServiceModelApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/FailureCategoryModel.md: -------------------------------------------------------------------------------- 1 | # FailureCategoryModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["InfrastructureDefect", "ProductDefect", "TestDefect", "NoDefect", "NoAnalytics", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/Filter.md: -------------------------------------------------------------------------------- 1 | # Filter 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **operator** | [**FilterOperator**](FilterOperator.md) | | 8 | **field** | **str** | | [readonly] 9 | **value** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/IterationApiResult.md: -------------------------------------------------------------------------------- 1 | # IterationApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **parameters** | [**[ParameterShortApiResult], none_type**](ParameterShortApiResult.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPointsExtractionModel.md: -------------------------------------------------------------------------------- 1 | # TestPointsExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**TestPlanTestPointsExtractionApiModelIds**](TestPlanTestPointsExtractionApiModelIds.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkflowShortApiResultReply.md: -------------------------------------------------------------------------------- 1 | # WorkflowShortApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[WorkflowShortApiResult]**](WorkflowShortApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestBulkDeleteApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestBulkDeleteApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **auto_test_select** | [**AutoTestBulkDeleteApiModelAutoTestSelect**](AutoTestBulkDeleteApiModelAutoTestSelect.md) | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/BackgroundJobAttachmentModel.md: -------------------------------------------------------------------------------- 1 | # BackgroundJobAttachmentModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **type** | **str** | | 10 | **size** | **float** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/FailureCategoryGroupApiModel.md: -------------------------------------------------------------------------------- 1 | # FailureCategoryGroupApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **field** | **str** | Group field | 8 | **display_field** | **str, none_type** | Group display field | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GenerateWorkItemPreviewsApiModel.md: -------------------------------------------------------------------------------- 1 | # GenerateWorkItemPreviewsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **external_service_id** | **str** | | 8 | **task_key** | **str** | | 9 | **section_id** | **str** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByTesterAndStatus.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByTesterAndStatus 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status** | **str** | | 8 | **value** | **int** | | 9 | **user_id** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestPointChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # TestPointChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **str** | | 8 | **test_point_count** | **int** | | 9 | **user_name** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemGroupType.md: -------------------------------------------------------------------------------- 1 | # WorkItemGroupType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["Type", "Priority", "Status", "AutomationStatus", "Creator", "LastEditor", "CustomAttribute", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/WorkflowProjectApiResultReply.md: -------------------------------------------------------------------------------- 1 | # WorkflowProjectApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[WorkflowProjectApiResult]**](WorkflowProjectApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **project_id** | **str** | | 9 | **external_id** | **str** | | 10 | **global_id** | **int** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/CustomAttributeTemplateModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTemplateModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **is_deleted** | **bool** | | 9 | **name** | **str** | Custom attributes template name | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/StringArrayChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # StringArrayChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **[str], none_type** | | [optional] 8 | **new_value** | **[str], none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/BooleanNullableChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # BooleanNullableChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **bool, none_type** | | [optional] 8 | **new_value** | **bool, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/CreateDefectApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateDefectApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **test_result_ids** | **[str]** | Linked test result IDs | 8 | **form** | [**CreateDefectApiModelForm**](CreateDefectApiModelForm.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalIssueExternalServiceApiResult.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueExternalServiceApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Identifier of external service | 8 | **name** | **str** | Name of external service | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GlobalSearchRequest.md: -------------------------------------------------------------------------------- 1 | # GlobalSearchRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **query** | **str** | | 8 | **take** | **int** | | 9 | **skip** | **int** | | 10 | **resource_type** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsStatusTypeGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsStatusTypeGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status_type** | [**TestStatusApiType**](TestStatusApiType.md) | | 8 | **value** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestResultsExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # TestResultsExtractionApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**ManualRerunTestResultApiModelTestResultIds**](ManualRerunTestResultApiModelTestResultIds.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/UpdateMultipleAttachmentsApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateMultipleAttachmentsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **action** | [**ActionUpdate**](ActionUpdate.md) | | 8 | **attachment_ids** | **[str], none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestResultReasonsCountItemModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestResultReasonsCountItemModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **failure_category** | [**AvailableFailureCategory**](AvailableFailureCategory.md) | | 8 | **count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ConfigurationByParametersModel.md: -------------------------------------------------------------------------------- 1 | # ConfigurationByParametersModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **project_id** | **str** | This property is used to link configuration with project | 8 | **parameter_ids** | **[str]** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalFormModel.md: -------------------------------------------------------------------------------- 1 | # ExternalFormModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **fields** | [**[ExternalFormFieldModel]**](ExternalFormFieldModel.md) | | 8 | **possible_values** | **{str: ([ExternalFormAllowedValueModel],)}** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalIssueApiType.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueApiType 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of external issue type | 8 | **icon_url** | **str, none_type** | Url to the icon of external issue type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalServicesMetadataApiResult.md: -------------------------------------------------------------------------------- 1 | # ExternalServicesMetadataApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[ExternalServiceMetadataApiResult]**](ExternalServiceMetadataApiResult.md) | External services metadata | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/Inquiry.md: -------------------------------------------------------------------------------- 1 | # Inquiry 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **order** | [**[Order]**](Order.md) | | 8 | **filter** | [**CompositeFilter**](CompositeFilter.md) | | [optional] 9 | **page** | [**Page**](Page.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/NotificationTypeModel.md: -------------------------------------------------------------------------------- 1 | # NotificationTypeModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | | must be one of ["MentionInComment", "TestPointIsSetInTestPlan", "MentionInCustomAttribute", "TestPlanUnlockRequest", ] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanGroupByTesterAndStatusCode.md: -------------------------------------------------------------------------------- 1 | # TestPlanGroupByTesterAndStatusCode 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status_code** | **str** | | 8 | **value** | **int** | | 9 | **user_id** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsExtractionApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**TestPlanTestPointsExtractionApiModelIds**](TestPlanTestPointsExtractionApiModelIds.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/EnableProjectExternalServiceApiModel.md: -------------------------------------------------------------------------------- 1 | # EnableProjectExternalServiceApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **settings** | **bool, date, datetime, dict, float, int, list, str, none_type** | External service settings | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ManualRerunTestResultApiModel.md: -------------------------------------------------------------------------------- 1 | # ManualRerunTestResultApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **test_result_ids** | [**ManualRerunTestResultApiModelTestResultIds**](ManualRerunTestResultApiModelTestResultIds.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ParameterGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # ParameterGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **parameter_key_id** | **str** | | 8 | **name** | **str** | | 9 | **values** | **{str: (str,)}** | | 10 | **project_ids** | **[str]** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsSectionSearchApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsSectionSearchApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **order_rank** | **str** | | 9 | **name** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/GetExternalFormApiResult.md: -------------------------------------------------------------------------------- 1 | # GetExternalFormApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **test_result_ids** | **[str]** | Linked test result IDs | 8 | **form** | [**GetExternalFormApiResultForm**](GetExternalFormApiResultForm.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ProjectExternalServiceSettingsApiResult.md: -------------------------------------------------------------------------------- 1 | # ProjectExternalServiceSettingsApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **settings** | **bool, date, datetime, dict, float, int, list, str, none_type** | External service settings | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/ProjectExternalServicesApiResult.md: -------------------------------------------------------------------------------- 1 | # ProjectExternalServicesApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[ProjectExternalServiceApiResult]**](ProjectExternalServiceApiResult.md) | External services associated with a project | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsTesterAndStatusGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsTesterAndStatusGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **str, none_type** | | 8 | **status** | **str** | | 9 | **value** | **int** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestStatusShortApiResult.md: -------------------------------------------------------------------------------- 1 | # TestStatusShortApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **code** | **str** | | 10 | **type** | [**TestStatusApiType**](TestStatusApiType.md) | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/UpdateTestStatusApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateTestStatusApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the status, must be unique | 8 | **description** | **str, none_type** | Optional description of the status | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemPreviewApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemPreviewApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **description** | **str** | | 9 | **steps** | [**[WorkItemPreviewStepApiModel]**](WorkItemPreviewStepApiModel.md) | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /.github/release-drafter.yml: -------------------------------------------------------------------------------- 1 | name-template: '$NEXT_PATCH_VERSION' 2 | tag-template: '$NEXT_PATCH_VERSION' 3 | categories: 4 | - title: '🚀 Features' 5 | labels: 6 | - 'enhancement' 7 | 8 | - title: '🐛 Bug Fixes' 9 | labels: 10 | - 'bug' 11 | 12 | - title: '🧾 Documentation' 13 | labels: 14 | - 'type:documentation' 15 | 16 | - title: '🧪 Tests' 17 | labels: 18 | - 'tests' 19 | 20 | change-template: '- $TITLE @$AUTHOR (#$NUMBER)' 21 | template: | 22 | ## Changes 23 | $CHANGES 24 | -------------------------------------------------------------------------------- /docs/AutoTestShortApiResult.md: -------------------------------------------------------------------------------- 1 | # AutoTestShortApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **project_id** | **str** | | 9 | **name** | **str** | | 10 | **external_id** | **str** | | 11 | **global_id** | **int** | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ExternalIssueApiFieldSuggestionReply.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueApiFieldSuggestionReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[ExternalIssueApiFieldSuggestion]**](ExternalIssueApiFieldSuggestion.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalIssueApiPriority.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueApiPriority 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of external issue priority | 8 | **icon_url** | **str, none_type** | Url to the icon of external issue priority | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestRunExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # TestRunExtractionApiModel 2 | 3 | Rules for different level entities inclusion/exclusion 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **ids** | [**TestRunExtractionApiModelIds**](TestRunExtractionApiModelIds.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/UpdateMultipleLinksApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateMultipleLinksApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **action** | [**ActionUpdate**](ActionUpdate.md) | | 8 | **links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AttachmentChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # AttachmentChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **size** | **float** | | 9 | **name** | **str, none_type** | | [optional] 10 | **type** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/FailureCategoryGroupItemApiResultReply.md: -------------------------------------------------------------------------------- 1 | # FailureCategoryGroupItemApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[FailureCategoryGroupItemApiResult]**](FailureCategoryGroupItemApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemIndexApiResult.md: -------------------------------------------------------------------------------- 1 | # WorkItemIndexApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **current_index** | **int** | Current index (position) of the element in a collection | 8 | **total_count** | **int** | Total count of elements in a collection | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemLinkUrlFilterApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkUrlFilterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | | [optional] 8 | **search_url** | **str, none_type** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalIssueModel.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **external_id** | **str** | | 9 | **url** | **str** | | 10 | **metadata** | [**ExternalIssueModelMetadata**](ExternalIssueModelMetadata.md) | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ParameterShortApiResult.md: -------------------------------------------------------------------------------- 1 | # ParameterShortApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **parameter_key_id** | **str** | | 9 | **value** | **str** | Value of the parameter | 10 | **name** | **str** | Key of the parameter | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/AutoTestFlakyBulkApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestFlakyBulkApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **auto_test_select** | [**AutoTestFlakyBulkApiModelAutoTestSelect**](AutoTestFlakyBulkApiModelAutoTestSelect.md) | | 8 | **value** | **bool** | Are autotests flaky | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/CustomAttributeTemplatePostModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTemplatePostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Custom attributes template name | 8 | **custom_attribute_ids** | **[str], none_type** | Collection of attribute IDs | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GlobalSearchResponse.md: -------------------------------------------------------------------------------- 1 | # GlobalSearchResponse 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **results** | [**[GlobalSearchItemResult]**](GlobalSearchItemResult.md) | | 8 | **more_results_available** | **bool** | | 9 | **available_resource_types** | **[str]** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ProjectSelectModel.md: -------------------------------------------------------------------------------- 1 | # ProjectSelectModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**ProjectsFilterModel**](ProjectsFilterModel.md) | | [optional] 8 | **extraction_model** | [**ProjectExtractionModel**](ProjectExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/SharedStepModel.md: -------------------------------------------------------------------------------- 1 | # SharedStepModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **version_id** | **str** | | 8 | **global_id** | **int** | | 9 | **name** | **str** | | 10 | **steps** | [**[StepModel]**](StepModel.md) | | 11 | **is_deleted** | **bool** | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/TestStatusApiType.md: -------------------------------------------------------------------------------- 1 | # TestStatusApiType 2 | 3 | Collection of possible status types 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **value** | **str** | Collection of possible status types | must be one of ["Pending", "InProgress", "Succeeded", "Failed", "Incomplete", ] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemIdentifierModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemIdentifierModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Used for search WorkItem. Internal identifier has a Guid data format. Global identifier has an integer data format | 8 | **global_id** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AssignIterationApiModel.md: -------------------------------------------------------------------------------- 1 | # AssignIterationApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **parameters** | [**[ParameterIterationModel]**](ParameterIterationModel.md) | | 8 | **id** | **str** | Iteration identifier, must be empty for new or changed iteration | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutotestSelectModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestSelectModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**AutoTestSelectModelFilter**](AutoTestSelectModelFilter.md) | | 8 | **extraction_model** | [**AutoTestsExtractionModel**](AutoTestsExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/CollectionFilter.md: -------------------------------------------------------------------------------- 1 | # CollectionFilter 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **operator** | [**CollectionOperator**](CollectionOperator.md) | | 8 | **filter** | [**CollectionFilterFilter**](CollectionFilterFilter.md) | | 9 | **field** | **str** | | [readonly] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AutoTestNamespaceCountApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestNamespaceCountApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **count** | **int** | | 8 | **classes** | [**[AutoTestClassCountApiModel]**](AutoTestClassCountApiModel.md) | | 9 | **name** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CustomAttributeOptionPostModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeOptionPostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **is_default** | **bool** | Indicates if the attribute option is used by default | 8 | **value** | **str, none_type** | Value of the attribute option | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ParametersFilterApiModel.md: -------------------------------------------------------------------------------- 1 | # ParametersFilterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str, none_type** | | [optional] 8 | **is_deleted** | **bool, none_type** | | [optional] 9 | **project_ids** | **[str, none_type], none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/PeriodViewModelChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # PeriodViewModelChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**PeriodViewModel**](PeriodViewModel.md) | | [optional] 8 | **new_value** | [**PeriodViewModel**](PeriodViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/SharedStepChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # SharedStepChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **global_id** | **int** | | 9 | **name** | **str** | | 10 | **steps** | [**[WorkItemStepChangeViewModel]**](WorkItemStepChangeViewModel.md) | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TestPointSelectModel.md: -------------------------------------------------------------------------------- 1 | # TestPointSelectModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**TestPointFilterModel**](TestPointFilterModel.md) | | [optional] 8 | **extraction_model** | [**TestPointsExtractionModel**](TestPointsExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/UpdateWorkflowApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateWorkflowApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **is_default** | **bool** | | 9 | **statuses** | [**[WorkflowStatusApiModel]**](WorkflowStatusApiModel.md) | | 10 | **project_ids** | **[str]** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/WorkItemExternalMetadataFieldFilterModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemExternalMetadataFieldFilterModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | Value of the field | 8 | **external_service_id** | **str** | Identifier of external service which is source of this value | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkflowProjectApiResultApiCollectionPreview.md: -------------------------------------------------------------------------------- 1 | # WorkflowProjectApiResultApiCollectionPreview 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[WorkflowProjectApiResult]**](WorkflowProjectApiResult.md) | Preview items | 8 | **total_count** | **int** | Total count | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GetShortProjectsApiModel.md: -------------------------------------------------------------------------------- 1 | # GetShortProjectsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | **permission_name** | **str, none_type** | | [optional] 9 | **permission_type** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WebhooksDeleteApiModel.md: -------------------------------------------------------------------------------- 1 | # WebhooksDeleteApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**WebhooksDeleteApiModelFilter**](WebhooksDeleteApiModelFilter.md) | | 8 | **extractor** | [**WebhooksDeleteApiModelExtractor**](WebhooksDeleteApiModelExtractor.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemExternalMetadataFieldFilterApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemExternalMetadataFieldFilterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | Value of the field | 8 | **external_service_id** | **str** | Identifier of external service which is source of this value | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemMovePostModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemMovePostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **new_section_id** | **str** | | 9 | **old_section_id** | **str, none_type** | | [optional] 10 | **next_work_item_id** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/AutoTestSelectApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestSelectApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**AutoTestFilterApiModel**](AutoTestFilterApiModel.md) | | [optional] 8 | **extraction_model** | [**AutoTestExtractionApiModel**](AutoTestExtractionApiModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ProjectFailureCategoryGroupItemApiResultReply.md: -------------------------------------------------------------------------------- 1 | # ProjectFailureCategoryGroupItemApiResultReply 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[ProjectFailureCategoryGroupItemApiResult]**](ProjectFailureCategoryGroupItemApiResult.md) | | 8 | **total_count** | **int** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/StringChangedFieldWithDiffsViewModel.md: -------------------------------------------------------------------------------- 1 | # StringChangedFieldWithDiffsViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **diff_value** | **str, none_type** | | [optional] 8 | **old_value** | **str, none_type** | | [optional] 9 | **new_value** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemGroupModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemGroupModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **size** | **int** | | 8 | **work_items** | [**[WorkItemShortModel]**](WorkItemShortModel.md) | | 9 | **key** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemLinkChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **description** | **str** | | 8 | **url** | **str** | | 9 | **title** | **str** | | 10 | **has_info** | **bool** | | 11 | **id** | **str** | | 12 | **type** | **str** | | 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/WorkItemSelectApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemSelectApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**WorkItemSelectApiModelFilter**](WorkItemSelectApiModelFilter.md) | | 8 | **extraction_model** | [**WorkItemExtractionApiModel**](WorkItemExtractionApiModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GenerateWorkItemPreviewsApiResult.md: -------------------------------------------------------------------------------- 1 | # GenerateWorkItemPreviewsApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **previews** | [**[WorkItemPreviewApiModel]**](WorkItemPreviewApiModel.md) | | 8 | **link** | [**PreviewsIssueLinkApiResult**](PreviewsIssueLinkApiResult.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/GlobalSearchItemResult.md: -------------------------------------------------------------------------------- 1 | # GlobalSearchItemResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **resource_type** | **str** | | 8 | **resource_id** | **str** | | 9 | **name** | **str** | | 10 | **project_global_id** | **int** | | 11 | **global_id** | **int, none_type** | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ParameterShortModel.md: -------------------------------------------------------------------------------- 1 | # ParameterShortModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **parameter_key_id** | **str** | | 9 | **value** | **str** | Value of the parameter | 10 | **name** | **str** | Key of the parameter | 11 | **project_ids** | **[str]** | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/RerunTestResultApiResult.md: -------------------------------------------------------------------------------- 1 | # RerunTestResultApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **outcome** | **str** | | 9 | **status** | [**AutoTestResultHistoryApiResultStatus**](AutoTestResultHistoryApiResultStatus.md) | | 10 | **run_number** | **int** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/SelectTagsApiModel.md: -------------------------------------------------------------------------------- 1 | # SelectTagsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**SelectTagsApiModelFilter**](SelectTagsApiModelFilter.md) | | [optional] 8 | **extraction_model** | [**SelectTagsApiModelExtractionModel**](SelectTagsApiModelExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsTesterAndStatusTypeGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsTesterAndStatusTypeGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **str, none_type** | | 8 | **status_type** | [**TestStatusApiType**](TestStatusApiType.md) | | 9 | **value** | **int** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestSuiteChangeViewModel.md: -------------------------------------------------------------------------------- 1 | # TestSuiteChangeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **work_item_count** | **int** | | 10 | **configurations** | [**[ShortConfiguration], none_type**](ShortConfiguration.md) | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TestSuiteV2PutModel.md: -------------------------------------------------------------------------------- 1 | # TestSuiteV2PutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **is_deleted** | **bool** | | 10 | **parent_id** | **str, none_type** | | [optional] 11 | **auto_refresh** | **bool, none_type** | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ApiV2TagsPostRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2TagsPostRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the tag | 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ApiV2TagsPutRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2TagsPutRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the tag | 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestSearchApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestSearchApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**AutoTestSearchApiModelFilter**](AutoTestSearchApiModelFilter.md) | | [optional] 8 | **includes** | [**AutoTestSearchApiModelIncludes**](AutoTestSearchApiModelIncludes.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ExternalFormAllowedValueModel.md: -------------------------------------------------------------------------------- 1 | # ExternalFormAllowedValueModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **has_children** | **bool** | | 8 | **id** | **str, none_type** | | [optional] 9 | **name** | **str, none_type** | | [optional] 10 | **parent_id** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/RenameRequest.md: -------------------------------------------------------------------------------- 1 | # RenameRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CreateParameterApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateParameterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Key of the parameter | 8 | **value** | **str** | Value of the parameter | 9 | **project_ids** | **[str], none_type** | List of projects where parameter should be available | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ExternalIssueApiFieldSuggestion.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueApiFieldSuggestion 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str** | Value of the external issue field | 8 | **external_service** | [**ExternalIssueApiFieldSuggestionExternalService**](ExternalIssueApiFieldSuggestionExternalService.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WebhooksUpdateApiModelModel.md: -------------------------------------------------------------------------------- 1 | # WebhooksUpdateApiModelModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **is_enabled** | **bool** | | 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemLinkUrlApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkUrlApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**WorkItemLinkUrlApiModelFilter**](WorkItemLinkUrlApiModelFilter.md) | | 8 | **extraction_model** | [**WorkItemLinkUrlApiModelExtractionModel**](WorkItemLinkUrlApiModelExtractionModel.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/Operation.md: -------------------------------------------------------------------------------- 1 | # Operation 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] 8 | **path** | **str, none_type** | | [optional] 9 | **op** | **str, none_type** | | [optional] 10 | **_from** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TestPlanSelectModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanSelectModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**ApiV2ProjectsProjectIdTestPlansSearchPostRequest**](ApiV2ProjectsProjectIdTestPlansSearchPostRequest.md) | | 8 | **extraction_model** | [**TestPlanExtractionModel**](TestPlanExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestResultsSelectApiModel.md: -------------------------------------------------------------------------------- 1 | # TestResultsSelectApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**TestResultsSelectApiModelFilter**](TestResultsSelectApiModelFilter.md) | | 8 | **extraction_model** | [**TestResultsSelectApiModelExtractionModel**](TestResultsSelectApiModelExtractionModel.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestStatusModel.md: -------------------------------------------------------------------------------- 1 | # TestStatusModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **type** | [**TestStatusType**](TestStatusType.md) | | 10 | **is_system** | **bool** | | 11 | **code** | **str** | | 12 | **description** | **str, none_type** | | [optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/CreateWorkflowApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateWorkflowApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | | 8 | **statuses** | [**[WorkflowStatusApiModel]**](WorkflowStatusApiModel.md) | | 9 | **is_default** | **bool, none_type** | | [optional] 10 | **project_ids** | **[str], none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/CustomAttributeTemplatePutModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTemplatePutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of the attribute template | 8 | **name** | **str** | Custom attributes template name | 9 | **custom_attribute_ids** | **[str], none_type** | Collection of attribute IDs | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/LinkAutoTestToWorkItemRequest.md: -------------------------------------------------------------------------------- 1 | # LinkAutoTestToWorkItemRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Work Item ID or Global ID | 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ConfigurationExtractionModel.md: -------------------------------------------------------------------------------- 1 | # ConfigurationExtractionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**ConfigurationExtractionModelIds**](ConfigurationExtractionModelIds.md) | | [optional] 8 | **project_ids** | [**ConfigurationExtractionModelProjectIds**](ConfigurationExtractionModelProjectIds.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ConfigurationSelectModel.md: -------------------------------------------------------------------------------- 1 | # ConfigurationSelectModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**ConfigurationSelectModelFilter**](ConfigurationSelectModelFilter.md) | | [optional] 8 | **extraction_model** | [**ConfigurationSelectModelExtractionModel**](ConfigurationSelectModelExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/FailureClassRegexApiResult.md: -------------------------------------------------------------------------------- 1 | # FailureClassRegexApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Regex unique identifier | 8 | **is_deleted** | **bool** | Indicates if the entity is deleted | 9 | **regex_text** | **str** | Regex value | 10 | **failure_class_id** | **str** | Failure category identifier | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsGroupSearchItemApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsGroupSearchItemApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **group** | [**TestPlanTestPointsGroupApiResult**](TestPlanTestPointsGroupApiResult.md) | | 8 | **items** | [**[TestPlanTestPointsSearchApiResult]**](TestPlanTestPointsSearchApiResult.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPointChangeViewModelChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # TestPointChangeViewModelChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**TestPointChangeViewModel**](TestPointChangeViewModel.md) | | [optional] 8 | **new_value** | [**TestPointChangeViewModel**](TestPointChangeViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestStatusApiResult.md: -------------------------------------------------------------------------------- 1 | # TestStatusApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **type** | [**TestStatusApiType**](TestStatusApiType.md) | | 10 | **is_system** | **bool** | | 11 | **code** | **str** | | 12 | **description** | **str, none_type** | | [optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/TestSuiteChangeViewModelChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # TestSuiteChangeViewModelChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**TestSuiteChangeViewModel**](TestSuiteChangeViewModel.md) | | [optional] 8 | **new_value** | [**TestSuiteChangeViewModel**](TestSuiteChangeViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/FailureCategoryGroupItemApiResult.md: -------------------------------------------------------------------------------- 1 | # FailureCategoryGroupItemApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**[FailureCategoryItemApiResult]**](FailureCategoryItemApiResult.md) | Group data | 8 | **group** | [**FailureCategoryGroupItemApiResultGroup**](FailureCategoryGroupItemApiResultGroup.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **field_value** | **bool, date, datetime, dict, float, int, list, str, none_type** | | 8 | **display_field_value** | **bool, date, datetime, dict, float, int, list, str, none_type** | | 9 | **count** | **int** | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestResultChangeViewModelChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # TestResultChangeViewModelChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**TestResultChangeViewModel**](TestResultChangeViewModel.md) | | [optional] 8 | **new_value** | [**TestResultChangeViewModel**](TestResultChangeViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WebhookResponse.md: -------------------------------------------------------------------------------- 1 | # WebhookResponse 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status_code** | **int** | | 8 | **request_meta** | **str** | | 9 | **response_body** | **str** | | 10 | **response_meta** | **str** | | 11 | **uri** | **str, none_type** | | [optional] 12 | **request_body** | **str, none_type** | | [optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/WorkItemLinkFilterModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkFilterModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **types** | [**[LinkType], none_type**](LinkType.md) | | [optional] 8 | **title** | **str, none_type** | | [optional] 9 | **urls** | **[str], none_type** | | [optional] 10 | **only_without_links** | **bool, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ApiV2WorkflowsSearchPostRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2WorkflowsSearchPostRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemGroupGetModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemGroupGetModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **group_type** | [**WorkItemGroupType**](WorkItemGroupType.md) | | 8 | **select_model** | [**WorkItemGroupGetModelSelectModel**](WorkItemGroupGetModelSelectModel.md) | | [optional] 9 | **custom_attribute_id** | **str, none_type** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ApiV2TestStatusesSearchPostRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2TestStatusesSearchPostRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemLinkFilterApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkFilterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **types** | [**[LinkType], none_type**](LinkType.md) | | [optional] 8 | **title** | **str, none_type** | | [optional] 9 | **urls** | **[str], none_type** | | [optional] 10 | **only_without_links** | **bool, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ApiV2WorkItemsCommentsPostRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2WorkItemsCommentsPostRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **text** | **str** | | 8 | **work_item_id** | **str** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ConfigurationPostModel.md: -------------------------------------------------------------------------------- 1 | # ConfigurationPostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **parameters** | **{str: (str,)}** | | 8 | **project_id** | **str** | This property is used to link configuration with project | 9 | **is_default** | **bool** | | 10 | **name** | **str** | | 11 | **description** | **str, none_type** | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ParameterGroupsFilterApiModel.md: -------------------------------------------------------------------------------- 1 | # ParameterGroupsFilterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **parameter_key_ids** | **[str], none_type** | | [optional] 8 | **name** | **str, none_type** | | [optional] 9 | **is_deleted** | **bool, none_type** | | [optional] 10 | **project_ids** | **[str, none_type], none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/StepPostModel.md: -------------------------------------------------------------------------------- 1 | # StepPostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **action** | **str, none_type** | | [optional] 8 | **expected** | **str, none_type** | | [optional] 9 | **test_data** | **str, none_type** | | [optional] 10 | **comments** | **str, none_type** | | [optional] 11 | **work_item_id** | **str, none_type** | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsAnalyticsApiModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsAnalyticsApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**TestPlanTestPointsSearchApiModel**](TestPlanTestPointsSearchApiModel.md) | | [optional] 8 | **extraction_model** | [**TestPlanTestPointsExtractionApiModel**](TestPlanTestPointsExtractionApiModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestRunSelectApiModel.md: -------------------------------------------------------------------------------- 1 | # TestRunSelectApiModel 2 | 3 | Model containing options to filter test runs 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **filter** | [**ApiV2TestRunsSearchPostRequest**](ApiV2TestRunsSearchPostRequest.md) | | 9 | **extraction_model** | [**TestRunSelectApiModelExtractionModel**](TestRunSelectApiModelExtractionModel.md) | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemSelectModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemSelectModel 2 | 3 | Model containing options to filter work items 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **filter** | [**WorkItemSelectModelFilter**](WorkItemSelectModelFilter.md) | | 9 | **extraction_model** | [**WorkItemLocalSelectModelExtractionModel**](WorkItemLocalSelectModelExtractionModel.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/FailureCategoryGroupSearchApiModel.md: -------------------------------------------------------------------------------- 1 | # FailureCategoryGroupSearchApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**FailureCategoryGroupSearchApiModelInquiry**](FailureCategoryGroupSearchApiModelInquiry.md) | | 8 | **group** | [**FailureCategoryGroupSearchApiModelGroup**](FailureCategoryGroupSearchApiModelGroup.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/ProjectFailureCategoryGroupItemApiResult.md: -------------------------------------------------------------------------------- 1 | # ProjectFailureCategoryGroupItemApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**[ProjectFailureCategoryApiResult]**](ProjectFailureCategoryApiResult.md) | Group data | 8 | **group** | [**FailureCategoryGroupItemApiResultGroup**](FailureCategoryGroupItemApiResultGroup.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPointSelector.md: -------------------------------------------------------------------------------- 1 | # TestPointSelector 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **configuration_id** | **str** | Specifies the configuration GUIDs, from which test points are created. You can specify several GUIDs. | 8 | **work_item_ids** | **[str]** | Specifies the work item GUIDs, from which test points are created. You can specify several GUIDs. | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/UpdateParameterApiModel.md: -------------------------------------------------------------------------------- 1 | # UpdateParameterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | ID's of the parameter | 8 | **name** | **str** | Key of the parameter | 9 | **value** | **str** | Value of the parameter | 10 | **project_ids** | **[str], none_type** | List of projects where parameter should be available | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ApiV2WorkflowsIdProjectsSearchPostRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2WorkflowsIdProjectsSearchPostRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **inquiry** | [**Inquiry**](Inquiry.md) | | [optional] 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestChangeViewModelArrayChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestChangeViewModelArrayChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**[AutoTestChangeViewModel], none_type**](AutoTestChangeViewModel.md) | | [optional] 8 | **new_value** | [**[AutoTestChangeViewModel], none_type**](AutoTestChangeViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/NotificationQueryFilterModel.md: -------------------------------------------------------------------------------- 1 | # NotificationQueryFilterModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **types** | [**[NotificationTypeModel], none_type**](NotificationTypeModel.md) | | [optional] 8 | **is_read** | **bool, none_type** | | [optional] 9 | **created_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsSearchApiResultTestSuite.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsSearchApiResultTestSuite 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestResultsStatisticsApiResult.md: -------------------------------------------------------------------------------- 1 | # TestResultsStatisticsApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **statuses** | [**TestResultsStatisticsApiResultStatuses**](TestResultsStatisticsApiResultStatuses.md) | | 8 | **failure_categories** | [**TestResultsStatisticsApiResultFailureCategories**](TestResultsStatisticsApiResultFailureCategories.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WebhooksDeleteApiModelExtractor.md: -------------------------------------------------------------------------------- 1 | # WebhooksDeleteApiModelExtractor 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WorkItemChangedFieldsViewModelDuration.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedFieldsViewModelDuration 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **int** | | 8 | **new_value** | **int** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemChangedFieldsViewModelGlobalId.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedFieldsViewModelGlobalId 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **int** | | 8 | **new_value** | **int** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkflowStatusApiResult.md: -------------------------------------------------------------------------------- 1 | # WorkflowStatusApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **code** | **str** | | 10 | **type** | [**TestStatusApiType**](TestStatusApiType.md) | | 11 | **description** | **str, none_type** | | 12 | **is_system** | **bool** | | 13 | **priority** | **int** | | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/ReplaceProjectExternalServiceApiModel.md: -------------------------------------------------------------------------------- 1 | # ReplaceProjectExternalServiceApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **new_external_service_id** | **str** | The unique ID of the new external service that will replace the current one | 8 | **settings** | **bool, date, datetime, dict, float, int, list, str, none_type** | External service settings | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsSearchApiResultConfiguration.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsSearchApiResultConfiguration 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **name** | **str** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsSearchStatusCountersApiResult.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsSearchStatusCountersApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **automated_test_points_count** | **int** | | 8 | **automated_test_points_in_progress_count** | **int** | | 9 | **automated_test_points_failed_count** | **int** | | 10 | **manual_test_points_count** | **int** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/WorkItemChangedFieldsViewModelIsDeleted.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedFieldsViewModelIsDeleted 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **bool** | | 8 | **new_value** | **bool** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemChangedFieldsViewModelProjectId.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedFieldsViewModelProjectId 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **str** | | 8 | **new_value** | **str** | | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AttachmentChangeViewModelArrayChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # AttachmentChangeViewModelArrayChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**[AttachmentChangeViewModel], none_type**](AttachmentChangeViewModel.md) | | [optional] 8 | **new_value** | [**[AttachmentChangeViewModel], none_type**](AttachmentChangeViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/WebhooksUpdateApiModel.md: -------------------------------------------------------------------------------- 1 | # WebhooksUpdateApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**WebhooksUpdateApiModelFilter**](WebhooksUpdateApiModelFilter.md) | | 8 | **model** | [**WebhooksUpdateApiModelModel**](WebhooksUpdateApiModelModel.md) | | 9 | **extractor** | [**WebhooksDeleteApiModelExtractor**](WebhooksDeleteApiModelExtractor.md) | | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ConfigurationPutModel.md: -------------------------------------------------------------------------------- 1 | # ConfigurationPutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **parameters** | **{str: (str,)}** | | 9 | **project_id** | **str** | This property is used to link configuration with project | 10 | **is_default** | **bool** | | 11 | **name** | **str** | | 12 | **description** | **str, none_type** | | [optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/CustomAttributeTestPlanProjectRelationPutModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTestPlanProjectRelationPutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Custom attribute internal unique identifier | 8 | **is_enabled** | **bool** | Flag that defines if custom attribute is enabled | 9 | **is_required** | **bool** | Flag that defines if custom attribute is required | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ExternalIssueApiResult.md: -------------------------------------------------------------------------------- 1 | # ExternalIssueApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Identiief of external issue | 8 | **external_id** | **str** | Identifier of external issue in external service | 9 | **url** | **str** | Url of external issue | 10 | **metadata** | [**ExternalIssueApiResultMetadata**](ExternalIssueApiResultMetadata.md) | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ProjectShortestModel.md: -------------------------------------------------------------------------------- 1 | # ProjectShortestModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of project | 8 | **is_deleted** | **bool** | Indicates whether the project is deleted | 9 | **global_id** | **int** | Global ID of project | 10 | **name** | **str** | Name of project | 11 | **type** | [**ProjectTypeModel**](ProjectTypeModel.md) | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/StepPutModel.md: -------------------------------------------------------------------------------- 1 | # StepPutModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **action** | **str, none_type** | | [optional] 9 | **expected** | **str, none_type** | | [optional] 10 | **test_data** | **str, none_type** | | [optional] 11 | **comments** | **str, none_type** | | [optional] 12 | **work_item_id** | **str, none_type** | | [optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/TestResultStepCommentUpdateRequest.md: -------------------------------------------------------------------------------- 1 | # TestResultStepCommentUpdateRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Entity unique identifier | 8 | **text** | **str** | | 9 | **step_id** | **str** | | 10 | **attachments** | [**[AttachmentUpdateRequest]**](AttachmentUpdateRequest.md) | | 11 | **parent_step_id** | **str, none_type** | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/WorkItemLinkExtractionApiModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkExtractionApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **project_ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 8 | **work_item_ids** | [**GuidExtractionModel**](GuidExtractionModel.md) | | [optional] 9 | **link_urls** | [**StringExtractionModel**](StringExtractionModel.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ApiV2WorkItemsCommentsPutRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2WorkItemsCommentsPutRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **text** | **str** | Text of the comment | 8 | **id** | **str** | Unique ID of the comment | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CreateTestStatusApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateTestStatusApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Name of the status, must be unique | 8 | **type** | [**TestStatusApiType**](TestStatusApiType.md) | | 9 | **code** | **str** | Code of the status, must be unique | 10 | **description** | **str, none_type** | Optional description of the status | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/TagsFilterApiModel.md: -------------------------------------------------------------------------------- 1 | # TagsFilterApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str, none_type** | Specifies a tag name to search for | [optional] 8 | **created_date** | [**TagsFilterApiModelCreatedDate**](TagsFilterApiModelCreatedDate.md) | | [optional] 9 | **created_by_ids** | **[str], none_type** | Specifies a tag creator IDs to search for | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemLinkChangeViewModelArrayChangedFieldViewModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLinkChangeViewModelArrayChangedFieldViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | [**[WorkItemLinkChangeViewModel], none_type**](WorkItemLinkChangeViewModel.md) | | [optional] 8 | **new_value** | [**[WorkItemLinkChangeViewModel], none_type**](WorkItemLinkChangeViewModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/TestPlanChangeModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanChangeModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **test_plan_id** | **str** | | 9 | **test_plan_changed_fields** | [**TestPlanChangeModelTestPlanChangedFields**](TestPlanChangeModelTestPlanChangedFields.md) | | 10 | **created_by_id** | **str** | | 11 | **created_date** | **datetime, none_type** | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/WorkItemLocalSelectModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemLocalSelectModel 2 | 3 | Model containing options to filter work items 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **filter** | [**WorkItemLocalSelectModelFilter**](WorkItemLocalSelectModelFilter.md) | | [optional] 9 | **extraction_model** | [**WorkItemLocalSelectModelExtractionModel**](WorkItemLocalSelectModelExtractionModel.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemVersionModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemVersionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **version_id** | **str** | used for versioning changes in workitem | 8 | **version_number** | **int** | used for define chronology of workitem state in each version | 9 | **modified_date** | **datetime, none_type** | | [optional] 10 | **modified_by_id** | **str, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/AutoTestSearchIncludeApiModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestSearchIncludeApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **include_steps** | **bool, none_type** | If autotest steps will be included | [optional] 8 | **include_links** | **bool, none_type** | If autotest links will be included | [optional] 9 | **include_labels** | **bool, none_type** | If autotest labels will be included | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AutoTestStep.md: -------------------------------------------------------------------------------- 1 | # AutoTestStep 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **str** | Step name. | 8 | **description** | **str, none_type** | Detailed step description. It appears when the step is unfolded. | [optional] 9 | **steps** | [**[AutoTestStep], none_type**](AutoTestStep.md) | Includes a nested step inside another step. The maximum nesting level is 15. | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestPlanTestPointsSetTestersApiModel.md: -------------------------------------------------------------------------------- 1 | # TestPlanTestPointsSetTestersApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **tester_ids** | **[str]** | | 8 | **filter** | [**TestPlanTestPointsSearchApiModel**](TestPlanTestPointsSearchApiModel.md) | | [optional] 9 | **extraction_model** | [**TestPlanTestPointsExtractionApiModel**](TestPlanTestPointsExtractionApiModel.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ApiV2AutoTestsDeleteRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2AutoTestsDeleteRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **auto_test_select** | [**AutoTestBulkDeleteApiModelAutoTestSelect**](AutoTestBulkDeleteApiModelAutoTestSelect.md) | | 8 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestLastTestResultConfiguration.md: -------------------------------------------------------------------------------- 1 | # AutoTestLastTestResultConfiguration 2 | 3 | Configuration of the autotest last test result 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **id** | **str** | | 9 | **name** | **str** | | 10 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ApiV2WebhooksTestPostRequest.md: -------------------------------------------------------------------------------- 1 | # ApiV2WebhooksTestPostRequest 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **request_type** | [**RequestTypeModel**](RequestTypeModel.md) | | 8 | **url** | **str** | Request URL of the webhook | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CreateProjectFailureCategoryApiModel.md: -------------------------------------------------------------------------------- 1 | # CreateProjectFailureCategoryApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | Failure category name | 8 | **failure_category** | [**FailureCategory**](FailureCategory.md) | | 9 | **failure_class_regexes** | [**[CreateFailureClassRegexApiModel], none_type**](CreateFailureClassRegexApiModel.md) | Failure category regexes | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ExternalServiceMetadataApiResult.md: -------------------------------------------------------------------------------- 1 | # ExternalServiceMetadataApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str** | The name of the external service | 8 | **code** | **str** | The code of the external service | 9 | **icon_url** | **str** | The icon URL of the external service | 10 | **category** | [**ExternalServiceCategoryApiResult**](ExternalServiceCategoryApiResult.md) | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/IFilter.md: -------------------------------------------------------------------------------- 1 | # IFilter 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **str, none_type** | | [optional] 8 | **filters** | [**[IFilter]**](IFilter.md) | | [optional] 9 | **operator** | [**CollectionOperator**](CollectionOperator.md) | | [optional] 10 | **field** | **str** | | [optional] [readonly] 11 | **filter** | [**CollectionFilterFilter**](CollectionFilterFilter.md) | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/SearchCustomAttributeTemplateGetModel.md: -------------------------------------------------------------------------------- 1 | # SearchCustomAttributeTemplateGetModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | | 8 | **is_deleted** | **bool** | | 9 | **name** | **str** | | 10 | **project_shortest_models** | [**[ProjectShortestModel]**](ProjectShortestModel.md) | | 11 | **custom_attribute_models** | [**[CustomAttributeModel]**](CustomAttributeModel.md) | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/WorkItemChangedFieldsViewModelState.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedFieldsViewModelState 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **str, none_type** | | [optional] 8 | **new_value** | **str, none_type** | | [optional] 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/WorkItemChangedFieldsViewModelTags.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedFieldsViewModelTags 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **old_value** | **[str], none_type** | | [optional] 8 | **new_value** | **[str], none_type** | | [optional] 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AutoTestModelLastTestResultConfiguration.md: -------------------------------------------------------------------------------- 1 | # AutoTestModelLastTestResultConfiguration 2 | 3 | Configuration of the autotest last test result 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **id** | **str** | | 9 | **name** | **str** | | 10 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/LinkPostModel.md: -------------------------------------------------------------------------------- 1 | # LinkPostModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **url** | **str** | Address can be specified without protocol, but necessarily with the domain. | 8 | **has_info** | **bool** | | 9 | **title** | **str, none_type** | Link name. | [optional] 10 | **description** | **str, none_type** | Link description. | [optional] 11 | **type** | [**LinkType**](LinkType.md) | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/SelectTagsApiModelExtractionModel.md: -------------------------------------------------------------------------------- 1 | # SelectTagsApiModelExtractionModel 2 | 3 | Filters to extract tags 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **ids** | [**TagsExtractionApiModelIds**](TagsExtractionApiModelIds.md) | | [optional] 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/TestRunTestResultsSelectModel.md: -------------------------------------------------------------------------------- 1 | # TestRunTestResultsSelectModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **filter** | [**TestRunTestResultsSelectModelFilter**](TestRunTestResultsSelectModelFilter.md) | | [optional] 8 | **test_result_ids_extraction_model** | [**TestRunTestResultsSelectModelTestResultIdsExtractionModel**](TestRunTestResultsSelectModelTestResultIdsExtractionModel.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/AutoTestStepModel.md: -------------------------------------------------------------------------------- 1 | # AutoTestStepModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **str** | Step name. | 8 | **description** | **str, none_type** | Detailed step description. It appears when the step is unfolded. | [optional] 9 | **steps** | [**[AutoTestStepModel], none_type**](AutoTestStepModel.md) | Includes a nested step inside another step. The maximum nesting level is 15. | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CustomAttributeOptionModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeOptionModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of the attribute option | 8 | **is_deleted** | **bool** | Indicates if the attributes option is deleted | 9 | **is_default** | **bool** | Indicates if the attribute option is used by default | 10 | **value** | **str, none_type** | Value of the attribute option | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/FailureCategoryGroupApiResult.md: -------------------------------------------------------------------------------- 1 | # FailureCategoryGroupApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **count** | **int** | Group entries count | 8 | **field_value** | **bool, date, datetime, dict, float, int, list, str, none_type** | Group field value | [optional] 9 | **display_field_value** | **bool, date, datetime, dict, float, int, list, str, none_type** | Group display field value | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/PublicTestPointModel.md: -------------------------------------------------------------------------------- 1 | # PublicTestPointModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **configuration_id** | **str** | | 8 | **configuration_global_id** | **int** | | 9 | **iteration_id** | **str** | | 10 | **id** | **str** | | 11 | **auto_test_ids** | **[str], none_type** | | [optional] 12 | **parameter_models** | [**[ParameterShortModel], none_type**](ParameterShortModel.md) | | [optional] 13 | 14 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/WorkItemChangedAttributeViewModel.md: -------------------------------------------------------------------------------- 1 | # WorkItemChangedAttributeViewModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **type** | **str** | | 8 | **old_attribute_name** | **str** | | 9 | **new_attribute_name** | **str** | | 10 | **old_value** | **bool, date, datetime, dict, float, int, list, str, none_type** | | 11 | **new_value** | **bool, date, datetime, dict, float, int, list, str, none_type** | | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/CustomAttributeTemplateSearchQueryModel.md: -------------------------------------------------------------------------------- 1 | # CustomAttributeTemplateSearchQueryModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **str, none_type** | | [optional] 8 | **project_ids** | **[str], none_type** | | [optional] 9 | **custom_attribute_types** | [**[CustomAttributeTypesEnum], none_type**](CustomAttributeTypesEnum.md) | | [optional] 10 | **is_deleted** | **bool, none_type** | | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/SectionMoveModel.md: -------------------------------------------------------------------------------- 1 | # SectionMoveModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **str** | Unique ID of the section | 8 | **old_parent_id** | **str** | Unique ID of the section's current parent section | 9 | **parent_id** | **str** | Unique ID of the section's target parent section | 10 | **next_section_id** | **str, none_type** | Unique ID of the section's following section | [optional] 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/ProjectCustomAttributesTemplatesFilterModel.md: -------------------------------------------------------------------------------- 1 | # ProjectCustomAttributesTemplatesFilterModel 2 | 3 | Collection of filters to apply to search 4 | 5 | ## Properties 6 | Name | Type | Description | Notes 7 | ------------ | ------------- | ------------- | ------------- 8 | **name** | **str, none_type** | Name of custom attribute template | [optional] 9 | **custom_attribute_types** | [**[CustomAttributeTypesEnum], none_type**](CustomAttributeTypesEnum.md) | Collection of custom attributes types | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/StepResultApiModel.md: -------------------------------------------------------------------------------- 1 | # StepResultApiModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **step_id** | **str** | | 8 | **outcome** | **str** | | 9 | **shared_step_version_id** | **str, none_type** | | [optional] 10 | **shared_step_results** | [**[SharedStepResultApiModel], none_type**](SharedStepResultApiModel.md) | | [optional] 11 | **comment** | [**StepCommentApiModel**](StepCommentApiModel.md) | | [optional] 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/WorkflowShortApiResultProjects.md: -------------------------------------------------------------------------------- 1 | # WorkflowShortApiResultProjects 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**[WorkflowProjectApiResult]**](WorkflowProjectApiResult.md) | Preview items | 8 | **total_count** | **int** | Total count | 9 | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AutoTestStepApiResult.md: -------------------------------------------------------------------------------- 1 | # AutoTestStepApiResult 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **str** | Step name. | 8 | **description** | **str, none_type** | Detailed step description. It appears when the step is unfolded. | [optional] 9 | **steps** | [**[AutoTestStepApiResult], none_type**](AutoTestStepApiResult.md) | Includes a nested step inside another step. The maximum nesting level is 15. | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ExternalFormCreateModel.md: -------------------------------------------------------------------------------- 1 | # ExternalFormCreateModel 2 | 3 | 4 | ## Properties 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **possible_values** | **{str: ([ExternalFormAllowedValueModel],)}** | | 8 | **fields** | [**[ExternalFormFieldModel]**](ExternalFormFieldModel.md) | | 9 | **links** | [**[ExternalFormLinkModel]**](ExternalFormLinkModel.md) | | 10 | **values** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | 11 | 12 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 | 14 | 15 | --------------------------------------------------------------------------------