Hello,
I have created Jira automation.
When any story updated, all stories which are of same epic. Will be linked with related link.
Automation creates duplicate link which should not happens.
For first story when its updated related links created properly.
But for second story when its updated it will create related links for those stories which already have related link with same story.
Please help, If this can be avoided.
Hello @Pallavi Deore
Based on what you have stated, what you are observing is expected behavior.
If your trigger is "Issue Updated", it will create duplicate links every time a story underneath the epic is updated unless you are doing additional checks.
To stop this, you could for example, after the trigger, do a if condition and check if for the issue at hand which is updated has issueLinkType != "relates to" and if so, only then link this issue to others.
But in a bigger picture, I dont understand why do this and what use case does this solve? Given that stories already belong to an epic, they have inherent relationship and you dont need to specify another "link".
So please share your usecase and also share your current rule and see if you can implement an additional check after your triiger to stop rule from executing "linking" everytime.
I am struggling with applying condition in jira automation.
My top rule is when epic created under that few stories should be created and all those stories should be interlink with related link.
Can you please suggest how i can link those stories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Pallavi Deore
In your original post, you mention that your trigger is "Issue updated", in your recent comment, you mention Epic Created/Few stories created.. Can you please share a screenshot of your current rule so we can help.
Also as previously mentioned, you dont need to do this. Epic has inherent relationship with its child issues. However you think this "linking" will benefit, you could achieve the same without doing this step. I guess, Can you tell what will you gain doing this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Kalyan Sattaluri ,
First rule:
Second rule:
This 2 rules I created, so trigger points are changing to achieve this.
Can you please suggest how we can make stories related of same epic from first rule when stories created when epic created.
let me know if you need more information.
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.