Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi
my questions is about Jira performance,
say I want to create an automation that will change parent Issue status , once a child issue status has changed (of course we are talking about specific transition and not all of them)
which is better for jira :
use an add-on functionality to preform the transition of the parent in a post function
or use an add-on functionality to through an event, catch it with a listner , and activate a script that will run the transition .
Using listener will be unsynchronised. Postfunction will be synchronised. I think, that postfunction will be better in this case. This case doesn't look like expensive for productivity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.