How to Set sub-task assignee from parent issue reporter?
Hello,
You would need an add-on for it. For example, you could use the Power Scripts add-on:
You could write a post function with a code like this:
assignee = parent.reporter;
It's work! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.