Thanks for the response! I’m still coming up to speed on all of this - but my company is using Jira Cloud - and wants to move records from an existing SQL database into Jira. I’m an experienced C# developer - with moderate web skills.
I did try using Postman, with high hopes, but kept stumbling because my calls lacked authentication. When I write C# code using httpClient.SendAsync calls, I’m able to use basic authentication email:Key - but I was unable to figure out how to include this with Postman. Again, this is my first attempt to write this sort of code. I also had hoped to use curl with Postman, but couldn’t get that to work either.
I was able to write C# code, but decided I just didn’t understand how to form/parse the URL properly. I did find this post helpful - but still wasn’t able to make successful calls: Jira URL REST Problem - #2 by ibuchanan
By documentation - I meant the atlassian jira/docs → https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/ - and yes, I knew that URL I posted was badly formed - that was just my starting point.
I’ll do more work with Postman - if I can figure out how to authenticate myself while making an api call.
thanks again for the response…
Gene