Forums

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

Clone the assigned person to a different project

Dominik Boehm
May 4, 2026

I have an automation running in my company that clones a specific service request ticket into a Kanban project.


Now I’m having trouble transferring the assigned person to the cloned ticket.
I have a custom field in the form with a few options. Depending on the selection, the ticket should be assigned to a person. It all works, but the assigned person is only set in the original ticket.

1 answer

0 votes
Akash Singh
Community Champion
May 4, 2026

@Dominik Boehm 

To better understand what’s going wrong, could you share a few more details about your current setup?

  • A screenshot (or description) of your automation rule
  • Any errors or warnings shown in the automation audit log
  • What you’ve already tried so far to set the assignee on the cloned issue
  • The project types involved (e.g., JSM vs Jira Software, company-managed vs team-managed)
  • Whether the Assignee field exists and is editable in both source and target projects

These details will help narrow down whether this is a field mapping issue, permissions constraint, or something specific to how the cloning action is configured.

Dominik Boehm
May 4, 2026

@Akash Singh 

Thanks for your reply!

I attached two screenshots of the current automation rule. This rule works fine but doesn't clone the assignee to the cloned ticket. Because of that, the Audit Log looks fine and there aren't any errors.

 

I tried different solutions including a new automation rule which triggers if a new issue is created and sets the assignee for the KANBAN project. This rule never triggered. I also tried the trigger "work item updated" which also doesn't work. 

 

Since the asignee in the original ticket is set correct i assume that the clone either doesn't receive the assignee before the ticket is cloned, or that the ticket is cloned already before it could fetch the assignee.

In the last screenshot you should see, that the "Assignee field" exists in the KANBAN space.  It also exists in the main space.

We use JSM.

 

Kind regards

 

1.png2.png

3.png

Akash Singh
Community Champion
May 5, 2026

 @Dominik Boehm Could you please confirm whether the assignee has access to the Jira product, especially if the target project is associated with Jira?

Additionally, ensure that the user has the “Assignable User” permission in the target project. You can verify this by navigating to the ⚙️ → SystemPermission Helper.

In the Permission Helper:

  • Select a user (for example, the assignee who is not being copied via automation)
  • Choose the relevant (cloned) work item
  • Check for the “Assignable User” permission

This should help identify whether the issue is related to permissions.

ss.png

 

Dominik Boehm
May 6, 2026

Dear @Akash Singh 

 

Thanks for your reply!

I looked at the permission helper before and since i put myself in the test automation i had all the access. 

Yesterday i worked on multiple workarounds. Right now if i manually change the field "Key-User aus Bereich" which is shown as "FI" in the screenshot to a different value i selected in the automation the assignee changes to myself as you can see in the second screenshot. But it still seems, that the cloning of the tickets causes the issue. I think the automation is cloning the ticket, but my second automation with the trigger "Issue created" doesn't trigger because it doesn't accept a clone as an created issue.

 

Screenshot 2026-05-06 090802.png

Screenshot 2026-05-06 090558.png

Akash Singh
Community Champion
May 6, 2026

@Dominik Boehm This does seem like unusual behavior, as I was able to set the Assignee using the same automation action successfully on my own site. I’d recommend checking the work item history as well to confirm there isn’t another automation rule, workflow post-function, or third-party app that may be clearing the Assignee field immediately after the work item is created.

Additionally, in your second automation rule that triggers on work item creation, make sure the following checkbox is enabled under the rule’s Flow details section. Since the work item is being created by another automation rule, this option is required for the second rule to execute correctly, as shown below.

ss.png

Suggest an answer

Log in or Sign up to answer