LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automate Jira Test creation from LabVIEW

Hi,

I am trying to automate test case creation in Jira from LabVIEW. I started by looking into Rest APIs of Jira. Issue is when I use the Rest commands in Google Chrome, I am able to read the data. But when I use the same API with HTTP VIs in LabVIEW, I am facing Error 59 with the possible reasons "LabVIEW: The network is down, unreachable, or has been reset". I am using LabVIEW in a work PC. So I am not sure if access to internet access is blocked for LabVIEW.

 

So what I need to know is how to confirm if LabVIEW has internet access or not. Should NI Web Server be enabled to get internet access? Which NI services should services be enabled to get internet access?

0 Kudos
Message 1 of 3
(1,893 Views)

Were you ever able to result your Error 59 issue?  I am seeing a similar thing with the IBM Jazz API.  Though, in my situation I am able to run some commands through the API with LabVIEW but fail on this 1 specific call.  Since some API commands work I know I have Internet access.  The command that fails in LabVIEW for me works both from Chrome and Postman.

 

In my situation I am wondering if the connection is not being kept alive but I can't see any way to address this.  If you solved your issue it may help me see what I am doing wrong.

 

Thank You,

David Wilt
The New Standard LLC
0 Kudos
Message 2 of 3
(1,479 Views)

Well I just figured out my issue.  In my situation I was receiving the error 59 because I was including the Base URL in my request and it was appending the Base URL so it was a bad URL.

David Wilt
The New Standard LLC
0 Kudos
Message 3 of 3
(1,474 Views)