I have a Forge custom field type that is a multi-select string. In view.jsx, I display labels fetched from Forge SQL, while storing the corresponding IDs in the background. However, in the Jira issue API and in column view or search results, Jira displays the stored IDs instead of the labels. Is there any way to change this behavior using Forge?
You have to write a formatter.
Hello @Starware
Thanks for the above
Unfortunately, we cannot access the resolver from the formatter.
I want to retrieve the corresponding label for the given ID from the database.