11-21-2024 02:20 PM
Does anyone know how to programmatically update any of the fields using REST APIS in LabVIEW
Below is the snap taken from Jira addon Xray web browser
I have Key IDS and Latest Status (data either PASS/Fail) in CSV file, i have thousands IDS and respective status i want it to update programmatically using LabVIEW can anyone suggest how to achieve this
I have url and login credentials and token for accessing the browser
11-21-2024 03:26 PM
LabVIEW has a set of HTTP client VIs:
There's also a JKI HTTP REST API client, free and you can find it here:
https://www.jki.net/http-rest-api-client-for-labview
Have you looked at either of those?
11-21-2024 03:36 PM - edited 11-21-2024 03:45 PM
Yes i have seen this but when i try to get some data i did not get intended data
11-21-2024 07:31 PM
Code 302 is an HTTP error, so it seems that you are making contact with something.
I don't know how to deal with it specifically but it looks like it is supposed to mean that you need to redirect to another URL. It shows as a warning, not an error, so it's not intended to be fatal.