Hi,
I want to implement application using selenium where, if customer raise any issue then automation script should fetch environmental details from JIRA and recreate customer environment in your workplace on any VM. How do I automate this flow?
Thanks,
Sayali
Dear @Sayali Ekhe.,
best by polling via the REST API. For Java you can use Apache's HTTPClient Lib.
Or you fire a webhook when a new issue is created, Then you have to implement a "fetcher" on the selenium side.
Anyhow you have to implement the complete logic for this environment creation on a VM.
So long
Thomas
Thanks for your response. Will try to implement this.
Thanks,
Sayali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.