Is there a way to hide any report that is a child of another?
If it's a child, then hide it from changelog, and roadmap.
Thanks in advance.
Moderators: Developer, Contributor
# --------------------
# Checks the provided bug and determines whether it should be included in the roadmap or not.
# returns true: to include, false: to exclude.
function custom_function_override_roadmap_include_issue( $p_issue_id ) {
return ( true );
}Users browsing this forum: No registered users and 4 guests