Hi all - i want to get system info and monitor jira - by making REST calls from my monitoring server to jira
E.g - http://192.168.XXX.XXX:8080/rest/troubleshooting/1.0/check/
i can successfully use Basic Auth to make that call but that means providing username and password
how can i use OAuth for this purpose or is a better way
Thanks