Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Service Management integration/connection with OKTA

vcatl2020
Contributor
April 7, 2026

This is with regards to connecting Jira Service Management (AGC) with OKTA via Automation rules utilizing web service calls.

Does a static Okta API token (SSWS) would simplify implementation and work natively with JSM Automation is a best approach? 

Alternately, Is it recommended to proceed with the OAuth JWT method and introduce a lightweight middleware service to:

  1. Generate and sign JWTs
  2. Retrieve access tokens from Okta
  3. Provide tokens to JSM Automation at runtime

 Link: https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/main/#create-and-sign-the-jwt

This service is to automate the provisioning and deprovisioning of users from JSM portal onboarding/offboarding request forms. Note that an SSO is enabled using OKTA for accessing JSM.

1 answer

1 vote
Andrea Robbins
Community Champion
April 7, 2026

I have implemented this before with the Okta automation integration: 

https://support.atlassian.com/cloud-automation/docs/use-automation-with-okta/ 

How this looks like:

1. If you have the employee email address, use the create a user action

2. After, retrieve the user's details (id specifically from Okta) using the get user details action

3. Add the user to the appropriate groups in Okta that provide the application access required

Screenshot 2026-04-07 at 6.08.20 PM.png

In case there's anything custom you need to do, you can use the Send custom Okta request option where you can do a custom REST API call.

Hope this helps!

Andrea

Andrea Robbins
Community Champion
April 7, 2026

Please note this automation connection with Okta is totally separate than what you are using in the provisioning of users for SSO through Atlassian Guard. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events