I want to call a REST API using a Scriptrunner endpoint.
The URL below has the parameters Plant
and PartNumber
.
https://exex.example.com/API/Engineering/Analysis/Validate?Plant=EAES&PartNumber=R170025Y001001
When I call the URL from the REST endpoint, I want to update the status of Plant
and PartNumber
in other applications. How can I do that?