Manager asks to spy on others, should I agree to help?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
5
down vote
favorite
One of my managers told me he had no time to actually keep an eye on what is going on in the team. He asked me to be his "eyes and ears". I think "snitches get stitches" and don't want to ruin my relationships with the colleagues.
What should I do?
software-industry management software
suggest improvements |Â
up vote
5
down vote
favorite
One of my managers told me he had no time to actually keep an eye on what is going on in the team. He asked me to be his "eyes and ears". I think "snitches get stitches" and don't want to ruin my relationships with the colleagues.
What should I do?
software-industry management software
5
Your manager might have meant it benevolently... like they want you to be the team lead/manager since they're busy or otherwise want to groom you for the role.
– Telastyn
Mar 4 '15 at 21:25
5
Is there any context to this request? Are there known issues in the team for instance? Does the manager suspect inappropriate behavior? Slacking off? Or does the manager mean something more along the lines of helping him keep in touch with the heartbeat of the team and issues that the manager may be able to assist with resolving?
– Raze
Mar 4 '15 at 21:25
suggest improvements |Â
up vote
5
down vote
favorite
up vote
5
down vote
favorite
One of my managers told me he had no time to actually keep an eye on what is going on in the team. He asked me to be his "eyes and ears". I think "snitches get stitches" and don't want to ruin my relationships with the colleagues.
What should I do?
software-industry management software
One of my managers told me he had no time to actually keep an eye on what is going on in the team. He asked me to be his "eyes and ears". I think "snitches get stitches" and don't want to ruin my relationships with the colleagues.
What should I do?
software-industry management software
asked Mar 4 '15 at 21:23
etual
20718
20718
5
Your manager might have meant it benevolently... like they want you to be the team lead/manager since they're busy or otherwise want to groom you for the role.
– Telastyn
Mar 4 '15 at 21:25
5
Is there any context to this request? Are there known issues in the team for instance? Does the manager suspect inappropriate behavior? Slacking off? Or does the manager mean something more along the lines of helping him keep in touch with the heartbeat of the team and issues that the manager may be able to assist with resolving?
– Raze
Mar 4 '15 at 21:25
suggest improvements |Â
5
Your manager might have meant it benevolently... like they want you to be the team lead/manager since they're busy or otherwise want to groom you for the role.
– Telastyn
Mar 4 '15 at 21:25
5
Is there any context to this request? Are there known issues in the team for instance? Does the manager suspect inappropriate behavior? Slacking off? Or does the manager mean something more along the lines of helping him keep in touch with the heartbeat of the team and issues that the manager may be able to assist with resolving?
– Raze
Mar 4 '15 at 21:25
5
5
Your manager might have meant it benevolently... like they want you to be the team lead/manager since they're busy or otherwise want to groom you for the role.
– Telastyn
Mar 4 '15 at 21:25
Your manager might have meant it benevolently... like they want you to be the team lead/manager since they're busy or otherwise want to groom you for the role.
– Telastyn
Mar 4 '15 at 21:25
5
5
Is there any context to this request? Are there known issues in the team for instance? Does the manager suspect inappropriate behavior? Slacking off? Or does the manager mean something more along the lines of helping him keep in touch with the heartbeat of the team and issues that the manager may be able to assist with resolving?
– Raze
Mar 4 '15 at 21:25
Is there any context to this request? Are there known issues in the team for instance? Does the manager suspect inappropriate behavior? Slacking off? Or does the manager mean something more along the lines of helping him keep in touch with the heartbeat of the team and issues that the manager may be able to assist with resolving?
– Raze
Mar 4 '15 at 21:25
suggest improvements |Â
3 Answers
3
active
oldest
votes
up vote
7
down vote
accepted
You'd be happy to accept his official promotion to Supervisor/Team Leader, of course!
Now, let's talk about the pay rise commensurate with this new position and attached responsibilities. And of course, your official title which will be obvious to your colleagues, who will fully understand the role and avoid any implication of spying.
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
suggest improvements |Â
up vote
10
down vote
Literally "spying" on your colleagues and running back to your boss with complaints and reports of misbehavior is sure to cause problems, much like you already suspect.
Instead, take it as an opportunity to be a leader. When you see a colleague doing something that you know should be done differently, talk to him/her yourself, and try to fix the problem without involving your manager. That is certainly in the spirit of your manager's instructions to you, because you're helping operations run smoothly. At the same time, you won't be considered a "snitch" because you're handling problems at a lower level without involving the manager.
suggest improvements |Â
up vote
1
down vote
Use the opportunity to bring process and policy issues to his attention, and make a point to discuss areas where the team as a whole could use more support from X department. Focus on areas for improvement, and give credit where it's due when the team or an individual does something worth recognition. Avoid mentioning interdepartmental conflicts or going the gossip route. Suggest that in addition to you bringing issues to his attention, a biweekly or monthly department meeting be scheduled so that other employees also have time to bring their concerns or suggestions to his attention with feedback from the entire group.
Really though -- a manager who doesn't have time to follow what's going on within his team? That's what managers are SUPPOSED to do. That's the primary job duty of someone in that role. If he's spread thin with meetings and other deliverables it's time to promote someone to a senior/supervisor role so that it's clear to the rest of the people on the team there is someone "officially" in charge of handling day-to-day operations, who's a known throughput to the manager.
suggest improvements |Â
StackExchange.ready(function ()
$("#show-editor-button input, #show-editor-button button").click(function ()
var showEditor = function()
$("#show-editor-button").hide();
$("#post-form").removeClass("dno");
StackExchange.editor.finallyInit();
;
var useFancy = $(this).data('confirm-use-fancy');
if(useFancy == 'True')
var popupTitle = $(this).data('confirm-fancy-title');
var popupBody = $(this).data('confirm-fancy-body');
var popupAccept = $(this).data('confirm-fancy-accept-button');
$(this).loadPopup(
url: '/post/self-answer-popup',
loaded: function(popup)
var pTitle = $(popup).find('h2');
var pBody = $(popup).find('.popup-body');
var pSubmit = $(popup).find('.popup-submit');
pTitle.text(popupTitle);
pBody.html(popupBody);
pSubmit.val(popupAccept).click(showEditor);
)
else
var confirmText = $(this).data('confirm-text');
if (confirmText ? confirm(confirmText) : true)
showEditor();
);
);
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
You'd be happy to accept his official promotion to Supervisor/Team Leader, of course!
Now, let's talk about the pay rise commensurate with this new position and attached responsibilities. And of course, your official title which will be obvious to your colleagues, who will fully understand the role and avoid any implication of spying.
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
suggest improvements |Â
up vote
7
down vote
accepted
You'd be happy to accept his official promotion to Supervisor/Team Leader, of course!
Now, let's talk about the pay rise commensurate with this new position and attached responsibilities. And of course, your official title which will be obvious to your colleagues, who will fully understand the role and avoid any implication of spying.
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
suggest improvements |Â
up vote
7
down vote
accepted
up vote
7
down vote
accepted
You'd be happy to accept his official promotion to Supervisor/Team Leader, of course!
Now, let's talk about the pay rise commensurate with this new position and attached responsibilities. And of course, your official title which will be obvious to your colleagues, who will fully understand the role and avoid any implication of spying.
You'd be happy to accept his official promotion to Supervisor/Team Leader, of course!
Now, let's talk about the pay rise commensurate with this new position and attached responsibilities. And of course, your official title which will be obvious to your colleagues, who will fully understand the role and avoid any implication of spying.
answered Mar 4 '15 at 22:35
Jon Story
6,49022045
6,49022045
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
suggest improvements |Â
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
I was typing up a comment similar to your answer. The only way to make this right, in my opinion, is to get the arrangement out there. Make it known that the op is now the 'eyes and ears' of the manager, so noone can be surprised/feel betrayed when the op talks about them with the manager. And I agree, that should come with benefits.
– Godzillarissa
Mar 5 '15 at 12:01
suggest improvements |Â
up vote
10
down vote
Literally "spying" on your colleagues and running back to your boss with complaints and reports of misbehavior is sure to cause problems, much like you already suspect.
Instead, take it as an opportunity to be a leader. When you see a colleague doing something that you know should be done differently, talk to him/her yourself, and try to fix the problem without involving your manager. That is certainly in the spirit of your manager's instructions to you, because you're helping operations run smoothly. At the same time, you won't be considered a "snitch" because you're handling problems at a lower level without involving the manager.
suggest improvements |Â
up vote
10
down vote
Literally "spying" on your colleagues and running back to your boss with complaints and reports of misbehavior is sure to cause problems, much like you already suspect.
Instead, take it as an opportunity to be a leader. When you see a colleague doing something that you know should be done differently, talk to him/her yourself, and try to fix the problem without involving your manager. That is certainly in the spirit of your manager's instructions to you, because you're helping operations run smoothly. At the same time, you won't be considered a "snitch" because you're handling problems at a lower level without involving the manager.
suggest improvements |Â
up vote
10
down vote
up vote
10
down vote
Literally "spying" on your colleagues and running back to your boss with complaints and reports of misbehavior is sure to cause problems, much like you already suspect.
Instead, take it as an opportunity to be a leader. When you see a colleague doing something that you know should be done differently, talk to him/her yourself, and try to fix the problem without involving your manager. That is certainly in the spirit of your manager's instructions to you, because you're helping operations run smoothly. At the same time, you won't be considered a "snitch" because you're handling problems at a lower level without involving the manager.
Literally "spying" on your colleagues and running back to your boss with complaints and reports of misbehavior is sure to cause problems, much like you already suspect.
Instead, take it as an opportunity to be a leader. When you see a colleague doing something that you know should be done differently, talk to him/her yourself, and try to fix the problem without involving your manager. That is certainly in the spirit of your manager's instructions to you, because you're helping operations run smoothly. At the same time, you won't be considered a "snitch" because you're handling problems at a lower level without involving the manager.
answered Mar 4 '15 at 21:48


skrrgwasme
1,567623
1,567623
suggest improvements |Â
suggest improvements |Â
up vote
1
down vote
Use the opportunity to bring process and policy issues to his attention, and make a point to discuss areas where the team as a whole could use more support from X department. Focus on areas for improvement, and give credit where it's due when the team or an individual does something worth recognition. Avoid mentioning interdepartmental conflicts or going the gossip route. Suggest that in addition to you bringing issues to his attention, a biweekly or monthly department meeting be scheduled so that other employees also have time to bring their concerns or suggestions to his attention with feedback from the entire group.
Really though -- a manager who doesn't have time to follow what's going on within his team? That's what managers are SUPPOSED to do. That's the primary job duty of someone in that role. If he's spread thin with meetings and other deliverables it's time to promote someone to a senior/supervisor role so that it's clear to the rest of the people on the team there is someone "officially" in charge of handling day-to-day operations, who's a known throughput to the manager.
suggest improvements |Â
up vote
1
down vote
Use the opportunity to bring process and policy issues to his attention, and make a point to discuss areas where the team as a whole could use more support from X department. Focus on areas for improvement, and give credit where it's due when the team or an individual does something worth recognition. Avoid mentioning interdepartmental conflicts or going the gossip route. Suggest that in addition to you bringing issues to his attention, a biweekly or monthly department meeting be scheduled so that other employees also have time to bring their concerns or suggestions to his attention with feedback from the entire group.
Really though -- a manager who doesn't have time to follow what's going on within his team? That's what managers are SUPPOSED to do. That's the primary job duty of someone in that role. If he's spread thin with meetings and other deliverables it's time to promote someone to a senior/supervisor role so that it's clear to the rest of the people on the team there is someone "officially" in charge of handling day-to-day operations, who's a known throughput to the manager.
suggest improvements |Â
up vote
1
down vote
up vote
1
down vote
Use the opportunity to bring process and policy issues to his attention, and make a point to discuss areas where the team as a whole could use more support from X department. Focus on areas for improvement, and give credit where it's due when the team or an individual does something worth recognition. Avoid mentioning interdepartmental conflicts or going the gossip route. Suggest that in addition to you bringing issues to his attention, a biweekly or monthly department meeting be scheduled so that other employees also have time to bring their concerns or suggestions to his attention with feedback from the entire group.
Really though -- a manager who doesn't have time to follow what's going on within his team? That's what managers are SUPPOSED to do. That's the primary job duty of someone in that role. If he's spread thin with meetings and other deliverables it's time to promote someone to a senior/supervisor role so that it's clear to the rest of the people on the team there is someone "officially" in charge of handling day-to-day operations, who's a known throughput to the manager.
Use the opportunity to bring process and policy issues to his attention, and make a point to discuss areas where the team as a whole could use more support from X department. Focus on areas for improvement, and give credit where it's due when the team or an individual does something worth recognition. Avoid mentioning interdepartmental conflicts or going the gossip route. Suggest that in addition to you bringing issues to his attention, a biweekly or monthly department meeting be scheduled so that other employees also have time to bring their concerns or suggestions to his attention with feedback from the entire group.
Really though -- a manager who doesn't have time to follow what's going on within his team? That's what managers are SUPPOSED to do. That's the primary job duty of someone in that role. If he's spread thin with meetings and other deliverables it's time to promote someone to a senior/supervisor role so that it's clear to the rest of the people on the team there is someone "officially" in charge of handling day-to-day operations, who's a known throughput to the manager.
answered Mar 5 '15 at 2:48
Diana Tortolini
40525
40525
suggest improvements |Â
suggest improvements |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f42268%2fmanager-asks-to-spy-on-others-should-i-agree-to-help%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
5
Your manager might have meant it benevolently... like they want you to be the team lead/manager since they're busy or otherwise want to groom you for the role.
– Telastyn
Mar 4 '15 at 21:25
5
Is there any context to this request? Are there known issues in the team for instance? Does the manager suspect inappropriate behavior? Slacking off? Or does the manager mean something more along the lines of helping him keep in touch with the heartbeat of the team and issues that the manager may be able to assist with resolving?
– Raze
Mar 4 '15 at 21:25