Hello,
I have created an automation rule to move assets (laptops) to another object type in jira asset.
Basically the need is to move laptops out of our main inventory to an object type called personal Handover. This is for laptops that have been given to users for personal use.
I would need your expertise for several things:
Is there a way to make this automation more "automatic"? I mean i would like to set something without having to create a Jira issue, instead to just have an automation that triggers when an object's Status attribute has been changed to "Personal Handover" and maybe that would be the trigger for creating an issue also.
For the moment i set the Serial attribute in the "Personal Handover" object type to be unique so if it already exists i get an error on the rule execution. Would it be a way to check if an object with the same serial already exists and just skip that one?
Is there a way to delete the original object that was "cloned" (this would be the object from which i exctract the attributes in the automation and create the new object in the Personal handover object type)
Is there a way to also copy attachments from the original object to the new object?
More globally, will we have a dedicated Assets automation portal instead of it being in Jira automation? Would it be wise to have the option to clone an object to another object type? For now we can clone only in the same object type.