Search found 1 match

by RWarnecke
13 Apr 2018, 12:13
Forum: Customizations
Topic: More infos from mc_project_get_issue_headers
Replies: 0
Views: 3651

More infos from mc_project_get_issue_headers

Hello,

I want to add more infos in the result of the function mc_project_get_issue_headers. For example I had added these three lines

if( access_has_bug_level( config_get( 'roadmap_view_threshold' ), (int)$t_id ) ) {
$t_issue['target_version'] = mci_get_version( $p_issue_data->target_version ...