Lets say I have issue_1 to issue_2000 initialized.
Now I have my API where I extract my info, that this value belongs to issue 853.
Is there a way to automatically dynamically target issue853 inside a function and give the value from the API to it?
basically
issue_853 = 50;
without writing it manually.