I am looking to create custom form inputs for a Create Property Panel and persist values from that to the Portal Request Details and the underlying Jira Issue. I have been able to create the elements on the front end of the property panel and have created my custom validation but I am confused on how to persist data to other modules and how to properly install/display them
I am currently able to pass data into “view.submit()” and that persists into the extension context when the portal detail page loads but the actual render does not run in the secondary module.
Additionally, I am not sure if I should be using extension context or storage for transmitting data between modules.
I have only seen multiple modules in code examples using custom UI, so I am not sure if it is supported by UI Kit but I didn’t want to open that door unless I needed to for simplicity’s sake.
I am also not sure if modules must extend from a certain parent as I’ve seen in posts dating back to 2021 or if UI Kit can contain all these dependencies in the same App.
I appreciate any assistance you can offer because I believe I’m close to getting through the last few hurdles of this proof-of-concept project but am stumbling over this.