Page 1 of 1

My View boxes - feedback, verify

Posted: 23 May 2017, 10:34
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

Re: My View boxes - feedback, verify

Posted: 23 May 2017, 14:07
by atrol
FEEDBACK: All issues where status is set to FEEDBACK
VERIFIY: All issues that are reported by yourself and status is RESOLVED

Re: My View boxes - feedback, verify

Posted: 23 May 2017, 14:23
by postbluecz
Thank you! I can work with that.

Re: My View boxes - feedback, verify

Posted: 25 May 2017, 06:28
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?

Re: My View boxes - feedback, verify

Posted: 25 May 2017, 07:51
by postbluecz
Well, I am sorry, after two days with no change whatsoever, it started to work automagically.