Skip to content

Analysis - TaskResources

Task Resources analytics - - Aggregated analytics for R&D tasks (sprint, backlog, task, bug, progress, etc)


The overview of tasks workload

GET
/api/v1/analysis/task/workload/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of unplanned work tasks

GET
/api/v1/analysis/task/unplanned/work/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The work summary of tasks for sprint

GET
/api/v1/analysis/task/sprint/{sprintId}/work/summary

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

sprintId*

Sprint id

类型integer
必填
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The burndown summary of tasks for sprint

GET
/api/v1/analysis/task/sprint/{sprintId}/burndown

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

sprintId*

Sprint id

类型integer
必填
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The count of tasks creation statistics

GET
/api/v1/analysis/task/resources/count

Task and associated module, plan and tag creation resources count statistics

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId
类型integer
格式"int64"
creatorObjectType

Creator object type, Default USER

类型string
有效值
"USER""DEPT""GROUP"
示例"USER"
creatorObjectId

Creator object id, Default current user id

类型integer
格式"int64"
createdDateStart

Resources creation start date

类型string
格式"date-time"
createdDateEnd

Resources creation end date

类型string
格式"date-time"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks resource creation

GET
/api/v1/analysis/task/resource/creation/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of recent delivery tasks

GET
/api/v1/analysis/task/recent/delivery/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The work summary of tasks for project

GET
/api/v1/analysis/task/project/{projectId}/work/summary

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

projectId*

Project id

类型integer
必填
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The burndown summary of tasks for project

GET
/api/v1/analysis/task/project/{projectId}/burndown

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

projectId*

Project id

类型integer
必填
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks progress

GET
/api/v1/analysis/task/progress/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks processing efficiency

GET
/api/v1/analysis/task/processing/efficiency/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of overdue tasks assessment

GET
/api/v1/analysis/task/overdue/assessment/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks lead time

GET
/api/v1/analysis/task/leadtime/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks growth trend

GET
/api/v1/analysis/task/growth/trend/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks failure assessment

GET
/api/v1/analysis/task/failure/assessment/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The count of task statistics

GET
/api/v1/analysis/task/count

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

id

Task id

类型integer
格式"int64"
projectId*

Task project id

类型integer
必填
格式"int64"
name

Task name

类型string
code

Task code

类型string
version

Version of software for the task

类型string
sprintId

Task sprint id

类型integer
格式"int64"
moduleId

Task module id

类型integer
格式"int64"
backlog

Backlog flag. true: Sprint backlog, false: Product backlog

类型boolean
targetId

The scenario or api ID associated with the task

类型integer
格式"int64"
targetParentId

The scenario dir or services ID associated with the task

类型integer
格式"int64"
taskType

Task type

类型string
有效值
"REQUIREMENT""STORY""TASK""BUG""API_TEST""SCENARIO_TEST"
bugLevel

Bug level

类型string
有效值
"CRITICAL""MAJOR""MINOR""TRIVIAL"
testType

Task test type

类型string
有效值
"PERFORMANCE""FUNCTIONAL""STABILITY""CUSTOMIZATION"
assigneeId

Assignee id

类型integer
格式"int64"
confirmorId

Confirmor id

类型integer
格式"int64"
testerId

Tester id

类型integer
格式"int64"
missingBug

Missing bug flag

类型boolean
unplanned
类型boolean
tagId

Report id

类型integer
格式"int64"
priority

Task priority

类型string
有效值
"HIGHEST""HIGH""MEDIUM""LOW""LOWEST"
evalWorkload

Task eval workload

类型number
actualWorkload

Task actual workload

类型number
status

Task status

类型string
有效值
"PENDING""IN_PROGRESS""CONFIRMING""COMPLETED""CANCELED"
overdue

Whether the task is overdue

类型boolean
failNum

The number of tasks failures

类型integer
格式"int32"
totalNum

The number of tasks processed

类型integer
格式"int32"
execId

Execution id

类型integer
格式"int64"
execBy

Execution user id

类型integer
格式"int64"
execResult

Task execution result

类型string
有效值
"SUCCESS""FAIL"
startDate

Task start date

类型string
格式"date-time"
deadlineDate

Task deadline

类型string
格式"date-time"
confirmedDate

Task confirmed date

类型string
格式"date-time"
completedDate

Task completed date

类型string
格式"date-time"
processedDate

Task processed date

类型string
格式"date-time"
canceledDate

Task canceled date

类型string
格式"date-time"
execDate

Task execution date

类型string
格式"date-time"
createdBy

Task creator

类型integer
格式"int64"
createdDate

Task creation date

类型string
格式"date-time"
lastModifiedBy

Task last modified user

类型integer
格式"int64"
lastModifiedDate

Task last modified date

类型string
格式"date-time"
admin

Required when app administrators query all projects

类型boolean
hasPermission

Required when the user query has the one permission project

类型string
有效值
"MODIFY_SPRINT""DELETE_SPRINT""ADD_TASK""MODIFY_TASK""DELETE_TASK""EXPORT_TASK""RESTART_TASK""REOPEN_TASK""GRANT"
pageNo

Page data size, default 1, maximum 100000

类型integer
格式"int32"
最大值100000
最小值1
pageSize

Page data size, default 10, maximum 2000

类型integer
格式"int32"
最大值2000
最小值1
orderBy

Sort field

类型string
orderSort

Sorting method

类型string
有效值
"ASC""DESC"
filters[0].key

Filter field name

类型string
filters[0].op

Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)

类型string
有效值
"GREATER_THAN""LESS_THAN""GREATER_THAN_EQUAL""LESS_THAN_EQUAL""EQUAL""NOT_EQUAL""MATCH""MATCH_END""NOT_MATCH""NOT_MATCH_END""IN""NOT_IN""IS_NULL""IS_NOT_NULL"
filters[0].value

Filter value

filters[1].key

Filter field name

类型string
filters[1].op

Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)

类型string
有效值
"GREATER_THAN""LESS_THAN""GREATER_THAN_EQUAL""LESS_THAN_EQUAL""EQUAL""NOT_EQUAL""MATCH""MATCH_END""NOT_MATCH""NOT_MATCH_END""IN""NOT_IN""IS_NULL""IS_NOT_NULL"
filters[1].value

Filter value

filters[2].key

Filter field name

类型string
filters[2].op

Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)

类型string
有效值
"GREATER_THAN""LESS_THAN""GREATER_THAN_EQUAL""LESS_THAN_EQUAL""EQUAL""NOT_EQUAL""MATCH""MATCH_END""NOT_MATCH""NOT_MATCH_END""IN""NOT_IN""IS_NULL""IS_NOT_NULL"
filters[2].value

Filter value

infoScope

Query information scope

类型string
有效值
"BASIC""DETAIL"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Export the count of task statistics

GET
/api/v1/analysis/task/count/export

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

id

Task id

类型integer
格式"int64"
projectId*

Task project id

类型integer
必填
格式"int64"
name

Task name

类型string
code

Task code

类型string
version

Version of software for the task

类型string
sprintId

Task sprint id

类型integer
格式"int64"
moduleId

Task module id

类型integer
格式"int64"
backlog

Backlog flag. true: Sprint backlog, false: Product backlog

类型boolean
targetId

The scenario or api ID associated with the task

类型integer
格式"int64"
targetParentId

The scenario dir or services ID associated with the task

类型integer
格式"int64"
taskType

Task type

类型string
有效值
"REQUIREMENT""STORY""TASK""BUG""API_TEST""SCENARIO_TEST"
bugLevel

Bug level

类型string
有效值
"CRITICAL""MAJOR""MINOR""TRIVIAL"
testType

Task test type

类型string
有效值
"PERFORMANCE""FUNCTIONAL""STABILITY""CUSTOMIZATION"
assigneeId

Assignee id

类型integer
格式"int64"
confirmorId

Confirmor id

类型integer
格式"int64"
testerId

Tester id

类型integer
格式"int64"
missingBug

Missing bug flag

类型boolean
unplanned
类型boolean
tagId

Report id

类型integer
格式"int64"
priority

Task priority

类型string
有效值
"HIGHEST""HIGH""MEDIUM""LOW""LOWEST"
evalWorkload

Task eval workload

类型number
actualWorkload

Task actual workload

类型number
status

Task status

类型string
有效值
"PENDING""IN_PROGRESS""CONFIRMING""COMPLETED""CANCELED"
overdue

Whether the task is overdue

类型boolean
failNum

The number of tasks failures

类型integer
格式"int32"
totalNum

The number of tasks processed

类型integer
格式"int32"
execId

Execution id

类型integer
格式"int64"
execBy

Execution user id

类型integer
格式"int64"
execResult

Task execution result

类型string
有效值
"SUCCESS""FAIL"
startDate

Task start date

类型string
格式"date-time"
deadlineDate

Task deadline

类型string
格式"date-time"
confirmedDate

Task confirmed date

类型string
格式"date-time"
completedDate

Task completed date

类型string
格式"date-time"
processedDate

Task processed date

类型string
格式"date-time"
canceledDate

Task canceled date

类型string
格式"date-time"
execDate

Task execution date

类型string
格式"date-time"
createdBy

Task creator

类型integer
格式"int64"
createdDate

Task creation date

类型string
格式"date-time"
lastModifiedBy

Task last modified user

类型integer
格式"int64"
lastModifiedDate

Task last modified date

类型string
格式"date-time"
admin

Required when app administrators query all projects

类型boolean
hasPermission

Required when the user query has the one permission project

类型string
有效值
"MODIFY_SPRINT""DELETE_SPRINT""ADD_TASK""MODIFY_TASK""DELETE_TASK""EXPORT_TASK""RESTART_TASK""REOPEN_TASK""GRANT"
pageNo

Page data size, default 1, maximum 100000

类型integer
格式"int32"
最大值100000
最小值1
pageSize

Page data size, default 10, maximum 2000

类型integer
格式"int32"
最大值2000
最小值1
orderBy

Sort field

类型string
orderSort

Sorting method

类型string
有效值
"ASC""DESC"
filters[0].key

Filter field name

类型string
filters[0].op

Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)

类型string
有效值
"GREATER_THAN""LESS_THAN""GREATER_THAN_EQUAL""LESS_THAN_EQUAL""EQUAL""NOT_EQUAL""MATCH""MATCH_END""NOT_MATCH""NOT_MATCH_END""IN""NOT_IN""IS_NULL""IS_NOT_NULL"
filters[0].value

Filter value

filters[1].key

Filter field name

类型string
filters[1].op

Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)

类型string
有效值
"GREATER_THAN""LESS_THAN""GREATER_THAN_EQUAL""LESS_THAN_EQUAL""EQUAL""NOT_EQUAL""MATCH""MATCH_END""NOT_MATCH""NOT_MATCH_END""IN""NOT_IN""IS_NULL""IS_NOT_NULL"
filters[1].value

Filter value

filters[2].key

Filter field name

类型string
filters[2].op

Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)

类型string
有效值
"GREATER_THAN""LESS_THAN""GREATER_THAN_EQUAL""LESS_THAN_EQUAL""EQUAL""NOT_EQUAL""MATCH""MATCH_END""NOT_MATCH""NOT_MATCH_END""IN""NOT_IN""IS_NULL""IS_NOT_NULL"
filters[2].value

Filter value

infoScope

Query information scope

类型string
有效值
"BASIC""DETAIL"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks core KPI

GET
/api/v1/analysis/task/core/kpi/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of tasks burndown

GET
/api/v1/analysis/task/burndown/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of bug type tasks

GET
/api/v1/analysis/task/bug/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The overview of backlogged tasks

GET
/api/v1/analysis/task/backlogged/overview

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
orgType

Analysis organization type

类型string
有效值
"USER""DEPT""GROUP"
orgId

Analysis organization id

类型integer
格式"int64"
startTime

Analysis data start time

类型string
格式"date-time"
endTime

Analysis data end time

类型string
格式"date-time"
containsUserAnalysis

Contains assignee analysis, default true

类型boolean
containsDataDetail

Contains data details, default true

类型boolean

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The work summary of tasks for assignee

GET
/api/v1/analysis/task/assignee/work/summary

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
userId*

Query work user ID

类型integer
必填
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The progress of tasks for assignee

GET
/api/v1/analysis/task/assignee/progress

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*
类型integer
必填
格式"int64"
sprintId
类型integer
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The count of tasks statistics for assignee

GET
/api/v1/analysis/task/assignee/count

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*
类型integer
必填
格式"int64"
sprintId
类型integer
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

The burndown summary of tasks for assignee

GET
/api/v1/analysis/task/assignee/burndown

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
格式"int64"
sprintId

Sprint id

类型integer
格式"int64"
userId*

Query work user ID

类型integer
必填
格式"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.