Is there a post event feedback form template available?
The answer depends on whether your site has Jira Service Management.
If you have JSM, use Surveys. They are generally available on paid plans and ship with ready-made templates:
Surveys are restricted to you (the creator) by default, so add viewers or collaborators if others need the responses. They are also separate from the 5-star CSAT on resolved requests.
If you only have Jira, use Forms. Open your business space, select Forms from the space navigation, then Blank form (space admin permissions required). Each response becomes a work item you can filter and report on. Under Access you get Limited, Open, and Public. External attendees need Public, which requires a default reporter, adds a mandatory Email address field, and blocks fields like Assignee, Labels, and Team. If Public is greyed out, an admin has turned it off at Settings > Jira apps > Jira configuration > Public forms sharing.
To trigger the send automatically after the event:
project = EVT AND type = Task AND due = -1d.{{issue.summary}} to name the event.Be realistic about the limits here. Send email is not a mailing-list tool, so for a large external attendee list you are better off sending the link from whatever tool holds your registrations, and using automation for the internal reminder and the chaser instead.
One useful extra on the Forms path: every submission is tagged with a label of form-<FORM_ID>, taken from the form's URL. So you can add a second rule with trigger Work item created, a JQL condition of labels in ("form-123"), and a Send email action to ping yourself or the organiser as responses land, instead of checking the queue manually.
Either way, add a field for the event name so future events do not mix with this one.
Docs: https://support.atlassian.com/jira-service-management-cloud/docs/create-and-manage-surveys/ · https://support.atlassian.com/jira-software-cloud/docs/share-your-form/ · https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/
If the event was ACE related, then the booking platform generally sends out feedback email the next day. You can also contact the ACE chapter leaders directly from the event page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.