.
Hi @Jesse Mrozowski,
Welcome to Atlassian Community!
You could do this via automation by parsing out the comment from the project lead and then use web requests to get the Atlassian Id of the user that should be the assignee.
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Something like this would do it:
Note that this assumes that the reply would look something like this:
Assignee: Mikael
You could of course use a different format, just note that the web request to get the user and the Atlassian Id can only query on displayName or emailAddress. When I use that end point I always search on emailAddress since you could have multiple users with the same displayName.
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.