I do can add Post Function for a particular transition. But I’d like to propagate changes event when issue’s status doesn’t change. In fact, we change Epic Link mostly in Backlog window using drag-n-drop.
I tried to create a looped transition (i.e. from any status to itself). It doesn’t fire.
And even if it does, I’m not sure that it would work in Backlog window.
Hi @Evgeny Erofeev,
One possible way of doing this automatic Epic Link update is to use an add-on like Power Scripts.
Here's a quick video detailing a similar functionality, including the sample code used. You can make a slight edit to the code for Epics:
string [] epicLink = allLinkedIssues(key.parent, "Epic-Story Link");
linkIssue(key, epicLink[0], "Epic-Story Link");
Hope this helps!
Johnson
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.