Search found 4 matches

by rnm
24 Mar 2023, 06:39
Forum: Help
Topic: Add a table in description of issue
Replies: 2
Views: 2438

Re: Add a table in description of issue

create a file name config\config_inc.php
And add this

$g_default_bug_description = '[table]
[tr]
[th]Name[/th]
[th]Age[/th]
[/tr]
[tr]
[td]John[/td]
[td]65[/td]
[/tr]
[tr]
[td]Gitte[/td]
[td]40[/td]
[/tr]
[tr]
[td]Sussie[/td]
[td]19[/td]
[/tr]
[/table]';


It will show as default template for ...
by rnm
19 Mar 2023, 09:24
Forum: Help
Topic: Default fields mandatory
Replies: 2
Views: 6192

Re: Default fields mandatory

I do something like this today by mandatory the product_version and target_version. I just do this.

// File: \core\custom_function_api.php
function custom_function_default_issue_create_validate( BugData $p_new_issue_data ) {
// print "<pre>"; print_r($p_new_issue_data); print "</pre>";
$f_target ...
by rnm
18 Mar 2023, 16:36
Forum: General Discussion
Topic: Tag user/people by using `@`
Replies: 2
Views: 8869

Re: Tag user/people by using `@`

Hi @atrol , thanks. That is what I wanted.
by rnm
18 Mar 2023, 09:13
Forum: General Discussion
Topic: Tag user/people by using `@`
Replies: 2
Views: 8869

Tag user/people by using `@`

Is there any built-in or plugin function that I can tag existing user/people on mantisbt. It will also good if they get notification.