I want to use JIRA API to access data from my company's JIRA instance. The steps of login process on internet browser are:
My questions are:
1.How can I finish above steps by C# code?
2.Does my application need the mobile text code verification for every instance?
FYI: I want to put my application on Azure function as a timer trigger to run some data from JIRA. However, I get stuck at first step-authentication.
Hi @Mac.Lee
Look at this posts, maybe can help you
https://confluence.atlassian.com/kb/oauth-troubleshooting-guide-719095274.html
https://support.atlassian.com/jira-work-management/docs/allow-oauth-access/
https://confluence.atlassian.com/adminjiraserver/integrating-with-oauth-2-0-1013845729.html
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.