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.
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.