How to refresh the page Automatically whenever i update the value of attribute from the forge app

I have modified the status of an issue through the Forge Rest API. How can I achieve page refresh to see the changed issue status?

I really want to know the solution now?

1 Like

Hi there,

If you are using the CustomUI you could use the router from the CustomUI/Bridge:
https://developer.atlassian.com/platform/forge/custom-ui-bridge/router/

if(statusUpdate) {
  router.reload();
}

I don`t think there is a solution using the UIKit…

Regards,
Adrian

1 Like

Thank you, I have solved the current problem through the method you provided.

1 Like

Perfect. If my answer solved your problem, would you mind marking it as a solution?

I don’t mind, but can I ask you another question?

Yes, but if it doesn’t affect this topic, why don’t you create a new topic?

Okay, then I understand