This function takes a json input table generated from the Github API, and creates an issue table with the fields number, title, labels, milestone, pull_request, and assignee. The table is returned as an html table grouped by milestone.

create_issue_table(json_input)

Arguments

json_input

A json table generated from the Github API.

Value

A html table of issues.