Hi All,
can be set default assignee for each issue type in a particular project in JIRA 4.3.4? I know that it can be set for components (as component lead), but my customer especially want to use this for issue types.
Thanks in advance!
Best regards,
Rumi
A workflow post condition for the issue-type to assign it a particular user? Jamie's script runner will be of use I guess.
https://studio.plugins.atlassian.com/wiki/display/GRV/Post+Functions#PostFunctions-SetAffectsVersions%2CFixVersionsorComponents
Hi,
many thanks for your answer!
It's a good help for the beginning. The only problem we have, that 2 different issuetype has same workflow!
Yesh right Nic, sometimes we just overlook the simpler options.
Don't mind me saying this, duplicate the workflow
Or have a condition inside you script to decide based on the issueType to assign to different users.
I'm implementing this using JIRA Workflow Toolbox which lets you:
Per the instructions here:
https://bitbucket.org/fcarmario/jira-workflow-toolbox/wiki/post-functions/Set%20a%20field%20as%20a%20function%20of%20other%20fields
Unfortunately, ScriptRunner has become commercial.
The way to do this without plugins was described in several similar questions, and even answered by Atlassian:
https://confluence.atlassian.com/jirakb/how-to-automatically-assign-an-issue-to-a-user-based-on-issue-type-704413717.html
... you need to make a copy of the workflow (one for each issue type that needs its own default assignee),
add a Post Function to the Create transition that changed the Assignee field to the default assignee for that issue type,
then set up a workflow scheme for your project that uses the correct workflow for each of your issue types.
I did a work around that still requires components to be created.
Step 1 - Add component with matching name as issue type, name person to auto assign.
Step 2, Create post function to copy field to field - issue type to component fields.
Step 3. Create post function to assign to component/developer lead.
(create steps 2,3 on the open transition in the workflow.)
It's not great, and you could probably just set component to be a required field when creating a new issue. I've seen a lot of instances though were components are not used or not used correctly - so this might be workable for you.
image2016-12-16 16:20:15.png
It looks like you're new here. Sign in or register to get started.