Hi team,
We are building a Jira plugin using Forge with Custom UI. We are storing information in an additional property of the issue, and we need it in the server part of the plugin. At the moment we are fetching it using the API /rest/api/2/issue/${id}/properties/${key}, but it takes around half a second. Is there a way to access the properties before executing the "invoke" and pass the need one as a parameter or a way to access these properties from the Issue context, without making the additional request?
I know that half a second does not look that much but we are trying to cut all we can because of the additional second caused by the invoke.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.