Inside the function I created to list the bugs for a specific user (bugs assigned to that user or bugs where the user is the one reporting) and a specific project, I am using the following functions:
$t_filter = filter_get_default();
if( $p_user_id == 0 ) {
$t_filter[FILTER_PROPERTY_HANDLER_ID ...
Search found 22 matches
- 15 Mar 2024, 22:29
- Forum: Customizations
- Topic: I need a filter where i can bring the bugs from a specific project and a specific user
- Replies: 8
- Views: 19831
- 11 Mar 2024, 19:34
- Forum: Customizations
- Topic: I need a filter where i can bring the bugs from a specific project and a specific user
- Replies: 8
- Views: 19831
Re: I need a filter where i can bring the bugs from a specific project and a specific user
we are creating a function, not using the filters on the view
we are using the following variables:
$t_filter[FILTER_PROPERTY_REPORTER_ID] and $t_filter[FILTER_PROPERTY_HANDLER_ID]
I want to know which variable you are using in the "any condition".
we are using the following variables:
$t_filter[FILTER_PROPERTY_REPORTER_ID] and $t_filter[FILTER_PROPERTY_HANDLER_ID]
I want to know which variable you are using in the "any condition".
- 11 Mar 2024, 19:16
- Forum: Customizations
- Topic: I need a filter where i can bring the bugs from a specific project and a specific user
- Replies: 8
- Views: 19831
Re: I need a filter where i can bring the bugs from a specific project and a specific user
Umm, I don't understand what you are telling me. Can you please be more specific?
- 08 Mar 2024, 22:10
- Forum: Customizations
- Topic: I need a filter where i can bring the bugs from a specific project and a specific user
- Replies: 8
- Views: 19831
Re: I need a filter where i can bring the bugs from a specific project and a specific user
Hello good afternoon,
I did use that advanced filtering functionality but it does not solve my problem. The problem is that when the filter is made placing the same person as informant and at the same time as who has assigned the bug it shows me the cases that meet that restriction, I guess the ...
I did use that advanced filtering functionality but it does not solve my problem. The problem is that when the filter is made placing the same person as informant and at the same time as who has assigned the bug it shows me the cases that meet that restriction, I guess the ...
- 29 Feb 2024, 23:08
- Forum: Customizations
- Topic: I need a filter where i can bring the bugs from a specific project and a specific user
- Replies: 8
- Views: 19831
I need a filter where i can bring the bugs from a specific project and a specific user
I need a filter where I can bring the bugs from a specific project and a specific user, the current version allows me to filter by project and user who made the report in: filter_create_reported_by( $p_project_id, $p_user_id ); and filter by project and user who has assigned the bug in: filter ...
- 10 Jan 2024, 22:55
- Forum: Help
- Topic: Issues in export to excel (.xlsx)
- Replies: 2
- Views: 17655
Issues in export to excel (.xlsx)
Hello, using the "export excel" function in the view "/view_all_bug_page.php" downloads an .xml file, the question is why it does not download an .xls format.
- 10 Jan 2024, 21:47
- Forum: Help
- Topic: Delete button
- Replies: 1
- Views: 12846
- 10 Jan 2024, 19:54
- Forum: Help
- Topic: where are these buttons?
- Replies: 1
- Views: 13438
where are these buttons?
These buttons appear when I want to see the assigned cases of a specific person.
https://ibb.co/nrPMmTg
https://ibb.co/nrPMmTg
- 21 Dec 2023, 21:20
- Forum: Customizations
- Topic: Remove Button
- Replies: 3
- Views: 34268
- 18 Dec 2023, 22:07
- Forum: Help
- Topic: Remove Button
- Replies: 1
- Views: 15172
Remove Button
Wich is the code to remove this button?
This is the image = https://ibb.co/Sswmq77
It is located in " view_all_bug_page"
This is the image = https://ibb.co/Sswmq77
It is located in " view_all_bug_page"
- 18 Dec 2023, 14:00
- Forum: Help
- Topic: Remove buttons
- Replies: 3
- Views: 15526
Re: Remove buttons
this code did not work : $g_stored_query_create_shared_threshold.
What other option is there?

What other option is there?
- 15 Dec 2023, 21:32
- Forum: Customizations
- Topic: modify personalization
- Replies: 1
- Views: 16819
modify personalization
Hello, in which file can these types of customizations be modified?
I want to modify the years that appear in the select.
This is the image: https://ibb.co/RhM8sR2
I want to modify the years that appear in the select.
This is the image: https://ibb.co/RhM8sR2
- 14 Dec 2023, 16:01
- Forum: Help
- Topic: Remove buttons
- Replies: 3
- Views: 15526
- 13 Dec 2023, 16:47
- Forum: Help
- Topic: Remove bold titles in " bug_report_page.php "
- Replies: 1
- Views: 8422
Remove bold titles in " bug_report_page.php "
Hello, in "bug_report_page", I want the words (titles) "Subject", "Description" and "Upload files" to not appear in bold.
How do I do it? Where is the code?
How do I do it? Where is the code?
- 13 Dec 2023, 14:40
- Forum: Help
- Topic: Remove drop-down menu
- Replies: 10
- Views: 15999
Re: Remove drop-down menu
It worked for me! thank you very much for your help!
