73
Views
3
Comments
[JIRA Connector] Configure jira connector
jira-connector
Web icon
Forge asset by OutSystems MVPs
Application Type
Reactive

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 

2023-12-30 18-11-05
Vincent Van Schaik

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/

UserImage.jpg
Emille Cole

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.

UserImage.jpg
Emille Cole

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.