Skip to main content

Jira

Integrating Jira with Osano​

Connecting to Jira​


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Setup​

An admin must create a OAuth and enter that information in Osano to establish a connection via oauth.

Authenticated Roles​

admin

Authentication Actions​

  • OAuth -Log into your admin-level account via the Osano portal to grant access to Jira.

Authentication Methods​

  • oauth

Core Functionality​

  • Data Discovery
  • User Search
  • Data Deletion

Base URL​

https://api.atlassian.com/ex/jira/$cloudId/

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Endpoints​

Used for data discovery

  • GET /rest/api/3/applicationrole
  • GET /rest/api/3/record
  • GET /rest/api/3/dashboard
  • GET /rest/api/3/groupuserpicker
  • GET /rest/api/3/autocompletedata
  • GET /rest/api/3/label
  • GET /rest/api/3/record
  • GET /rest/api/3/mypermissions
  • GET /rest/api/3/permissions
  • GET /rest/api/3/permissionscheme
  • GET /rest/api/3/projectCategory
  • GET /rest/api/3/project/type
  • GET /rest/api/3/screenscheme
  • GET /rest/api/3/serverInfo
  • GET /rest/api/3/user
  • GET /rest/api/3/user/properties

Used for user search

  • GET /rest/api/3/search

Demo Video​

Last Modified: 2025-03-27