Prints id of all passed tasks in Json file using bash
I have a Json file like below, { "tasks": [ { "id": "nightly_1652299200", "repo": "tx/tx5", "branch": "dev", "type": "HealthCheck", "started_on": "2022-05-11 23:00:00 +0300 EEST", "state": "Running", "top_sha": "10143120c12cd506fca5a466a7c6b27e7cb35b18", "tested_shas": null, "self_url": "tx/tx5/10143120c12cd506fca5a466a7c6b27e7cb35b18", "is_public": true }, { "id": "1652298808", "repo": "tx/tx3d", "branch": "6.3", "type": "Integration", "started_on": "2022-05-11 22:53:28 +0300 EEST", "state": "Passed", "top_sha": "40ca8db14a8ddd082270a81e895bf01048949ec4", "tested_shas": null,… Read More Prints id of all passed tasks in Json file using bash