It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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
Hey admins! I’m Dave, Principal Product Manager here at Atlassian working on our cloud platform and security products. Cloud security is a moving target. As you adopt more products, employees consta...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.