Forums

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

Showing Information on the cloned tickets from the desk ticket

Kinza Jabeen
July 13, 2026

Hi,

I have set up the following cloning automation:

Whenever a desk ticket is created, it gets a component assigned, and the status is set to level 2 review for the cloning to happen.

Everything is working great except that I want the attached form, any attachments, and the custom fields to also appear in the clone ticket.

I don't want the person working on the clone ticket to have to go back and forth between the desk ticket and their clone ticket.

Is there a way for all the information to be pasted/translated into the clone ticket?

 

Also, I want to be able to have automation where any comments made on the clone tickets and the desk ticket are being added into each ticket's comment section, so that any updates/changes are readily available to read instead of going from ticket to ticket to find updates. 

 

I have attached images of my current automation setup and test tickets to show you how it's turned out at the moment.

 

Any help would be truly appreciated! 

image.pngimage.pngimage.pngimage.png

3 answers

1 accepted

4 votes
Answer accepted
James Gamble
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 Champions.
July 13, 2026

Hola Kinza,

Most of what you want can be done, but the form, Jira fields, and attachments have to be handled a little differently.

In your Clone work item action, the Copy Attachment from Work item option is currently unchecked, so selecting that should take care of the attachments that already exist when the clone is created. You can do the same with each custom field by adding it under Choose fields to set and selecting the option to copy the value from the trigger work item. The field needs to exist in the destination project, be available for the cloned ticket’s work type, and use a compatible field type. Otherwise, Jira may leave it blank even though it was included in the rule.

The attached form is separate from the Jira fields. Any form question linked to a Jira field can be copied through that field, but form-only questions aren’t regular custom fields and won’t automatically appear just because the ticket was cloned. After the clone action, add a branch for the most recently created work item, then use the Forms automation action to copy the completed form from the trigger ticket to the clone. Atlassian explains the relationship between form fields and Jira fields here.

You’ll also want to ensure the cloned ticket is assigned the correct request type. Jira doesn’t automatically carry the JSM request type into a cloned ticket, even when the work type is correct. That can be set in the same most recently created work item branch. Atlassian has an example of that setup here.

For comments, I’d create a separate multi-project automation rule using the Work item commented trigger. Branch to the linked work item using only your specific clone link type, then add {{comment.body}} as a comment on the linked ticket. Since your desk ticket can have multiple clones, this means a comment on the desk ticket will go to every linked clone, while a comment on one clone will return to the desk ticket.

Be careful with comment visibility, though. I wouldn’t automatically make every developer comment customer-visible on the JSM request. It’s safer to copy comments back as internal comments unless there’s a clear indication that they’re meant for the customer. Also, leave the option that allows this rule to be triggered by other automation rules turned off; the copied comment can trigger another copy, creating a loop.

Thanks,

James

Kinza Jabeen
July 13, 2026

OMG, this is super helpful! Let me try this approach and get back to you on how it works. THANKS A BUNCH! 

1 vote
Arkadiusz Wroblewski
Community Champion
July 13, 2026

Hello @Kinza Jabeen

You can clone and automate some things with automation, but some of the things you want will pull your entire concept in the direction of bidirectional synchronization, and that you can't achieve with sole automation.

Kinza Jabeen
July 13, 2026

So, what do you suggest in this case? if multiple automations need to be put in place, can you guide me on what framework I need to leverage? 

0 votes
Olha Yevdokymova_SaaSJet
Atlassian Partner
July 20, 2026

Hello @Kinza Jabeen 

James’s approach is the right starting point for native Jira Automation: copy attachments and compatible custom fields during cloning, then use a separate comment-sync rule with safeguards against loops.

The main complication is the form data. Jira treats form-only responses separately from standard Jira fields, so they may require an additional Forms automation action and careful configuration in the destination project.

Another approach you might consider is Smart Forms for Jira, developed by my team, particularly if this is a repeated service-desk-to-development workflow.

When a Jira work item containing a Smart Form is cloned:

  • Submitted forms are copied to the cloned work item as read-only responses.

  • New or draft forms are copied as fresh form instances.

  • Form attachments remain available through the associated Jira work item.

  • Form responses can also be mapped to Jira fields, so important values are visible directly in the clone and can be used by automation.

That would allow the developer working on the cloned ticket to see the original structured request without returning to the service desk ticket.

A possible setup would be:

  1. Attach the intake form automatically to the original JSM request type and the form will appear in your JSM request

  2. Map the important answers to Jira fields shared by both projects.

  3. Clone the request through Jira Automation, including attachments and mapped fields.

  4. The Smart Form will remain the same on the clonned work item

  5. Create a separate multi-project rule for comments:

    • Trigger: Work item commented

    • Condition: Work item is linked using your specific desk-to-development link type

    • Branch: Linked work items

    • Action: Add {{comment.body}} as an internal comment

For the comment rule, add an automation marker such as:

Synced from {{triggerIssue.key}}

Then exclude comments containing that marker, or keep “Allow rule trigger” disabled, to prevent an endless comment loop.

Suggest an answer

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

Atlassian Community Events