I would like to create a questionnaire where the answers provided by the users will be used to auto-generate JIRA stories. Based on their Yes/No answers, I want to auto-generate a JIRA story. If answered with a yes, the question number will determine which team the JIRA story is assigned to. All of the responses to the questionnaire would also need to be included in the auto-generated story.
Does anyone have any recommendations?
Hi @Judith Jane
My approach would be to create the questions as custom field select lists.
Then create a project and issue type to allow the user to create the questionnaire as a jira ticket in that project ( or other projects if required)
You can then use Automation to trigger on 'questionnaire' creation and perform the logic to create the stories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.