Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Automatically Send Jira Forms to anyone: Complete Guide to Jira Form Automation

When your team relies on forms to collect feedback, request changes, or manage approvals in Jira, one of the most common questions is: "How can I automatically send someone a form at the right time in the workflow?"ChatGPT Image Jul 8, 2025, 11_24_56 PM.png

Good news — with Smart Forms for Jira, every form gets its own shareable URL that works seamlessly with Jira Automation. That means you can send form links when an issue changes status, a comment is added, or any other trigger occurs.

Why Use Automated Form Sharing in Jira?

Jira forms workflow automation helps teams:

  • Send customer feedback forms automatically when support tickets are resolved
  • Share handoff checklists with teammates when tasks reach "Ready for QA"
  • Trigger vendor assessment forms to external partners without requiring Jira access
  • Request additional context via forms before reopening closed issues

This is where auto-shared form URLs shine - and Smart Forms makes it ridiculously simple.

 Real-World Jira Form Automation Use Cases

Customer Support Automation with Jira Forms

You've been there: ticket gets resolved, customer is happy, but getting feedback feels like pulling teeth. You send a generic "how did we do?" email three days later, and... crickets.

Smart Forms Solution:

  • Customer issue transitions to "Resolved" status
  • Jira automation waits 2 hours (cooling-off period), they get a professional email: "Hi Sarah, we've resolved your login issue. Quick feedback to help us improve: [form link]"
  • Customer automatically receives feedback form with issue context
  • Response rate improves 

Why This Works: The automated form sharing provides immediate context while the resolution is fresh in the customer's mind.

The Handoff That Doesn't Get Lost

Your developer finishes a feature and moves it to "Ready for QA." Usually, this means hunting down the QA person, explaining what changed, hoping they remember to test the right things.

With automation:

  • Status changes to "Ready for QA"
  • QA person instantly gets a form with: feature details, test cases to focus on, known issues to watch for, expected behavior
  • They have everything they need without a single Slack message or meeting

The External Vendor Process That Looks Professional

You need a security assessment from a new vendor. Normally, this means finding the right form, writing a professional email, explaining your process, hoping they fill it out correctly.

Automated version:

  • Vendor gets approved → Assessment form automatically sent with personalized message
  • Form includes your company branding and clear instructions
  • Vendor thinks you're incredibly organized (you are, thanks to automation)
  • No follow-up needed because they got exactly what they needed when they needed it

External Vendor Management

Traditional Process: Manually finding security assessment forms, writing professional emails, hoping vendors complete them correctly.

Jira Form Automation:

  • Vendor approval triggers automated form sharing
  • Professional email with branded forms sent immediately
  • Complete vendor assessment process without manual intervention

How to Set Up Jira Form AutomationSmart Forms.png

Step 1: Create Your Smart Form (2 minutes)

Form Creation Process:

  1. Build your Jira form in Smart Forms for Jira
  2. Add required fields and conditional logic
  3. Configure access permissions (internal teams vs. external users)
  4. Attach form to any Jira issue to generate shareable URL (auto or manually)

Step 2: Understanding Jira Form URLs

Every Smart Form attached to a Jira issue automatically generates a unique URL accessible through Jira automation smart values:

{{issue.properties."saasjet.forms.formsSharedUrls"}}

Important: This smart value provides access to ALL forms on an issue. Use filtering to target specific forms.

Step 3: Target Specific Forms in Jira Automation

Method 1: Filter by Form Name

{{#issue.properties."saasjet.forms.formsSharedUrls"}}
{{#if(equals(formName, "Customer Feedback"))}}{{url}}{{/}}
{{/}} 

Method 2: Filter by Form ID (Most Reliable)

{{#issue.properties."saasjet.forms.formsSharedUrls"}}
{{#if(formId.equals("feedback-form-v2"))}}{{url}}{{/}}
{{/}}

Method 3: Filter by Form Position

{{#issue.properties."saasjet.forms.formsSharedUrls"}}
{{#if(formNumber.equals("1"))}}{{url}}{{/}}
{{/}} 

Step 4: Create Your First Jira Automation Rule

Basic Customer Feedback Automation:

Rule Name: "Automated Customer Feedback Collection"
Trigger: Issue transitioned to "Resolved"
Condition: Issue Type = "Customer Support"
Action: Send email

Email Template for Jira Form Automation:

Subject: Quick feedback on your recent support case

Hi {{issue.reporter.displayName}},

We've resolved your issue: {{issue.summary}}

Help us improve by sharing quick feedback:
{{#issue.properties."saasjet.forms.formsSharedUrls"}}
{{#if(equals(formName, "Customer Feedback"))}}{{url}}{{/}}
{{/}}

This form takes less than a minute to complete.

Thanks,
The Support Team

 


🚀 Advanced Jira Forms Workflow Examples

Multi-Team Coordination Automation

Scenario: When development completes, multiple teams need different information simultaneously.

 

Trigger: Issue transitioned to "Ready for Release"
Actions:
1. Send deployment checklist to DevOps team
2. Send testing verification form to QA team  
3. Send documentation form to Technical Writers
4. Send release notes form to Product Managers

Ready to Begin?

The hardest part isn't the technical setup (that's actually pretty easy). The hardest part is picking which manual process to automate first.

Here's a tip: start with the one that happens most frequently or causes the most frustration when it gets forgotten.

Your future self will thank you when forms start sending themselves exactly when they should, to exactly the right people, with exactly the right context.


Ready to stop playing form coordinator? Try Smart Forms for Jira and watch your workflows start managing themselves.

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events