Here you can ask questions about UI extensibility in Forge, using Forge UI kit or Custom UI.
3 Likes
Hi, I have a question about the FORGE UI. Is it possible to update the Jira issue view using Forge, or it is only restricted on adding some extra content?
1 Like
How can i use the @forge/ui in my Custom UI app? I tried to import and render component Table of @forge/Ui but if stead I got this issues. Thank you so much.
Hello!
I’m trying to implement searchSuggestions functionality for my Custom Field Type according to the atlassian documentation.
Can anybody explain me how it should work? I get only three parameters (query, accountId, cloudId) in function and expression, the last two of which are useless. I can’t even identify the field. What is the idea of implementing this feature?