Good day
I want to create a plugin that will allow the user to import the data, read through the file and manipulate 100000+ issues based on what is in the csv.
Is this possible and will it not timeout?
Kind regards
Tiisetso Monatisa
Hey @TMonatisa
It should be possible using Forge's async events API which is basically a queue designed for handling long-running operations such as yours. You would probably need to implement pagination and retries in order to successfully manage such a large number though.
P.S. For Forge related questions, I would post it in https://community.developer.atlassian.com which is more geared towards developers.
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.
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.