I need a rule for that will check some criteria, and if there is a similar ticket, it will create a subtask in that same ticket
HI @Mark Segall ,
I have already a smiliar ticket but sub task is not created in the same ticket instead of its create a new ticket with sub task.
Hi @Gooru - If I understand correctly, you want the rule to look at an issue upon creation and see if there is another issue with the same summary and then create a sub-task on the original issue? For example:
If I'm correct, the rule start with something like this:
summary ~ "\"{{issue.summary}}\""
The question would be how would you want to handle the situation if there is more than one duplicate? Do you want each to get a sub-task, the oldest, ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To confirm my understanding... when a duplicate is found, your goal is to create a new issue and sub-task? It would work like this:
summary ~ "\"{{issue.summary}}\""
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.