LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically update Jira Xray addon field using labview

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 

Hussaim_0-1732219727976.png

 

0 Kudos
Message 1 of 4
(187 Views)

LabVIEW has a set of HTTP client VIs:

https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/menus/categories/data-communication/protoc...

 

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?

0 Kudos
Message 2 of 4
(157 Views)

Yes i have seen this but when i try to get some data i did not get intended data

Hussaim_0-1732225512621.png

 

 

0 Kudos
Message 3 of 4
(148 Views)

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.

0 Kudos
Message 4 of 4
(116 Views)