Embed Smart Jira Forms on WordPress Website for Issue Collection
At present, there’s no direct plugin to integrate Jira and WordPress, but you can embed Smart Jira Forms using an iframe. Follow these steps to get it done:
Step 1: Create Your Form in Jira
First, use Smart Jira Forms to build a form within Jira. Customize the form fields based on the data you need to collect—whether that’s bug details, feature requests, or customer feedback.
Step 2: Generate the Shareable Link
Once your form is ready, generate the external share link in the Smart Jira Forms settings. This will allow visitors to access and submit the form without logging into Jira.
Step 3: Embed the Form in WordPress
In your WordPress dashboard, go to the page or post where you want to embed the form.
Add a Custom HTML block (in the Block editor)
Switch to the text editor and paste the code into the HTML section of your post/page editor (if using the Classic editor).
In the HTML block, add the following iframe code:
CODEhtml
Copy code
<iframe src="YOUR_SMART_JIRA_FORM_LINK_HERE" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="900px" width="700px" allowfullscreen></iframe>
Replace YOUR_SMART_JIRA_FORM_LINK_HERE with the shareable link you generated in Step 2.
Step 4: Customize the Appearance
You can adjust the width and height attributes of the iframe to ensure the form fits well within your page layout. This allows you to tailor the form’s display to match your WordPress theme.
Bonus Tip: Generate QR Codes for Jira Issue Creation
If you want to encourage feedback beyond your website, consider generating a QR code with the link to your form. Add the QR code to physical products, marketing materials, or posters to allow customers to submit feedback directly into your Jira system with a quick scan.
Questions? Please, contact us through SaaSJet Support
Haven't used this add-on yet, then try it now!