Get Epic Field List
GET
/epic/epic-fieldsRequest
Query Params
projectId
integer <int64>
required
Project ID
Example:
1
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
fields
array [object {2}]
optional
Field List
fieldName
string
optional
Field Name
fieldCode
string
optional
Field Code
Example
{
"code": "0",
"data": {
"fields": [
{
"fieldName": "xxx",
"fieldCode": "assignee"
},
{
"fieldName": "yyy",
"fieldCode": "summary"
}
]
}
}
Last modified: 7 months ago