New manager and old manager give conflicting instructions about helping other team members with their work. What is the correct approach?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
-1
down vote
favorite
As a software engineer have been assigned to a project of five member team. We all have our individual roles to a particular components. Sometime an issue arises in other team members component and I have tried to involve solving the problem. My manager strictly insults me for this behavior of mine. So I stopped involving in solving issue other than what is assigned to me.
Now that our current manager is promoted, our team been assigned to new manager. New manager reports to our old-manager. The current manager insults us for just sticking with our assigned work. I feel confused.
How should the behavior be as a team member. Should I just work on assigned work ? Or should volunteer on involving in other component as well ? Or should I consult manager asking I have more time and can contribute more ?
teamwork
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
-1
down vote
favorite
As a software engineer have been assigned to a project of five member team. We all have our individual roles to a particular components. Sometime an issue arises in other team members component and I have tried to involve solving the problem. My manager strictly insults me for this behavior of mine. So I stopped involving in solving issue other than what is assigned to me.
Now that our current manager is promoted, our team been assigned to new manager. New manager reports to our old-manager. The current manager insults us for just sticking with our assigned work. I feel confused.
How should the behavior be as a team member. Should I just work on assigned work ? Or should volunteer on involving in other component as well ? Or should I consult manager asking I have more time and can contribute more ?
teamwork
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
Are they really insulting you? As in saying mean things and making you feel bad? Or is something lost in translation here?
– Erik
7 hours ago
Sounds like translation errors.
– TomTom
7 mins ago
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
As a software engineer have been assigned to a project of five member team. We all have our individual roles to a particular components. Sometime an issue arises in other team members component and I have tried to involve solving the problem. My manager strictly insults me for this behavior of mine. So I stopped involving in solving issue other than what is assigned to me.
Now that our current manager is promoted, our team been assigned to new manager. New manager reports to our old-manager. The current manager insults us for just sticking with our assigned work. I feel confused.
How should the behavior be as a team member. Should I just work on assigned work ? Or should volunteer on involving in other component as well ? Or should I consult manager asking I have more time and can contribute more ?
teamwork
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
As a software engineer have been assigned to a project of five member team. We all have our individual roles to a particular components. Sometime an issue arises in other team members component and I have tried to involve solving the problem. My manager strictly insults me for this behavior of mine. So I stopped involving in solving issue other than what is assigned to me.
Now that our current manager is promoted, our team been assigned to new manager. New manager reports to our old-manager. The current manager insults us for just sticking with our assigned work. I feel confused.
How should the behavior be as a team member. Should I just work on assigned work ? Or should volunteer on involving in other component as well ? Or should I consult manager asking I have more time and can contribute more ?
teamwork
teamwork
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 14 mins ago
Philipp
21.5k45086
21.5k45086
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 10 hours ago
component
21
21
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
component is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
Are they really insulting you? As in saying mean things and making you feel bad? Or is something lost in translation here?
– Erik
7 hours ago
Sounds like translation errors.
– TomTom
7 mins ago
add a comment |Â
3
Are they really insulting you? As in saying mean things and making you feel bad? Or is something lost in translation here?
– Erik
7 hours ago
Sounds like translation errors.
– TomTom
7 mins ago
3
3
Are they really insulting you? As in saying mean things and making you feel bad? Or is something lost in translation here?
– Erik
7 hours ago
Are they really insulting you? As in saying mean things and making you feel bad? Or is something lost in translation here?
– Erik
7 hours ago
Sounds like translation errors.
– TomTom
7 mins ago
Sounds like translation errors.
– TomTom
7 mins ago
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
3
down vote
Read a bit about Stakeholder Management
It is your responsibility to ensure your direct manager is happy and the job is done. You need to prioritize and manage expectations of all stakeholders, in your case your two managers.
Your old manager is no longer relevant, he is your new managers problem now. Stick to doing things the way your new manager says and if your old manager has a problem with that kindly refer him to your new manager.
add a comment |Â
up vote
2
down vote
How should the behavior be as a team member. Should I just work on assigned work
Your expected behavior is whatever your direct manager expects from you. If you're asked not to help others, you don't do it. If you're asked to help others, you do it.
You should do exactly what you're being told, and no question on it.
add a comment |Â
up vote
1
down vote
Expectations of your managers are different and you don't know what to do differently now compared to then.
Try to address this to your manager and ask for a teaching for the team where he tells you how he wants this team to work together. Explain things were different before him and to make this team work successful with him leading, it is important for the whole team - not only you - to know how things should work in the future.
This shows you didn't do wrong on purpose and you are interested in doing better.
The exact strategy for this depends on your culture, behavior at work can be very different.
add a comment |Â
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
3
down vote
Read a bit about Stakeholder Management
It is your responsibility to ensure your direct manager is happy and the job is done. You need to prioritize and manage expectations of all stakeholders, in your case your two managers.
Your old manager is no longer relevant, he is your new managers problem now. Stick to doing things the way your new manager says and if your old manager has a problem with that kindly refer him to your new manager.
add a comment |Â
up vote
3
down vote
Read a bit about Stakeholder Management
It is your responsibility to ensure your direct manager is happy and the job is done. You need to prioritize and manage expectations of all stakeholders, in your case your two managers.
Your old manager is no longer relevant, he is your new managers problem now. Stick to doing things the way your new manager says and if your old manager has a problem with that kindly refer him to your new manager.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
Read a bit about Stakeholder Management
It is your responsibility to ensure your direct manager is happy and the job is done. You need to prioritize and manage expectations of all stakeholders, in your case your two managers.
Your old manager is no longer relevant, he is your new managers problem now. Stick to doing things the way your new manager says and if your old manager has a problem with that kindly refer him to your new manager.
Read a bit about Stakeholder Management
It is your responsibility to ensure your direct manager is happy and the job is done. You need to prioritize and manage expectations of all stakeholders, in your case your two managers.
Your old manager is no longer relevant, he is your new managers problem now. Stick to doing things the way your new manager says and if your old manager has a problem with that kindly refer him to your new manager.
answered 9 hours ago


solarflare
3,5801927
3,5801927
add a comment |Â
add a comment |Â
up vote
2
down vote
How should the behavior be as a team member. Should I just work on assigned work
Your expected behavior is whatever your direct manager expects from you. If you're asked not to help others, you don't do it. If you're asked to help others, you do it.
You should do exactly what you're being told, and no question on it.
add a comment |Â
up vote
2
down vote
How should the behavior be as a team member. Should I just work on assigned work
Your expected behavior is whatever your direct manager expects from you. If you're asked not to help others, you don't do it. If you're asked to help others, you do it.
You should do exactly what you're being told, and no question on it.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
How should the behavior be as a team member. Should I just work on assigned work
Your expected behavior is whatever your direct manager expects from you. If you're asked not to help others, you don't do it. If you're asked to help others, you do it.
You should do exactly what you're being told, and no question on it.
How should the behavior be as a team member. Should I just work on assigned work
Your expected behavior is whatever your direct manager expects from you. If you're asked not to help others, you don't do it. If you're asked to help others, you do it.
You should do exactly what you're being told, and no question on it.
answered 9 hours ago


SmallChess
1,4693620
1,4693620
add a comment |Â
add a comment |Â
up vote
1
down vote
Expectations of your managers are different and you don't know what to do differently now compared to then.
Try to address this to your manager and ask for a teaching for the team where he tells you how he wants this team to work together. Explain things were different before him and to make this team work successful with him leading, it is important for the whole team - not only you - to know how things should work in the future.
This shows you didn't do wrong on purpose and you are interested in doing better.
The exact strategy for this depends on your culture, behavior at work can be very different.
add a comment |Â
up vote
1
down vote
Expectations of your managers are different and you don't know what to do differently now compared to then.
Try to address this to your manager and ask for a teaching for the team where he tells you how he wants this team to work together. Explain things were different before him and to make this team work successful with him leading, it is important for the whole team - not only you - to know how things should work in the future.
This shows you didn't do wrong on purpose and you are interested in doing better.
The exact strategy for this depends on your culture, behavior at work can be very different.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Expectations of your managers are different and you don't know what to do differently now compared to then.
Try to address this to your manager and ask for a teaching for the team where he tells you how he wants this team to work together. Explain things were different before him and to make this team work successful with him leading, it is important for the whole team - not only you - to know how things should work in the future.
This shows you didn't do wrong on purpose and you are interested in doing better.
The exact strategy for this depends on your culture, behavior at work can be very different.
Expectations of your managers are different and you don't know what to do differently now compared to then.
Try to address this to your manager and ask for a teaching for the team where he tells you how he wants this team to work together. Explain things were different before him and to make this team work successful with him leading, it is important for the whole team - not only you - to know how things should work in the future.
This shows you didn't do wrong on purpose and you are interested in doing better.
The exact strategy for this depends on your culture, behavior at work can be very different.
answered 8 hours ago
puck
1,163110
1,163110
add a comment |Â
add a comment |Â
component is a new contributor. Be nice, and check out our Code of Conduct.
component is a new contributor. Be nice, and check out our Code of Conduct.
component is a new contributor. Be nice, and check out our Code of Conduct.
component is a new contributor. Be nice, and check out our Code of Conduct.
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%2f121234%2fnew-manager-and-old-manager-give-conflicting-instructions-about-helping-other-te%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
3
Are they really insulting you? As in saying mean things and making you feel bad? Or is something lost in translation here?
– Erik
7 hours ago
Sounds like translation errors.
– TomTom
7 mins ago