Leiga
  1. Epic Module(epic)
Leiga
  • Authorize Module(authorize)
    • Get Permanent Token
      POST
    • Get Access Token
      POST
    • Refresh Access Token
      POST
  • User Module(user)
    • Get project member list (without pagination)
      GET
    • Get Project member list (with pagination)
      GET
    • Add Project Members
      POST
    • Remove Project Members
      DELETE
  • Organization Module(org)
    • Get Organization Users (with pagination)
      GET
    • Enable Organization User
      POST
    • Disable Organization User
      POST
    • Remove Organization User
      DELETE
  • Project Module(project)
    • Get Project Template List
      GET
    • Get Project List
      GET
    • Get Project Overview Template
      GET
    • New Project
      POST
    • Update Project
      PATCH
    • Get Project Information By Project Key
      GET
    • Get Project Information
      GET
    • Change Project Members Role
      POST
    • Get Project Roles
      GET
    • Get Project Roles
      POST
  • Issue Module(issue)
    • Get Issue Type List
    • Get Issue Scheme
    • Get Issue Fields
    • Get Issue Field Detail
    • Batch Add Issue
    • New Issue
    • Batch Update Issue
    • Update Issue
    • Get Issue Detail V2
    • Get Issue Detail
    • Get Issue Detail By Issue Number
    • Remove Issue
    • Batch Remove Issue
    • Query Issue List
    • Query Issue List V2
    • Get Project Issue Filter Fields
    • Get Issue Select Options
    • Get Issue Relations
    • Add Issue Relation
    • Remove Issue Relation
    • Batch Add Subtasks
    • Remove Subtask
    • Update Subtask
    • Get Subtask List
    • Update Subtask Status
    • Get Subtask Field List
    • Add Labour Record
    • Update Labour Record
    • Remove Labour Record
    • Labour Record List
    • Get Trash Select Option List(The free version does not support)
    • Get Trash List(The free version does not support)
    • Restore Issue(The free version does not support)
    • Get Finished Issue List
  • Sprint Module(sprint)
    • New Sprint
    • Update Sprint
    • Remove Sprint
    • Get Sprint Detail
    • Get Project Sprint List
  • Workflow Module(workflow)
    • Query Project Workflow List
    • Get State Transition List
  • Tag Module(tag)
    • New Tag
    • Update Tag
    • Remove Tag
    • Get Tag List
  • Epic Module(epic)
    • Epic Filter Options
      GET
    • Get Epic List
      POST
    • Epic Related Issue List
      POST
    • Get Epic Field List
      GET
    • Get Epic Field Detail
      GET
    • New Epic
      POST
    • Update Epic
      POST
    • Remove Epic
      POST
    • Get Epic Detail
      GET
    • Add Issues To Epic
      POST
  • Version Module(version)
    • Get Version Status List
    • Get Version Owner Options
    • Get Version List
    • New Version
    • Update Version
    • Remove Version
    • Release Version
    • Cancel Release Version
    • Archive Version
    • Cancel Archive Version
    • Get Version Details
    • Add Issue To Version
    • Remove Issue From Version
    • Version Related Issue List
  • Webhook Module(webhook)
    • Get Webhook Type List
    • Get Webhook Event List
    • New Webhook
    • Remove Webhook
    • Update Webhook
    • Get Webhook Detail
    • Query Webhook List
  • Comment Module(comment)
    • New Comment
    • Update Comment
    • Remove Comment
    • Get Comment List
    • Update Comment Sticker
    • List Comment Sticker
  • File Module(file)
    • Upload File
    • Download File
    • Remove File
    • Get File List
    • Bind File
  • Personal Message Module(msg)
    • Get Personal Message List
  1. Epic Module(epic)

Get Epic Detail

GET
https://app.leiga.com/openapi/api/epic/detail
Epic Module(epic)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.leiga.com/openapi/api/epic/detail?id=1' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
Response Response Example
{
    "code": "0",
    "data": {
        "data": {
            "issueNumber": 1,
            "customfield_25650076": "1",
            "priorityVO": {
                "sequence": 5,
                "color": "#fd612c",
                "name": "Highest",
                "description": "xx",
                "id": 1,
                "iconUrl": ""
            },
            "ownerVO": {
                "name": "xxx",
                "departVOs": [
                    {
                        "departId": 1
                    }
                ],
                "id": 70703981,
                "avatar": "xxx",
                "userType": 1,
                "orgUserId": 1,
                "accountEnabled": 1
            },
            "issueTypeId": 2,
            "updateBy": 2,
            "labelVO": [
                {
                    "color": "#333333",
                    "name": "xxx2",
                    "id": 2,
                    "labelName": "xxx1"
                },
                {
                    "color": "#333333",
                    "name": "xxx",
                    "id": 20715114,
                    "labelName": "xxx3"
                },
                {
                    "color": "#333333",
                    "name": "xxx",
                    "id": 2,
                    "labelName": "xxx"
                }
            ],
            "id": 2,
            "owner": 1,
            "summary": "xxx",
            "customfield_25650081": "1620000000",
            "customfield_25760192": "1",
            "follows": [
                1
            ],
            "label": [
                1,
                2,
                3
            ],
            "priority": 1,
            "updateByVO": {
                "name": "xxx",
                "id": 1
            },
            "assigneeVO": {
                "name": "xxx",
                "id": 15
            },
            "createBy": 3265191,
            "statusVO": {
                "stateName": "xxx",
                "name": "xxx",
                "stateCategory": 2,
                "id": 6965107
            },
            "customfield_25640242": "xxx",
            "createByVO": {
                "name": "xxx",
                "id": 3265191
            },
            "issueTypeIdVO": {
                "selectId": 1,
                "code": "story",
                "name": "xxx",
                "description": "",
                "id": 6965292,
                "iconUrl": "xxx",
                "source": "custom",
                "selected": false,
                "originName": "xxx"
            },
            "assignee": 15,
            "followsVO": [
                {
                    "name": "xxx",
                    "id": 1,
                    "avatar": "xxx"
                }
            ],
            "projectId": 1,
            "workflowId": 1,
            "status": 1
        },
        "createTime": 1618317796020,
        "updateTime": 1618457316414,
        "id": 1,
        "projectId": 1
    }
}

Request

Query Params
id
integer <int64>
required
Epic ID
Example:
1
Header Params
Content-Type
string 
required
Example:
application/json
accessToken
string 
required
Example:
{{accessToken}}

Responses

🟢200OK
application/json
Body
data
object 
optional
Epic Field Values
createTime
string <date>
optional
Creation Time
updateTime
string <date>
optional
Last Update Time
id
integer <int64>
optional
Epic ID
projectId
integer <int64>
optional
Project ID
Previous
Remove Epic
Next
Add Issues To Epic
Built with