Hi Team,
We are trying to develop an integration with JIRA cloud to update comments on the JIRA issues from another 3rd party tool we are using in our organization. We will be developing a java sprint boot apps to do this integration. We understand the basic authentication can be used for authentication and our security team is suggesting to use oauth for authentication. I have tried to follow the steps in the following documentation to configure an oauth app.
https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/#authcode
However there is a user intervention required to generate the code thats used to generate the token. How can we get around this without any manual intervention and using oauth authentication?
Can you please help.
Thanks,
Ojase