Hello,
i have project A and B.
The issue in A is linked to an issue on B.
After the issue on B is moved on DONE there is an automation in B that triggers to delete the link between A and B. Then i need that an automation in A using the "Issue link deleted" triggers to move the issue in A trought the workflow.
But the "issue link deleted" trigger doesnt work at all.
Hi @Moukhametov Katjimovrat - welcome to the community!
Could you please share the setup of both automations you have so far? Maybe it can be done within one rule.
Oh, easy to forget. Did you check "Allow rule trigger" in rule details on your second automation triggered by issue link deleted?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the issue could be the scope of your rule/s. If you limit the scope to single project A or B they will not trigger each other. You should enhance the scope of the 2nd rule to both projects:
For me, this simple rule did the trick then:
I deleted the link in SCRUM project issue (your Project B) and the former linked KB issue (your A) got transitioned to DONE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I forgot the "Allow rule trigger". After i check it, it works just fine. Thanks a lot.
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.