Jira integration
With PushFeedback, you can forward user feedback directly to your preferred Jira board using Jira Cloud Automation or Jira Data Center Automations, depending on your distribution.
This integration lets you manage feedback using the same tools for project management, enhancing assignment and tracking of feedback issues.
Prerequisites
- A PushFeedback account. If you don’t have one, sign up for free.
- A project created in your PushFeedback dashboard. If you haven’t created one yet, follow the steps in the Quickstart guide.
- A Jira workspace (Cloud or Data Center) with access to Automation options.
1. Configure Jira automations
To set up automations in Jira, follow these steps:
Go to Project settings in your Jira project.
Navigate to Automation under Project settings.
Click Create rule:
Choose the Incoming webhook trigger:
Select exclude this automation rule with No issues from the webhook:
Copy the webhook URL and click Next – you'll need it in the following section.
Create a Then component:
Configure the Then component to Create issue:
tipIf you don’t see the Create issue component, ensure All actions is marked.
Configure the Create issue action as follows:
- Project: Set the Jira project where you want to create the issue.
- Issue type: Select the issue type you want to create.
- Summary: Set to
{{webhookData.summary}}
. - Description: Set to
{{webhookData.description}}
.
Click Next.
Click Turn on rule, set a name for your rule, and assign the necessary permissions:
2. Configure the webhook in PushFeedback
To activate the Jira integration in PushFeedback, follow these steps:
Open app.pushfeedback.com.
Log in with your account credentials.
Once in the dashboard, go to the Projects tab.
Select the project you wish to configure.
In the top-right corner, click on the Settings button.
Under Integrations, select Jira.
Add the URL of the Jira Automation endpoint obtained in the previous section:
Save your changes by clicking Save.
3. Test the integration
To ensure the integration is working correctly, follow these steps:
Go to any webpage where you’ve implemented the feedback widget and submit a feedback entry.
Confirm the feedback appears on your specified Jira board as a new issue:
Verify that all relevant details are correctly mapped and visible on the Jira issue.