Hi , my code:
var a = Jira.CreateRestClient("https://abc.atlassian.net/", UserName, Password);
The answer i got when i ran:
{"Response Content: Basic authentication with passwords is deprecated. For more information, see: https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/"}
can you support me any way which i can create a task on jira with C#, plz.
Many thank.