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?
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?
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
Thank you, I have solved the current problem through the method you provided.
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