Creating ~7000 issues via API

I am trying to create around 7000 issues via API, but it always stop without error after ~400 issues. I am creating issues in bulks for 50. What I need to consider to be able create 7000 issues?

Hi @janambroz ,

You should be aware of Forge quotas and limits. Perhaps you are running into the maximum runtime duration?

Regards,
Dugald

Hi @dmorrow

So is there a way to create this amount of issues ? Is there a work around? Maybe threads?
I just noticed it freezes after ~7 minutes. How to handle this situation?

Hi @janambroz ,

I’d recommend using a strategy to split the processing into chunks. Perhaps you can use the Async events API to achieve this.

Regards,
Dugald

hi @dmorrow
so you are recommending send process of creating issues to queue?

Hi @janambroz ,

Yes, something like that.

Regards,
Dugald