Hello everyone!
I am developing my own custom VSTO addin for Microsoft Outlook which will allow us to create JIRA issues. I'm using C#/.NET, JIRA Server 8.3.
I've faced the issue with initial authentication. I know there are 3 ways to auth to JIRA: Basic, Oauth1 and Cookie. Right now I've implemented basic authentication and it is working just fine, but it's inconvenient to ask end-user his login and password each time.
I am struggling to find any proper guide on how to set up Oauth1 method for JIRA Server using C#/,Net.
This guide (https://keestalkstech.com/2019/06/connect-to-jira-with-a-private-key-using-net/) states that you need Access Token, Access Token Secret, Consumer Key, Consumer Secret but lacks info on how to get them.
If there are any other solutions besides Oauth1 I'd be grateful to know. I would appreciate any help regarding this task.
Thanks in advance!
Leo
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.