Search found 23 matches

by serdaryildirim
07 Nov 2017, 06:15
Forum: EmailReporting
Topic: Send Submitted bug email to CC people
Replies: 5
Views: 8554

Re: Send Submitted bug email to CC people

I added that code, Submitted mail comes who submitted issue,

But submitted mail dont goes to CC people. I attached my email reporting configuration.
by serdaryildirim
06 Nov 2017, 13:32
Forum: EmailReporting
Topic: Send Submitted bug email to CC people
Replies: 5
Views: 8554

Re: Send Submitted bug email to CC people

How can i send Bug Submitted notification mails to people which are in CC ? Help pls
by serdaryildirim
06 Nov 2017, 08:18
Forum: EmailReporting
Topic: Send Submitted bug email to CC people
Replies: 5
Views: 8554

Send Submitted bug email to CC people

Hello

I send an email
TO : Ali
CC : Veli

The bug submitted, "Bug Submitted" email comes to Ali.

How can i send Bug Submitted email to Veli ?
I want to send "Bug Submitted" notification mail to CC people.

My config
// Add users from Cc and To field in mail header
'mail_add_users_from_cc_to ...
by serdaryildirim
02 Nov 2017, 13:48
Forum: Help
Topic: Make bug note enforced when solving an issue
Replies: 2
Views: 2415

Make bug note enforced when solving an issue

Hello

How to make bug note enforced when solving an issue ?

It must not be empty, people must write something about that issue ok ?
by serdaryildirim
18 Oct 2017, 14:07
Forum: Help
Topic: Dont want to get mail which i solved issues
Replies: 2
Views: 2511

Dont want to get mail which i solved issues

Hello

Mantis send emails , ISSUE CREATED, ISSUE ASSINGED etc.

I dont want to get mail whcih i solved.
Because issue was assinged to me , i solved it, i dont want to get notification email.

Also
I created an issue, and assing it to me, then i solved it, i dont want to get notification email ...
by serdaryildirim
18 Oct 2017, 14:01
Forum: EmailReporting
Topic: Email Reporting Send Bug Assinged
Replies: 3
Views: 5511

Re: Email Reporting Send Bug Assinged

It should be ON, i know it

// Add users from Cc and To field in mail header
'mail_add_users_from_cc_to' => ON,

İt is ON but mails are not goes to people which are in CC

Thanks
by serdaryildirim
13 Oct 2017, 13:59
Forum: EmailReporting
Topic: Email Reporting Send Bug Assinged
Replies: 3
Views: 5511

Email Reporting Send Bug Assinged

How can i send "Bug Assigned" emails to people who are in CC
by serdaryildirim
16 Jan 2017, 13:29
Forum: EmailReporting
Topic: How to change status when i add note via email reporting
Replies: 13
Views: 18677

Re: How to change status when i add note via email reporting

I mean ;
An issue has a status of feedback,
An email send to the reporter for "add bugnote please for your isssue",

But user not opens the issue from his mantis account ,
User REPLYs by email (outlook,hotmail etc.)
The bugnote is added to that issue. it is OK
But the status not changes, it is ...
by serdaryildirim
14 Jan 2017, 10:56
Forum: EmailReporting
Topic: How to change status when i add note via email reporting
Replies: 13
Views: 18677

Re: How to change status when i add note via email reporting

We upgrade the plugin Email Reporting 0.9.3
And Upgrade mantis Core 2.0

there is no line like below in config_defaults.inc.php

$t_bug_data = new BugData;
+ // MantisBT 1.3.x function
+ if ( method_exists( $t_bug_data, 'process_mentions' ) )
+ {
+ $t_bug_data->process_mentions();
+ }

So the ...
by serdaryildirim
13 Jan 2017, 12:43
Forum: Help
Topic: Mantis send the link as .../css/view.php?id=13738
Replies: 3
Views: 4284

Re: Mantis send the link as .../css/view.php?id=13738

1- I assinged a issue to X user.
2- Mantis send mail to X user's mail.
3- X user opens mail and REPLYs a note, and send.
4- Mantis added note to issue,
5-Then Mantis send me the issue link as http://www.abcde.com/css/view.php?id=15769

Why mantis added CSS/ to link,

Thanks
by serdaryildirim
04 Jan 2017, 05:54
Forum: Help
Topic: Mantis send the link as .../css/view.php?id=13738
Replies: 3
Views: 4284

Mantis send the link as .../css/view.php?id=13738

Hello

Bug mails send to the mail adresses when it's status change, it is ok but ,

some of the links in inbox like this "www.....com/css/view.php?id=13738"

Why the "/CSS/" added to link,
So when i click to link i can not see the bug because of "/CSS/" in send link.
by serdaryildirim
14 Dec 2016, 11:53
Forum: Help
Topic: my_view_page, reported bugs without project
Replies: 6
Views: 6239

Re: my_view_page, reported bugs without project

OK, i found it, when i transport the issue another project,

if i have authority i can see the issues.

Another way is , in view_all_bug_page, selecting ALL_PROJECTS , and selecting your username for reporter. It Works. Like you said.

Thanks
by serdaryildirim
14 Dec 2016, 10:34
Forum: Help
Topic: my_view_page, reported bugs without project
Replies: 6
Views: 6239

Re: my_view_page, reported bugs without project

When i select ALL_PROJECTS i can not see the reported issues table.

i want to see the all issues which i reported in my view page.

ok step by step i tell;

- I reported an issue in X project , i see the issue in my view page. (Reported issues) left side of the table.
- After that i transport the ...