To preface this question, I want to state that the functionality within post functions in workflows will not do what I'm looking for.
Problem #1: I want to set a user as the default assignee, with different users for different issue types, to be assigned ONLY if the person creating the issue doesn't assign a user
Problem #2: I want to have the default assignee for sub-tasks set to the user who created the sub-task. I don't see how to do this in post functions.
Example #1: I'm creating a Story and my workflow has the post function to default assign the story to John. Most of the time that works, but I want to assign it to Kate. Even if I assign the story to Kate when creating the Story, it creates the story assigning it to John.
Problem #1
You would need something like ScriptRunner to create a conditional post-function (i.e. if the Assignee is left as "Unassigned" or "Automatic," then assign the user to John; else, assign to whoever the user defined when creating the issue).
You might be able to do some creative stuff using automatic assigning with components and component leads, but that depends on how/if you're currently using components or not.
Problem #2
You should be able to use the "Assign to Current User" post-function in the Create transition for the sub-task's workflow.
I just wanted to add that there are several plugins like ScriptRunner available in the marketplace. You could also consider Power Scripts. You can read more here:
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin/server/overview
They all have its own advantages and disadvantages. I just want you to have the whole picture.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.