Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to update test item status #61

Closed
Andrii-Cherepakha opened this issue Oct 7, 2020 · 0 comments
Closed

Ability to update test item status #61

Andrii-Cherepakha opened this issue Oct 7, 2020 · 0 comments
Milestone

Comments

@Andrii-Cherepakha
Copy link

Please, add to the Report Portal client an ability to update test item status. It is possible to do it with Report Portal API.

test-item-controller (Test Item Controller)
/v1/{projectName}/item/{itemId}/update

{
"attributes": [
{
"key": "string",
"value": "string"
}
],
"description": "string",
"status": "string"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants