I started an automation that when a request created in a service management queue, it creates a task on a different board. But the automation doesn't link the request to the task created in the board. What am I doing wrong?
Hello @King Keanu Deocares
If you're willing to use a third-party, I suggest taking a look at our Copy & Sync application. Overall, it allows you to copy and synchronize issues (fields, comments, links, attachments, etc.) among the same project or between different projects.
In your case, you have to create a recipe where you clone the ITSM task with the summary, description, attachment, assignee, and then you link it to the new task created. To do that, just add your recipe to Automation as an action.
Let me know if you have any question!
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@King Keanu Deocares , Welcome to the Atlassian Community!
Could you share a screenshot from audit log of your automation rule?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fernando Eugênio da Silva Hey! Thank you for the warm welcome. Really appreciate it. Here's a screenshot of the audit. It looks like Linked Issues was ignored by the automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One of the probable causes is because the 'Linked Issue' field is not on the Create screen of the Issue type Task of the target project.
You have two options:
Like this:
Following any of these options will be work for you.
Let me know if you need any other help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.