1.We have an automation rule to update the Request Type (based on the issue type) when a status changes and the Request Type is empty.
2.I want to create an automation rule that will update the Request Type when it is empty upon ticket creation and set it to the same request type (based on the issue type) as in the above automation but, those Request Types are not listed.
What do you mean by legacy automation? Do you mean the plug-in version for on-prem JSM etc.?
Certainly with cloud based automation for Jira you could do your 2 easily.
For example:
When issue created
If issue type = SR
then edit issue field "request type" to be "Get IT Help - SR"
you could use the If/else condition to have one rule do all request types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.