Marc Potter Publish High/Low Requirement Report Publishes the High/Low Requirement Traceability Report
function oseeAppStart(oseeAppParams) { var branch = oseeAppParams["selected_branch"]; var csvTypes = oseeAppParams["selected_types"]; var publishUri = "..?branch=" + encodeURI(branch) + "&selected_types=" + encodeURI(csvTypes); window.location.assign(window.location.href + "/" + publishUri); }