Hi all,
I’m looking for a way to display information to the user on the issue create, edit and transition screens.
The information in question would be generated based on the data already available in the form.
I looked into building a Forge custom field and try to populate it with ui-modification API but that wasn’t that great and it does not work in transition screens.
I also tried the same with message field but those are read only and the ui-modification limit is the same.
In the Context of a Forge application, is there something doable? Or will I end up rewriting the form in my app main screen ?
Thanks in advance for your ideas.