Skip to main content
Skip table of contents

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.

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.

Define S (9).png

Step 3: Embed the Form in WordPress

  1. In your WordPress dashboard, go to the page or post where you want to embed the form.

  2. Add a Custom HTML block (in the Block editor)

    Define S (12).png
  3. Switch to the text editor and paste the code into the HTML section of your post/page editor (if using the Classic editor).

    Define S (13).png

  4. In the HTML block, add the following iframe code:

    CODE
    html

    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>

  5. 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!

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.