Managed Resources

You can manage IdentityIQ applications through the Atlassian Cloud Jira Service Management. To manage the applications, you must add them individually as a ManagedResource under the ProvisioningConfig tag provided in the IdentityIQforAtlassianCloudJiraServiceDesk.xml file.

For example, to add three applications such as Procurement_System, HR_System, and Finance_System, add them individually as a ManagedResource as shown below:

<ProvisioningConfig>

<ManagedResource>

<ApplicationRef>

<Reference class="sailpoint.object.Application" name="Procurement_System" />

</ApplicationRef>

</ManagedResource>

<ManagedResource>

<ApplicationRef>

<Reference class="sailpoint.object.Application" name="HR_System" />

</ApplicationRef>

</ManagedResource>

<ManagedResource>

<ApplicationRef>

<Reference class="sailpoint.object.Application" name="Finance_System" />

</ApplicationRef>

</ManagedResource>

<PlanInitializerScript>

......................

......................

</PlanInitializerScript>

</ProvisioningConfig>