Getting 405 error while connecting to JIRA using tJiraInput component
Hello,
I have been using TOS 8.0 to develop a job which uses tJIRAInput component to fetch data from JIRA based on JQL. It was running fine till Dec 1, but when I checked on Dec 4, job is giving below error:
Exception in component tJIRAInput_1 (J_testJira_conn) java.lang.RuntimeException: Host validation failed for URL: https://jira.constellation.<org-name>.com/ Connection is established, but status code is 405
There has not been any change in the job or on my access to JIRA. What could be the issue here? Will appreciate any insight.
What's Jira version are you using? Did you made other testings to see if you could connect to your URL via tRestClient with using the same credentials as input in tJIRAInput?
Additionally, your could also use curl commands with a tSystem component, to make the calls.