Hello All,
I am new to UiPath and is facing issue in connecting jira to UiPath.
I have gone through the others threads on these connection in forum but was wondering if anyone can help with my issue.
I have followed the below steps
*Installed UiPath.Jira.Activities package
*Generated API token
*Since it has to given as a secure string used this to assign it
New System.Net.NetworkCredential(string.Empty,API_Token).SecurePassword
*In jira scope properties Authentication type is API Token and Server URL given as https://abcdefg.atlassian.net
*API Token is given as the secure string Variable
- USer name as my jira email.
But I am getting below error
RemoteException wrapping System.InvalidOperationException: Response Status Code: 407. Response Content:
FONT face=“Helvetica”>
Your credentials could not be authenticated: “Credentials are missing.”. You will not be permitted access until your credentials can be verified
This is typically caused by an incorrect username and/or password, but could also be caused by network problems.

