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:
What We Need Help With:
thank you for your help
@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:
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!)
Hi @Sandra Peralta ,
Yeah, you can probably do that by using the following approach.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good day!
To convert an attached form in a Jira request into a description field for Unito sync try the below given steps:
Go to Jira Automation:
Navigate to Jira Settings → System → Automation rules.
Click Create rule.
Set a Trigger:
Choose Issue Created or Issue Updated (if attachments can be modified later).
Check for Attachments (Optional):
Use "Issue Fields Condition" → Field: Attachments → is not empty.
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.
Edit Description Field:
Add an "Edit Issue" action.
Set Description to include extracted content.
Save and Enable the Rule.
Thanks,
Armitha.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.