Trying to create an automation where any clone does not take on the startdate but reverts to EMPTY
We have automation that sets the start date once the work item status is set to In Progress - if its Empty but when we clone it takes on the start date of the item its cloned from and is therefore not EMPTY
there seems to be no flag anywhere to say if a work item is a clone other than linked work items - problem is we often do not link work items so cannot use this.
is there anything else on a work item to flag its a cloned item we can use?
If any of the above are available, you should be able to remove the start date on cloned work item
1. If the summary contains CLONE
2. If it is linked to the original ticket
Cheers!
What is the main action on cloning a work item?
Is this the clone action or is this also already based on an automation?
In the post you mention the start date is set based on transition "in progress", is there another status in between initial work item status and "in progress"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
its the clone action - user will click on Clone - problem is i cannot always rely on the user to remember to reset the start date from that of the cloned item - want to automate it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lalithesh Channu is right on using an automation based on summary, but if a users changes this, then this will fail.
Triggering automations on Summaries is always flimsy.
So my ask is is there a status in the workflow a work item needs to transition to before the work item can move to "In Progress"?
If this is the case you can create an automation that based on that transition clear the Start Date field.
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.