Is there a way to assign a ticket to a specific service desk user based on the subject line of the request? E.g. if the line contains a flag word, assign it to user A? Or if you cc the person you want it assigned to?
You can use Automation for this.
trigger = issue created
condition = if/else block and use JQL e.g. Summary ~ “flag-a”
action = edit issue assignee
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.