Hi,
I'm having some issues configuring this to work with my JIRA on-prem on this latest version. The user seems to be authenticating just ok and getting the authentication token from JIRA, but then some of the methods seem to be failing, which lead me to suspect that my JIRA version is maybe not supported anymore.
Could you shed some light on the JIRA requirements for this component?
Thanks,
Jose
Hi José.
The component uses API v3 of Jira, which may not be supported on your on-prem environment.
If you want to try out using the API v2, you only need to change this code (action JiraOnBeforeRequest):
If you do, please let me know about the results.