Once the application connection test is successful, we can proceed to discover the standard functions and configure them. Follow the below steps to configure the functions.
- Login to Identity Bridge.
- Go to Configuration Hub.
- Go to Configure Source.
- On the Jira tile click on the edit button.
- Click on the Functions tab.
- Click on the ‘Discover Function’ Button.
- This opens a new window with the standard functions for Jira connector. Select the functions by checking on the checkbox next to it and click on the ‘Create Function’ button.
- The selected functions appear under their respected sections. Additionally, there are pre-defined System Functions.
- Functions can be configured by clicking on the pencil icon on the respective function tile.

System Functions
| Test Connection | |
| Schema | BearerToken |
| Method | GET |
| Class | com.avancer.identitybridge.scim.test.connection.TestConnection |
| Discover Schema | |
| Action URL | scim/directory/<directory-id>/Schemas |
| Schema | BearerToken |
| Method | GET |
| Class | com.avancer.identitybridge.scim.discoverattributes.DiscoverSchema |
| Discover Resource | |
| Action URL | /scim/directory/<directory-id>/ResourceTypes |
| Schema | BearerToken |
| Method | GET |
| Class | com.avancer.identitybridge.scim.discoverattributes.DiscoverResource |
User Functions
| Create User | |
| Action URL | /scim/directory/<directory-id>/Users |
| Schema | BearerToken |
| Method | POST |
| Class | com.avancer.identitybridge.scim.createuser.Validation |
| com.avancer.identitybridge.scim.fieldrule.GenerateFieldRuleData | |
| com.avancer.identitybridge.scim.createuser.PreLogging | |
| com.avancer.identitybridge.scim.createuser.CreateUser | |
| com.avancer.identitybridge.scim.createuser.PostLogging | |
| Update User | |
| Action URL | /scim/directory/<directory-id>/Users |
| Schema | BearerToken |
| Method | PATCH |
| Class | com.avancer.identitybridge.scim.updateuser.Validation |
| com.avancer.identitybridge.scim.updateuser.PreLogging | |
| com.avancer.identitybridge.scim.updateuser.UpdateUser | |
| com.avancer.identitybridge.scim.updateuser.PostLogging | |
| Enable User | |
| Action URL | /scim/directory/<directory-id>/Users |
| Schema | BearerToken |
| Method | PATCH |
| Class | com.avancer.identitybridge.scim.enableuser.Validation |
| com.avancer.identitybridge.scim.enableuser.PreLogging | |
| com.avancer.identitybridge.scim.enableuser.EnableUser | |
| com.avancer.identitybridge.scim.enableuser.PostLogging | |
| Disable User | |
| Action URL | /scim/directory/<directory-id>/Users |
| Schema | BearerToken |
| Method | PATCH |
| Class | com.avancer.identitybridge.scim.disableuser.Validation |
| com.avancer.identitybridge.scim.disableuser.PreLogging | |
| com.avancer.identitybridge.scim.disableuser.DisableUser | |
| com.avancer.identitybridge.scim.disableuser.PostLogging | |
| Get User | |
| Action URL | /scim/directory/<directory-id>/Users |
| Schema | BearerToken |
| Method | GET |
| Class | com.avancer.identitybridge.scim.schedule.aggregation.UserAggregation |