My View boxes - feedback, verify

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
postbluecz
Posts: 5
Joined: 23 May 2017, 10:18

My View boxes - feedback, verify

Post by postbluecz »

Hello,
I have shown new boxes on My View using this code:

Code: Select all

$g_my_view_boxes = array(
	'assigned'      => '5',
	'unassigned'    => '5',
	'reported'      => '5',
	'resolved'      => '5',
	'recent_mod'    => '5',
	'monitored'     => '5',
	'feedback'      => '5',
	'verify'        => '5',
	'my_comments'   => '5'
);
My question is - how do I get tickets to boxes FEEDBACK and VERIFY? What conditions apply to these statuses?

Thanks

Tom
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: My View boxes - feedback, verify

Post by atrol »

FEEDBACK: All issues where status is set to FEEDBACK
VERIFIY: All issues that are reported by yourself and status is RESOLVED
Please use Search before posting and read the Manual
postbluecz
Posts: 5
Joined: 23 May 2017, 10:18

Re: My View boxes - feedback, verify

Post by postbluecz »

Thank you! I can work with that.
postbluecz
Posts: 5
Joined: 23 May 2017, 10:18

Re: My View boxes - feedback, verify

Post by postbluecz »

Well, it seems to not work that way. I just can´t get tickets to show in that boxes. I presume that changing that would take some source code editing, right?
postbluecz
Posts: 5
Joined: 23 May 2017, 10:18

Re: My View boxes - feedback, verify

Post by postbluecz »

Well, I am sorry, after two days with no change whatsoever, it started to work automagically.
Post Reply