Update issues of specified test items
PUT/v1/:projectName/item
Update issues of specified test items
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
request
Array [
Array [
]
]
issues
object[]
required
issue
object
required
autoAnalyzed boolean
comment string
externalSystemIssues
object[]
btsProject string
btsUrl string
pluginName string
submitDate int64
ticketId string
url string
ignoreAnalyzer boolean
issueType stringrequired
testItemId int64required
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
autoAnalyzed boolean
comment string
externalSystemIssues
object[]
btsProject string
btsUrl string
pluginName string
submitDate int64
ticketId string
url string
ignoreAnalyzer boolean
issueType stringrequired
[
{
"autoAnalyzed": true,
"comment": "string",
"externalSystemIssues": [
{
"btsProject": "string",
"btsUrl": "string",
"pluginName": "string",
"submitDate": 0,
"ticketId": "string",
"url": "string"
}
],
"ignoreAnalyzer": true,
"issueType": "string"
}
]
Loading...