Forums

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

How to Convert Attached Form in Jira Request to Description for Unito Sync

Sandra Peralta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 31, 2025

Dear Jira Community,

We are currently integrating Jira with Wrike using Unito. Everything is syncing correctly, except for the attached form in our Jira requests. Since Unito does not capture attachments (like PDFs), we need a way to convert the attached form data into a field that Unito can sync, such as the issue description.

What We Have Tried:

  • Mapping custom fields: The form data is not stored in standard Jira fields.
  • Checking Unito's capabilities: Unito does not support syncing attachments.

What We Need Help With:

  • Is there a way to extract the content of an attached form (PDF) and insert it into the description field automatically?
  • Could an automation rule or script accomplish this?
  • Any alternative solutions to make the form data sync with Wrike?

thank you for your help

4 answers

1 accepted

4 votes
Answer accepted
Aron Gombas _Midori_
Community Champion
April 2, 2025

@Sandra Peralta I am not very familiar with the components you mentioned, but you can export Jira SM forms to PDF using the Better PDF Exporter app and email those PDF files to an email address.

A PDF with the forms looks like this, but you can reduce the PDF template to contain nothing else, but the forms:

jira-pdf-export-service-management-request-with-form (1).png

If the other party, Unito, can poll external mailboxes and read information from there, it could be a potential integration path!

(Discl. it is a paid and supported app developed by our team. Free for 10 users!)

1 vote
Tomislav Tobijas
Community Champion
April 1, 2025

Hi @Sandra Peralta ,

Yeah, you can probably do that by using the following approach.

  1. When building a form, set Field key for each field in your form. It doesn't matter if the field is connected with Jira field or not.
    2025-04-01_09-34-44.png
  2. Build up an automation that will store all values from the form into one rich text/paragraph field.
    You can use forms submitted trigger and then access those fields by using smart value such as {{forms.last.reqbody}} where <reqbody> is field key from the example.2025-04-01_09-38-56.png

Once that automation is executed, you can pull this field value with Unito.

For more references about accessing form values, check here:

Hope this helps.

Cheers,
Tobi

Sandra Peralta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 3, 2025

Hi Toby,

Many thanks for your help!
After several attempts, we finally followed the first part of your solution, and thanks to the link you shared Using Forms Smart Values / Atlassian Community  especially the “Retrieve Form Data” section, it worked perfectly.

Truly appreciate your precious support , you helped us save both time and money! 😊

Best regards,
Sandra

Like Tomislav Tobijas likes this
0 votes
Armitha Reddy Toorpu Ceema
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2025

Hi @Sandra Peralta 

 

Good day!

 

To convert an attached form in a Jira request into a description field for Unito sync try the below given steps:

Approach 1: Use Automation Rules

  1. Go to Jira Automation:

    • Navigate to Jira SettingsSystemAutomation rules.

    • Click Create rule.

  2. Set a Trigger:

    • Choose Issue Created or Issue Updated (if attachments can be modified later).

  3. Check for Attachments (Optional):

    • Use "Issue Fields Condition" → Field: Attachmentsis not empty.

  4. Extract Data from the Attached Form:

    • Jira Automation doesn’t extract text from attachments, so you may need an app like Forms for Jira or ScriptRunner to parse the file.

    • Alternatively, if the form is structured (e.g., a JSON or CSV file), use a custom script to read its content.

  5. Edit Description Field:

    • Add an "Edit Issue" action.

    • Set Description to include extracted content.

  6. Save and Enable the Rule.

 

Thanks,

Armitha.

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2025

Hi @Sandra Peralta 

@Tomislav Tobijas provides an option.

But I'm curious, why does mapping to Jira fields didn't work.

Have you linked the custom fields to the form fields in the form?

link-a-form-field-to-a-jira-field 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events