how to set the default assignee when creating a new issue Follow
Hello
Is there a simple way to automatically set the default assignee when creating a new issue to the person who created the issue?
In our case, people usually log their own tasks and they will later handle the issues.
Currently when I create a new issue, the default value is "unassigned".
Using a single default assignee (i.e. John Doe) is same as having no default assignee.
thanks in advance!
Please sign in to leave a comment.
Hello,
This can be achieved via workflows.
Here is a simple on-change workflow rule that checks that the issue is created and copies the issue reporter to the "Assignee" field:
thank you very much! tested and works!