You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I'd appreciate your assistance.
As part of my forge jira app (UI kit), I've created trigger functions that create new issues as a result of a first issue being created.
It creates a sort of chain of triggers - the creation of one specific issue, triggers the creation of another specific issue and so on.
At the beginning of each function is a condition referring to the title of the new issue that was created (the summary), so that it will execute the function only if the certain titled issue was created.
This all works quite well, however one of the issues created does not then continue to create the next issue.
If I manually create an issue with that title, it successfully creates all the following issues. It only won't create them if I start the creation-of-issues-trigger-chain at an earlier starting point.
I'll clarify that the automated creation of this specific issue doesn't activate any trigger event in the logs and I receive no error message.
Why does the creation of the new issue not activate any trigger event?
Thank you,
Talia