Ok so this might be a bit complex. I'd like to create a form for a project that users can enter feature requests, and once a form is submitted an issue is created, however.....I'd like to find a way to move that issue and make it a subtask of a specific existing issue (not the parent or trigger issue)
I've created an issuetype called "Feature Request"
Set the form to use that issue type
New issue is created with issue type "Feature Request"
Now I'd like to automate moving that issue so it's a subtask of an existing issue (a regular task) called Feature Requests, so final goal is to have the feature request issuetype become a subtask of the Feature Request issue
Is this possible (without buying more add-ons)?