
v8014 (v8014) asked a question.
We have configured Jira server with Okta and tried to call rest api.we have tried using Clint credential access token as follows and didn't work. please let me know how to do this
Get Access token - curl -v -X POST -H "Content-type:application/x-www-form-urlencoded" "https://host.okta.com/oauth2/aus1y8310anyOVzn4357/v1/token" -d "client_id=0oa1y86dh....H1f357&client_secret=jMllC_HxE-JpbetMYv8F6F....JtKPXWd&grant_type=client_credentials&"
Jira Api Call - curl -X GET -H "Authorization: Bearer eyJraWQiOiJMZ2..JQaHFVWnhaQnd" -H "Content-Type: application/json" http://host/rest/api/2/project

Hi Praween - apologies for the delayed response here!
I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.