I am trying to integrate the JIRA application to the Ruby On Rails Application using Oauth2.
I am able to create and update JIRA issues, If I have Users Personal_API_TOKEN, which can be created only by users. Is there a way I can create an API_TOKEN from the code without asking for Users' credentials or Asking them to create an API token?