Parsing jira fields

Hello everyone,

I am developing a Jira gadget using Atlassian Forge and I’m looking for an npm package that offers types, interfaces, or classes for parsing issue fields. I aim to display all possible issue fields in a table format, and I would prefer not to handle the JSON/string parsing manually for each field, as it seems like unnecessary repetition.

Does anyone know of such a package, or have any recommendations on how to streamline this process?

Many thanks in advance.

Hi,
you can generate such a module yourself, which will contain types, client etc. See Update to Jira Cloud's Swagger/OpenAPI docs - Atlassian Developer Blog.
Unfortunately, not everything is well typed (e.g. issue custom fields)