I am a .Net developer and would like to write c# code to connect to our current sprint and retrieve the stories that are currently in QA or UAT.
I used Postman with the url for our current sprint to see the response. Unsurprisingly, I got the following response: Error: unable to get local issuer certificate.
Here is the URL I used in Postman:
https://companyname.atlassian.net/secure/RapidBoard.jspa?rapidView=137&projectKey=TEAM
So, my questions:
@dexter.mccloud First of all welcome to the Atlassian Community.
Now coming to your questions, you are not using rest api but the page to retrieve data, which is not correct.
Here is link a to Jirs Software's rest api documentation - https://developer.atlassian.com/cloud/jira/software/rest/intro/
Also if you need any entity that is part of standard Jira like (issues, users etc) you need to use Jira core rest api's - https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
Now coming to authentication part, Jira have two kind of authentication (that are recommended) support,
And also not so cool Cookie based auth (this is deprecated) - https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-cookie-based-authentication/
I hope this help. Now if you have any more feel free to bounce back.
Thanks for your help. I will try your approach!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.