Search found 61 matches

by sintaq
09 Aug 2023, 15:03
Forum: Customizations
Topic: Select resolution when closing multiple tickets via bug actiongroup
Replies: 3
Views: 9336

Select resolution when closing multiple tickets via bug actiongroup

As per topic.

Looking for any plugin / customization that allow user to select resolution when closing multiple tickets via bug actiongroup

If none, some direction for me to start custom code. Thanks
by sintaq
08 Jun 2023, 15:48
Forum: Customizations
Topic: Remove related to from relationship
Replies: 1
Views: 2585

Remove related to from relationship

Hi,
Am trying to look for a way to remove only "related to" from standard out of the box relationship. Appreciate if you guys can shed me some lights. Thanks
by sintaq
10 Apr 2023, 15:12
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Re: Custom Resolution per project

@atrol

how am I supposed to do that? please guide. thanks
by sintaq
06 Apr 2023, 22:01
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Re: Custom Resolution per project

to add, i also need to create additional configuration report as below to complement the above steps

bug_reopen_resolution integer 100
default_bug_resolution integer 100
by sintaq
06 Apr 2023, 18:01
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Re: Custom Resolution per project

@atrol Am able to get it to work. yeayy~~~ For the others reference, this the steps needed 1) Configure new configuration Configuration Report for the selected project 2) Define the value accordingly. Its important to use different number than existing resolution. (this was my earlier mistake) Manti...
by sintaq
04 Apr 2023, 16:56
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Re: Custom Resolution per project

getLocalizedLabel

something wrong here?
by sintaq
03 Apr 2023, 01:21
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Re: Custom Resolution per project

@atrol Having tried, the description of the customized Resolution per project doesnt display as expected. It seems to just following standard Mantis's resolution description What have been configured 10:open,20:Completed,30:reopened,90:drop What appeared 10:open,20:fixed,30:reopened,40:unable to dup...
by sintaq
30 Mar 2023, 15:52
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Re: Custom Resolution per project

@amphetamine @atrol Thanks but I'm not quite understand the Guide. Is it that I need to set it via Manage Configuration > Create new option with below details? username = All Users Project name = Project 2 (assuming Project 1 will be using standard Resolution) Configuration option = resolution_enum_...
by sintaq
25 Mar 2023, 18:55
Forum: Customizations
Topic: Custom Resolution per project
Replies: 11
Views: 3938

Custom Resolution per project

Anyway to custom resolution per project?

Project 1
  • Resolution = Fixed, No change Required
Project 2
  • Resolution = Completed, Drop
by sintaq
06 Jan 2023, 11:13
Forum: Customizations
Topic: Plugin to quick update Resolution / Category at the View page
Replies: 2
Views: 3256

Plugin to quick update Resolution / Category at the View page

Is there any plugin that allow user to quick update Resolution / Category at the View page. Just like Change Status, which came out of the box in Mantis.

Thanks
by sintaq
03 Dec 2021, 01:47
Forum: General Discussion
Topic: Function to load Assign To user or handler id
Replies: 4
Views: 3846

Re: Function to load Assign To user or handler id

@cas

so far, project_get_all_user_rows function is where i need to custom.

will get in touch if i need more help. you rawwkkkk
by sintaq
02 Dec 2021, 16:10
Forum: General Discussion
Topic: Function to load Assign To user or handler id
Replies: 4
Views: 3846

Re: Function to load Assign To user or handler id

@cas

thanks. appreciated it.
bring me to the project_get_all_user_rows and beyond~~~~~~~~
by sintaq
02 Dec 2021, 08:25
Forum: General Discussion
Topic: Function to load Assign To user or handler id
Replies: 4
Views: 3846

Function to load Assign To user or handler id

Hi,
Am doing some small customization at my installation but having problem to identify function used to load the handler id. I need to understand how system load the handler id in order to proceed with my customization.

Any idea where I should look at? Appreciate the guide. Thanks