We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone!
The milestones field (submilestones of a given milestone) is missing in get_milestone request.
Btw thanks for creating this great tool, it has helped me a lot!!
The text was updated successfully, but these errors were encountered:
@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" } ] }
Sorry, something went wrong.
No branches or pull requests
Hi everyone!
The milestones field (submilestones of a given milestone) is missing in get_milestone request.
Btw thanks for creating this great tool, it has helped me a lot!!
The text was updated successfully, but these errors were encountered: