Uipath to Jira Connection

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:

Access Denied

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.

@KritiT

any reason you cannot use integration service of Jira? If you are new and not aware of it you would need to got to orchestrator->integration service-> search for jira

@muktadir Thanks for the reply. I still have not got a license for orchestrator . Trying this via studio

ok.
Since 407 is usually abt things to do with proxy it might be worth checking your settings

Also could you try with this package if you are using windows-legacy project type