Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
| 5.3.0 | 6.0.1.post530 |
| 5.4.0 | 6.3.1.post540 |
| 5.4.1 | 7.0.3.post541 |
| 5.5.0 | 7.2.0.post550 |
| Cloud | 7.1.1 |

## Installation & Usage
Expand Down Expand Up @@ -134,6 +135,7 @@ Class | Method | HTTP request | Description
*CustomAttributesApi* | [**api_v2_custom_attributes_global_post**](docs/CustomAttributesApi.md#api_v2_custom_attributes_global_post) | **POST** /api/v2/customAttributes/global | Create global attribute
*CustomAttributesApi* | [**api_v2_custom_attributes_id_get**](docs/CustomAttributesApi.md#api_v2_custom_attributes_id_get) | **GET** /api/v2/customAttributes/{id} | Get attribute
*CustomAttributesApi* | [**api_v2_custom_attributes_search_post**](docs/CustomAttributesApi.md#api_v2_custom_attributes_search_post) | **POST** /api/v2/customAttributes/search | Search for attributes
*ExternalIssuesApi* | [**api_v2_external_issues_suggestions_post**](docs/ExternalIssuesApi.md#api_v2_external_issues_suggestions_post) | **POST** /api/v2/external-issues/suggestions | Returns list of suggestions from available external issues
*NotificationsApi* | [**api_v2_notifications_count_get**](docs/NotificationsApi.md#api_v2_notifications_count_get) | **GET** /api/v2/notifications/count | Get unread Notifications total in last 7 days
*NotificationsApi* | [**api_v2_notifications_get**](docs/NotificationsApi.md#api_v2_notifications_get) | **GET** /api/v2/notifications | Get all Notifications for current User
*NotificationsApi* | [**api_v2_notifications_id_read_post**](docs/NotificationsApi.md#api_v2_notifications_id_read_post) | **POST** /api/v2/notifications/{id}/read | Set Notification as read
Expand Down Expand Up @@ -183,10 +185,10 @@ Class | Method | HTTP request | Description
*ProjectWorkItemsApi* | [**api_v2_projects_project_id_work_items_search_grouped_post**](docs/ProjectWorkItemsApi.md#api_v2_projects_project_id_work_items_search_grouped_post) | **POST** /api/v2/projects/{projectId}/workItems/search/grouped | Search for work items and group results by attribute
*ProjectWorkItemsApi* | [**api_v2_projects_project_id_work_items_search_id_post**](docs/ProjectWorkItemsApi.md#api_v2_projects_project_id_work_items_search_id_post) | **POST** /api/v2/projects/{projectId}/workItems/search/id | Search for work items and extract IDs only
*ProjectWorkItemsApi* | [**api_v2_projects_project_id_work_items_search_post**](docs/ProjectWorkItemsApi.md#api_v2_projects_project_id_work_items_search_post) | **POST** /api/v2/projects/{projectId}/workItems/search | Search for work items
*ProjectWorkItemsApi* | [**api_v2_projects_project_id_work_items_search_work_item_id_index_post**](docs/ProjectWorkItemsApi.md#api_v2_projects_project_id_work_items_search_work_item_id_index_post) | **POST** /api/v2/projects/{projectId}/workItems/search/{workItemId}/index | Get work item index (position) in a collection by its id.
*ProjectWorkItemsApi* | [**api_v2_projects_project_id_work_items_tags_get**](docs/ProjectWorkItemsApi.md#api_v2_projects_project_id_work_items_tags_get) | **GET** /api/v2/projects/{projectId}/workItems/tags | Get WorkItems Tags
*ProjectWorkItemsApi* | [**get_work_items_by_project_id**](docs/ProjectWorkItemsApi.md#get_work_items_by_project_id) | **GET** /api/v2/projects/{projectId}/workItems | Get project work items
*ProjectsApi* | [**add_globa_attributes_to_project**](docs/ProjectsApi.md#add_globa_attributes_to_project) | **POST** /api/v2/projects/{id}/globalAttributes | Add global attributes to project
*ProjectsApi* | [**api_v2_projects_demo_post**](docs/ProjectsApi.md#api_v2_projects_demo_post) | **POST** /api/v2/projects/demo |
*ProjectsApi* | [**api_v2_projects_id_delete**](docs/ProjectsApi.md#api_v2_projects_id_delete) | **DELETE** /api/v2/projects/{id} | Archive project
*ProjectsApi* | [**api_v2_projects_id_failure_classes_get**](docs/ProjectsApi.md#api_v2_projects_id_failure_classes_get) | **GET** /api/v2/projects/{id}/failureClasses | Get failure classes
*ProjectsApi* | [**api_v2_projects_id_favorite_put**](docs/ProjectsApi.md#api_v2_projects_id_favorite_put) | **PUT** /api/v2/projects/{id}/favorite | Mark Project as favorite
Expand Down Expand Up @@ -324,7 +326,7 @@ Class | Method | HTTP request | Description
*WebhooksApi* | [**api_v2_webhooks_search_post**](docs/WebhooksApi.md#api_v2_webhooks_search_post) | **POST** /api/v2/webhooks/search | Search for webhooks
*WebhooksApi* | [**api_v2_webhooks_special_variables_get**](docs/WebhooksApi.md#api_v2_webhooks_special_variables_get) | **GET** /api/v2/webhooks/specialVariables | Get special variables for webhook event type
*WebhooksApi* | [**api_v2_webhooks_test_post**](docs/WebhooksApi.md#api_v2_webhooks_test_post) | **POST** /api/v2/webhooks/test | Test webhook's url
*WebhooksLogsApi* | [**api_v2_webhooks_logs_get**](docs/WebhooksLogsApi.md#api_v2_webhooks_logs_get) | **GET** /api/v2/webhooks/logs | Get all webhook logs
*WebhooksLogsApi* | [**api_v2_webhooks_logs_get**](docs/WebhooksLogsApi.md#api_v2_webhooks_logs_get) | **GET** /api/v2/webhooks/logs | Get last webhook logs
*WebhooksLogsApi* | [**api_v2_webhooks_logs_id_delete**](docs/WebhooksLogsApi.md#api_v2_webhooks_logs_id_delete) | **DELETE** /api/v2/webhooks/logs/{id} | Delete webhook log by ID
*WebhooksLogsApi* | [**api_v2_webhooks_logs_id_get**](docs/WebhooksLogsApi.md#api_v2_webhooks_logs_id_get) | **GET** /api/v2/webhooks/logs/{id} | Get webhook log by ID
*WorkItemsApi* | [**api_v2_work_items_id_attachments_post**](docs/WorkItemsApi.md#api_v2_work_items_id_attachments_post) | **POST** /api/v2/workItems/{id}/attachments | Upload and link attachment to WorkItem
Expand Down
14 changes: 14 additions & 0 deletions docs/ApiV2ExternalIssuesSuggestionsPostRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ApiV2ExternalIssuesSuggestionsPostRequest


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | [**ExternalIssueApiField**](ExternalIssueApiField.md) | |
**project_ids** | **[str], none_type** | List of project identifiers where external issue is available | [optional]
**inquiry** | [**GetExternalIssueSuggestionsApiModelInquiry**](GetExternalIssueSuggestionsApiModelInquiry.md) | | [optional]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filter** | [**TestPlanTestPointsSearchApiModel**](TestPlanTestPointsSearchApiModel.md) | | [optional]
**extraction_model** | [**TestPlanTestPointsExtractionApiModel**](TestPlanTestPointsExtractionApiModel.md) | | [optional]
**filter** | [**TestPlanTestPointsAutoTestsRerunApiModelFilter**](TestPlanTestPointsAutoTestsRerunApiModelFilter.md) | | [optional]
**extraction_model** | [**TestPlanTestPointsAutoTestsRerunApiModelExtractionModel**](TestPlanTestPointsAutoTestsRerunApiModelExtractionModel.md) | | [optional]
**webhook_ids** | **[str], none_type** | Webhook ids to rerun. | [optional]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**webhook_ids** | **[str]** | Webhook ids to run. |
**reset_not_actual_automated_test_points** | **bool** | Reset test point status when actual work item does not automated. |
**filter** | [**TestPlanTestPointsAutoTestsRunApiModelFilter**](TestPlanTestPointsAutoTestsRunApiModelFilter.md) | | [optional]
**extraction_model** | [**TestPlanTestPointsAutoTestsRunApiModelExtractionModel**](TestPlanTestPointsAutoTestsRunApiModelExtractionModel.md) | | [optional]
**filter** | [**TestPlanTestPointsAutoTestsRerunApiModelFilter**](TestPlanTestPointsAutoTestsRerunApiModelFilter.md) | | [optional]
**extraction_model** | [**TestPlanTestPointsAutoTestsRerunApiModelExtractionModel**](TestPlanTestPointsAutoTestsRerunApiModelExtractionModel.md) | | [optional]
**build** | **str, none_type** | Specifies the test run build. | [optional]
**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]

Expand Down
5 changes: 3 additions & 2 deletions docs/ApiV2TestRunsIdRerunsPostRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filter** | [**TestResultsFilterApiModel**](TestResultsFilterApiModel.md) | | [optional]
**extraction_model** | [**ManualRerunTestResultApiModel**](ManualRerunTestResultApiModel.md) | | [optional]
**filter** | [**ManualRerunSelectTestResultsApiModelFilter**](ManualRerunSelectTestResultsApiModelFilter.md) | | [optional]
**extraction_model** | [**ManualRerunSelectTestResultsApiModelExtractionModel**](ManualRerunSelectTestResultsApiModelExtractionModel.md) | | [optional]
**webhook_ids** | **[str], none_type** | Webhook ids to rerun. | [optional]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/AttachmentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ This endpoint does not need any parameter.

Upload new attachment file

File size is restricted to 50 MB (52 428 800 bytes)
File size is restricted to 1 GB (1 073 741 824 bytes)

### Example

Expand Down
4 changes: 2 additions & 2 deletions docs/AutoTestsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ with testit_api_client.ApiClient(configuration) as api_client:
api_instance = auto_tests_api.AutoTestsApi(api_client)
auto_test_put_model = [
AutoTestPutModel(
id="02887a0f-276a-4a9c-bfc0-1f33a3c07a13",
id="b63772c7-7c31-4748-8ff9-cc13975a106c",
work_item_ids_for_link_with_auto_test=[
"work_item_ids_for_link_with_auto_test_example",
],
Expand All @@ -1916,7 +1916,7 @@ with testit_api_client.ApiClient(configuration) as api_client:
external_id="external_id_example",
links=[
LinkPutModel(
id="02887a0f-276a-4a9c-bfc0-1f33a3c07a13",
id="b63772c7-7c31-4748-8ff9-cc13975a106c",
title="title_example",
url="url_example",
description="description_example",
Expand Down
3 changes: 2 additions & 1 deletion docs/ExternalIssueApiFieldSuggestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | |
**value** | **str** | Value of the external issue field |
**external_service** | [**ExternalIssueApiFieldSuggestionExternalService**](ExternalIssueApiFieldSuggestionExternalService.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
14 changes: 14 additions & 0 deletions docs/ExternalIssueApiFieldSuggestionExternalService.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ExternalIssueApiFieldSuggestionExternalService

Associated external service with this value

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Identifier of external service |
**name** | **str** | Name of external service |
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


18 changes: 18 additions & 0 deletions docs/ExternalIssueApiMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ExternalIssueApiMetadata


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Identifier of external issue in external service |
**title** | **str** | Title of external issue in external service |
**code** | **str, none_type** | Code of external issue in external service | [optional]
**description** | **str, none_type** | Description of external issue in external service | [optional]
**status** | **str, none_type** | Status of external issue in external service | [optional]
**assignee** | **str, none_type** | Assignee of external issue in external service | [optional]
**type** | [**ExternalIssueApiMetadataType**](ExternalIssueApiMetadataType.md) | | [optional]
**priority** | [**ExternalIssueApiMetadataPriority**](ExternalIssueApiMetadataPriority.md) | | [optional]

[[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 changes: 14 additions & 0 deletions docs/ExternalIssueApiMetadataPriority.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ExternalIssueApiMetadataPriority

Priority of external issue in external service

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of external issue priority |
**icon_url** | **str, none_type** | Url to the icon of external issue priority | [optional]
**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]

[[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 changes: 14 additions & 0 deletions docs/ExternalIssueApiMetadataType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ExternalIssueApiMetadataType

Type of external issue in external service

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of external issue type |
**icon_url** | **str, none_type** | Url to the icon of external issue type | [optional]
**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]

[[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 changes: 12 additions & 0 deletions docs/ExternalIssueApiPriority.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ExternalIssueApiPriority


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of external issue priority |
**icon_url** | **str, none_type** | Url to the icon of external issue priority | [optional]

[[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 changes: 14 additions & 0 deletions docs/ExternalIssueApiResult.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ExternalIssueApiResult


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Identiief of external issue |
**external_id** | **str** | Identifier of external issue in external service |
**url** | **str** | Url of external issue |
**metadata** | [**ExternalIssueApiResultMetadata**](ExternalIssueApiResultMetadata.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


20 changes: 20 additions & 0 deletions docs/ExternalIssueApiResultMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ExternalIssueApiResultMetadata

Metadata of external issue from external service

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Identifier of external issue in external service |
**title** | **str** | Title of external issue in external service |
**code** | **str, none_type** | Code of external issue in external service | [optional]
**description** | **str, none_type** | Description of external issue in external service | [optional]
**status** | **str, none_type** | Status of external issue in external service | [optional]
**assignee** | **str, none_type** | Assignee of external issue in external service | [optional]
**type** | [**ExternalIssueApiMetadataType**](ExternalIssueApiMetadataType.md) | | [optional]
**priority** | [**ExternalIssueApiMetadataPriority**](ExternalIssueApiMetadataPriority.md) | | [optional]
**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]

[[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 changes: 12 additions & 0 deletions docs/ExternalIssueApiType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ExternalIssueApiType


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of external issue type |
**icon_url** | **str, none_type** | Url to the icon of external issue type | [optional]

[[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 changes: 12 additions & 0 deletions docs/ExternalIssueExternalServiceApiResult.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ExternalIssueExternalServiceApiResult


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Identifier of external service |
**name** | **str** | Name of external service |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


18 changes: 18 additions & 0 deletions docs/ExternalIssueMetadataModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ExternalIssueMetadataModel


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
**title** | **str** | |
**code** | **str, none_type** | | [optional]
**description** | **str, none_type** | | [optional]
**status** | **str, none_type** | | [optional]
**assignee** | **str, none_type** | | [optional]
**type** | [**ExternalIssueTypeModel**](ExternalIssueTypeModel.md) | | [optional]
**priority** | [**ExternalIssuePriorityModel**](ExternalIssuePriorityModel.md) | | [optional]

[[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 changes: 14 additions & 0 deletions docs/ExternalIssueModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ExternalIssueModel


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
**external_id** | **str** | |
**url** | **str** | |
**metadata** | [**ExternalIssueModelMetadata**](ExternalIssueModelMetadata.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


19 changes: 19 additions & 0 deletions docs/ExternalIssueModelMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ExternalIssueModelMetadata


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
**title** | **str** | |
**code** | **str, none_type** | | [optional]
**description** | **str, none_type** | | [optional]
**status** | **str, none_type** | | [optional]
**assignee** | **str, none_type** | | [optional]
**type** | [**ExternalIssueTypeModel**](ExternalIssueTypeModel.md) | | [optional]
**priority** | [**ExternalIssuePriorityModel**](ExternalIssuePriorityModel.md) | | [optional]
**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]

[[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 changes: 12 additions & 0 deletions docs/ExternalIssuePriorityModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ExternalIssuePriorityModel


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | |
**icon_url** | **str, none_type** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading
Loading