@Param context — The Forge view context object containing extension data and field information
Hi @Rosalin kandapan ,
This error happened because Typescript doesnt know the type of context & requestJira-> So it falls back to any. In Forge, you should import and use the proper types instead of leaving them implicit; and TypeScript is running in strict mode (default)
Or you can use your own interface
You can try the below docs for further information:
- Forge TyepScript types
I hope everything works out well for you!
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.