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

Submilestones missing from get_milestone #25

Open
fabiohast opened this issue Sep 8, 2017 · 1 comment
Open

Submilestones missing from get_milestone #25

fabiohast opened this issue Sep 8, 2017 · 1 comment

Comments

@fabiohast
Copy link

Hi everyone!

The milestones field (submilestones of a given milestone) is missing in get_milestone request.

image

Btw thanks for creating this great tool, it has helped me a lot!!

@BrianChristman
Copy link

@kunal546
@fabiohast
Any updates on this getting fixed?

I'm not seeing that this library has support for returning the list of submilestones.

TestRail states that their get_milestone should return a list of submilestones
https://www.gurock.com/testrail/docs/api/reference/milestones/#getmilestone

Using Postman
https://x.testrail.io/index.php?/api/v2/get_milestone/62

{
"id": 62,
"name": "2022Q1",
"description": null,
"start_on": 1641945600,
"started_on": null,
"is_started": false,
"due_on": 1649116800,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": null,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/62",
"milestones": [
{
"id": 64,
"name": "2022Q1-1",
"description": null,
"start_on": 1641945600,
"started_on": null,
"is_started": false,
"due_on": 1643068800,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": 62,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/64"
},
{
"id": 65,
"name": "2022Q1-2",
"description": null,
"start_on": 1643155200,
"started_on": null,
"is_started": false,
"due_on": 1644278400,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": 62,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/65"
},
{
"id": 66,
"name": "2022Q1-3",
"description": null,
"start_on": 1644364800,
"started_on": null,
"is_started": false,
"due_on": 1645488000,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": 62,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/66"
},
{
"id": 67,
"name": "2022Q1-4",
"description": null,
"start_on": 1645574400,
"started_on": null,
"is_started": false,
"due_on": 1646697600,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": 62,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/67"
},
{
"id": 68,
"name": "2022Q1-5",
"description": null,
"start_on": 1646784000,
"started_on": null,
"is_started": false,
"due_on": 1647907200,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": 62,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/68"
},
{
"id": 69,
"name": "2022Q1-IP",
"description": null,
"start_on": 1647993600,
"started_on": null,
"is_started": false,
"due_on": 1649116800,
"is_completed": false,
"completed_on": null,
"project_id": 6,
"parent_id": 62,
"refs": null,
"url": "https://x.testrail.io/index.php?/milestones/view/69"
}
]
}

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

No branches or pull requests

3 participants