How to bypass sso using rest api

Hello,

My objective is to gather feedback on an issue via email notification to a custom field rating and feedback comment.

So far I’ve achieved following:

  • I’m able to add customized link in the comment section using Automation-For -Jira.
  • So, when user receives the notification email on comment, he can click on the link.

Issue:

  • On click, a form(html) should pop-up and the filled data should submit to the original issue using rest api.
  • tried to test this by creating an issue via rest api.
  • but it is landing on SSO page.

So, how can I bypass sso via rest api.
how can I fetch data to a custom field against an issue?

Please help. I’m struck.