Hello, I'm trying to figure out if my idea is possible within JIRA.
Here it goes,
During a ticket request via the portal, I would like certain fields based on the answer (multiple choice) to create a sub-task within the main ticket and automatically assign that sub-task to a particular agent.
That is absolutely possible with Jira automation. You can set this up with an if/else condition to check the options in your first question, then have automation create the sub-task and update any fields you'd like in that sub-task, including the assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.