We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hello @dwatson , No this won't work for a non-cloud/on-premise Jira instance. For the on-premise Jira, one of the way that I know is you need to use mid server configuration and user that mid server in your connection record in servicenow to authenti...
Hello @Jaspal Singh , Thank you for this very useful article. I have a further requirement with this. The requirement is that when the user will click on approve/reject button then there should be an html form with basic details like name, email id a...
Hi,
Try gs.setRedirect('url'); in UI action.
give url of the page you want to be redirected.
"no need to check the client checkbox"
Please mark correct/helpful if it works.
Regards,
Shivam
Hi,
You can directly use gs.setRedirect('url'); without giving any action name or function name and without checking client checkbox. action.setRedirectURL('url'); was not working for me but gs.setRedirect('url'); did work.
Please mark correct/helpfu...