I have set up ConfiForms to create a Jira issue successfully. The form now needs to be modified to do the following on submit:
- Pick a name from a list of assignees
- Set that name to the assignee field
- Create Jira issue in whatever is the current sprint
Example:
List of assignee names-
Assignee1
Assignee2
Assignee3
The following scenarios occur in sequence.
- Scenario1- When UserA submits the form, set Assignee1 as value to the assignee field and create the Jira issue in the current Sprint
- Scenario2- When UserB submits the form, set Assignee2 as value to the assignee field and create the Jira issue in the current Sprint
- Scenario3- When UserA submits the form, set Assignee3 as value to the assignee field and create the Jira issue in the current Sprint
- Scenario4- When UserC submits the form, set Assignee1 as value to the assignee field and create the Jira issue in the current Sprint
- Scenario5- When UserA submits the form, set Assignee2 as value to the assignee field and create the Jira issue in the current Sprint
Appreciate any help or links to tutorials that can point me in the direction of setting this up.
Thanks