How do you figure out which job duties to focus on, if given the opportunity?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
Right now my job includes a lot of different duties - customer-facing tech support, back-end desktop management and software administration, project management, documentation, training, communication, answering the doorbell for the loading dock...
Having to do so many different types of work, each with a different pace and type of focus required, has me feeling pulled in a lot of different directions. The department is doing some workforce planning that will likely result in at least some reorganization, and we've all been asked for our input. So, I might have at least a bit of influence over where I end up and what I end up doing. (I'm one of half a dozen people in the same position, so it would be relatively easy to divvy up the tasks differently.)
My problem is... how do I know what to focus on and what to try to drop? I generally like each of these tasks by themselves, but it's super frustrating trying to write a script or a project status report while my inbox is filling up with people who want help getting into their e-mail, and vice versa, which obscures the question of what I'd be most excited about under ideal conditions. What's a good exercise for sorting out which parts of your job are the most satisfying?
job-description
suggest improvements |Â
up vote
0
down vote
favorite
Right now my job includes a lot of different duties - customer-facing tech support, back-end desktop management and software administration, project management, documentation, training, communication, answering the doorbell for the loading dock...
Having to do so many different types of work, each with a different pace and type of focus required, has me feeling pulled in a lot of different directions. The department is doing some workforce planning that will likely result in at least some reorganization, and we've all been asked for our input. So, I might have at least a bit of influence over where I end up and what I end up doing. (I'm one of half a dozen people in the same position, so it would be relatively easy to divvy up the tasks differently.)
My problem is... how do I know what to focus on and what to try to drop? I generally like each of these tasks by themselves, but it's super frustrating trying to write a script or a project status report while my inbox is filling up with people who want help getting into their e-mail, and vice versa, which obscures the question of what I'd be most excited about under ideal conditions. What's a good exercise for sorting out which parts of your job are the most satisfying?
job-description
suggest improvements |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Right now my job includes a lot of different duties - customer-facing tech support, back-end desktop management and software administration, project management, documentation, training, communication, answering the doorbell for the loading dock...
Having to do so many different types of work, each with a different pace and type of focus required, has me feeling pulled in a lot of different directions. The department is doing some workforce planning that will likely result in at least some reorganization, and we've all been asked for our input. So, I might have at least a bit of influence over where I end up and what I end up doing. (I'm one of half a dozen people in the same position, so it would be relatively easy to divvy up the tasks differently.)
My problem is... how do I know what to focus on and what to try to drop? I generally like each of these tasks by themselves, but it's super frustrating trying to write a script or a project status report while my inbox is filling up with people who want help getting into their e-mail, and vice versa, which obscures the question of what I'd be most excited about under ideal conditions. What's a good exercise for sorting out which parts of your job are the most satisfying?
job-description
Right now my job includes a lot of different duties - customer-facing tech support, back-end desktop management and software administration, project management, documentation, training, communication, answering the doorbell for the loading dock...
Having to do so many different types of work, each with a different pace and type of focus required, has me feeling pulled in a lot of different directions. The department is doing some workforce planning that will likely result in at least some reorganization, and we've all been asked for our input. So, I might have at least a bit of influence over where I end up and what I end up doing. (I'm one of half a dozen people in the same position, so it would be relatively easy to divvy up the tasks differently.)
My problem is... how do I know what to focus on and what to try to drop? I generally like each of these tasks by themselves, but it's super frustrating trying to write a script or a project status report while my inbox is filling up with people who want help getting into their e-mail, and vice versa, which obscures the question of what I'd be most excited about under ideal conditions. What's a good exercise for sorting out which parts of your job are the most satisfying?
job-description
asked Sep 2 '16 at 22:16


SirTechSpec
1174
1174
suggest improvements |Â
suggest improvements |Â
3 Answers
3
active
oldest
votes
up vote
1
down vote
You should have a conversation with your manager. One of your manager's duties should be to help you develop your career at the organization. You should be able to work together to determine what would be the long-term outlook for focusing on different activities. Of course, that doesn't mean you'll get assigned all of those things (especially if there are other people qualified or too many people who want to do the same thing).
1
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
suggest improvements |Â
up vote
0
down vote
Group them loosely
Customer interaction
Software
Support etc,.
Pick one and ask to have that focus, or if there's not enough in one to keep you reasonably busy, pick two.
If there are other people in the same situation then duties can be swapped around so that the focus is clearer.
suggest improvements |Â
up vote
0
down vote
Assuming they are reasonable people, talk to your colleagues and try and come up between you how you would like the work divided. It doesn't have to be "I do this and you do that", you can try different arrangements, eg someone has email support as a second duty that they do when the support queue becomes too large.
Then go and talk to your boss and see if you can get his support. Cliched though it is, everyone likes solutions rather than problems.
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
1
down vote
You should have a conversation with your manager. One of your manager's duties should be to help you develop your career at the organization. You should be able to work together to determine what would be the long-term outlook for focusing on different activities. Of course, that doesn't mean you'll get assigned all of those things (especially if there are other people qualified or too many people who want to do the same thing).
1
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
suggest improvements |Â
up vote
1
down vote
You should have a conversation with your manager. One of your manager's duties should be to help you develop your career at the organization. You should be able to work together to determine what would be the long-term outlook for focusing on different activities. Of course, that doesn't mean you'll get assigned all of those things (especially if there are other people qualified or too many people who want to do the same thing).
1
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
suggest improvements |Â
up vote
1
down vote
up vote
1
down vote
You should have a conversation with your manager. One of your manager's duties should be to help you develop your career at the organization. You should be able to work together to determine what would be the long-term outlook for focusing on different activities. Of course, that doesn't mean you'll get assigned all of those things (especially if there are other people qualified or too many people who want to do the same thing).
You should have a conversation with your manager. One of your manager's duties should be to help you develop your career at the organization. You should be able to work together to determine what would be the long-term outlook for focusing on different activities. Of course, that doesn't mean you'll get assigned all of those things (especially if there are other people qualified or too many people who want to do the same thing).
answered Sep 2 '16 at 22:55


Thomas Owens
13.4k45368
13.4k45368
1
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
suggest improvements |Â
1
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
1
1
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
@Joe They wouldn't. It needs to be a conversation. You should have some idea of how you want to develop your career and your manager should be able to help you go in that direction.
– Thomas Owens
Sep 3 '16 at 19:15
suggest improvements |Â
up vote
0
down vote
Group them loosely
Customer interaction
Software
Support etc,.
Pick one and ask to have that focus, or if there's not enough in one to keep you reasonably busy, pick two.
If there are other people in the same situation then duties can be swapped around so that the focus is clearer.
suggest improvements |Â
up vote
0
down vote
Group them loosely
Customer interaction
Software
Support etc,.
Pick one and ask to have that focus, or if there's not enough in one to keep you reasonably busy, pick two.
If there are other people in the same situation then duties can be swapped around so that the focus is clearer.
suggest improvements |Â
up vote
0
down vote
up vote
0
down vote
Group them loosely
Customer interaction
Software
Support etc,.
Pick one and ask to have that focus, or if there's not enough in one to keep you reasonably busy, pick two.
If there are other people in the same situation then duties can be swapped around so that the focus is clearer.
Group them loosely
Customer interaction
Software
Support etc,.
Pick one and ask to have that focus, or if there's not enough in one to keep you reasonably busy, pick two.
If there are other people in the same situation then duties can be swapped around so that the focus is clearer.
answered Sep 2 '16 at 23:48


Kilisi
94.3k50216374
94.3k50216374
suggest improvements |Â
suggest improvements |Â
up vote
0
down vote
Assuming they are reasonable people, talk to your colleagues and try and come up between you how you would like the work divided. It doesn't have to be "I do this and you do that", you can try different arrangements, eg someone has email support as a second duty that they do when the support queue becomes too large.
Then go and talk to your boss and see if you can get his support. Cliched though it is, everyone likes solutions rather than problems.
suggest improvements |Â
up vote
0
down vote
Assuming they are reasonable people, talk to your colleagues and try and come up between you how you would like the work divided. It doesn't have to be "I do this and you do that", you can try different arrangements, eg someone has email support as a second duty that they do when the support queue becomes too large.
Then go and talk to your boss and see if you can get his support. Cliched though it is, everyone likes solutions rather than problems.
suggest improvements |Â
up vote
0
down vote
up vote
0
down vote
Assuming they are reasonable people, talk to your colleagues and try and come up between you how you would like the work divided. It doesn't have to be "I do this and you do that", you can try different arrangements, eg someone has email support as a second duty that they do when the support queue becomes too large.
Then go and talk to your boss and see if you can get his support. Cliched though it is, everyone likes solutions rather than problems.
Assuming they are reasonable people, talk to your colleagues and try and come up between you how you would like the work divided. It doesn't have to be "I do this and you do that", you can try different arrangements, eg someone has email support as a second duty that they do when the support queue becomes too large.
Then go and talk to your boss and see if you can get his support. Cliched though it is, everyone likes solutions rather than problems.
answered Sep 3 '16 at 17:47
matt helliwell
1415
1415
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%2f75329%2fhow-do-you-figure-out-which-job-duties-to-focus-on-if-given-the-opportunity%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