Hello community ,
I have created an Automation that is triggered by executing a transition,
However, it takes 5-9 seconds to process.
Automation is triggered by manual actions in the issue view screen,
The response time of 5-9 seconds is not necessary.
The relevant automation definition screen is attached for reference, but a quick look
Does it take 5-9 seconds to process all this?
What could be the cause of such a long execution time for the automation?
best regards,
Hi @Suyeong Jeon ,
dropping the Re-fetch issue data at the end of the if/else block could speed things up a little.
Since nothing is happening afterwards there is no need to re-fetch.
Hope that helps.
Thank you for answering.
I'll try dropping "Re-fetch issue data."
I will also try dropping other processing blocks and see which ones are taking a run time.
Thank you for your kindness
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.