I have an automation rule that creates an issue under the epic during the epic transition.
The epic workflow allows us to move back and forth on this status, and each time it creates a duplicate of the issue under it which is not needed.
How do I set up the automation rule to check if there is such an issue type and prevent creating a duplicate?
I've managed to build the logic on my side and after tests, it is working
hi, javanshir can u share ur conditions for generating the issue?
maybe you can fix adding another condition in the if-else block, but to give u a better suggestion I need to see ur condiotns
thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have no conditions now:
When the epic is transitioned to STATUS, then create an issue.
I would like to add a check if the same issue type is already present under this particular epic, then skip the creation of the issue of a particular type.
I'll add a screenshot of how my rule looks now below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
u need to specify this event, or u can just try to target the next stage of ur workflow where the issue doesn't go back,or u need to create another stage in the workflow for the issue creation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
with all respect, the options you are providing do not fit into the business model of this flow.
the wf cannot be changed.
the automation needs a modification where it will allow to check if the epic already has an RND Modelling issue type under its children and skip creating a duplicate, if it isn't there then create one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
add this if else condition u can change the type (I used sub-task in this screen)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
tried this using the config on the screenshot and the automation stopped creating the issue no matter if there is one or not
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm pretty sure that this happened because "t" in issue type should be capital
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Davide Cascapera no, this doesn't matter at all. try it yourself in any filter or advanced search it's not case sensitive for issuetype or issueType
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.
@Davide Cascapera please try with a JQL where you specify the issue type like it is needed in my case. Your example works with subtasks, this doesn't work for my case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.