Hi
i wanted to configure Jira in reactive found a component called jira connector (traditional)
by using server action called get oauth there is an input-parameter called oauth verifier how can i configure jira
OAuth uses request tokens generated from Jira.
This how-to guide explains how to authenticate against the Jira REST API using OAuth: https://developer.atlassian.com/server/jira/platform/oauth/
I had the same issue and fixed it by switching to OAuth 2.0 with a valid client ID and secret from my Jira app settings, then updated the callback URL accordingly.
I also tried to set the correct permissions in Jira and double-checked the callback URLs. What helped me figure it all out was checking out a similar setup example on acupowererp.com -they laid things out step by step with screenshots, which made it a lot easier for me to spot what I was missing.