john_hwang
05/03/2022, 7:14 AMdetails = []
projects = requests.get(f"{url}/api/projects/search).json()
for project in projects:
    response = requests.get(f"{url}/api/{project}/detail).json()
    for detail in response:
        details.append(detail)
return {"details": details}visch
05/03/2022, 1:36 PMproject_detailsproject_details )john_hwang
05/03/2022, 5:08 PMvisch
05/03/2022, 5:23 PMjohn_hwang
05/03/2022, 5:35 PMget_child_contextvisch
05/03/2022, 5:35 PMpath = "/groups/{group_id}/epics/{epic_iid}/issues"visch
05/03/2022, 5:35 PMjohn_hwang
05/03/2022, 5:36 PMvisch
05/03/2022, 5:36 PMvisch
05/03/2022, 5:36 PMvisch
05/03/2022, 5:37 PMvisch
05/03/2022, 5:37 PMvisch
05/03/2022, 5:37 PMjohn_hwang
05/03/2022, 5:56 PMvisch
05/03/2022, 5:56 PMget_records()visch
05/03/2022, 5:57 PMvisch
05/03/2022, 5:57 PMjohn_hwang
05/03/2022, 5:59 PM