- Go to the JIRA administration screen for configuring the applications that have been set up to use JIRA for user management:
- In JIRA 4.3: Click 'Other Applications' in the 'Users, Groups & Roles' section of the JIRA administration screen.
- In JIRA 4.4: Select 'Administration' > 'Users' > 'JIRA User Server'.
- Look for a link to your application. It will have a name matching this format:
例:
<Type> - <HostName> - <Application ID>
またはFishEye / Crucible - localhost - 92004b08-5657-3048-b5dc-f886e662ba15
If you have multiple servers of the same type running on the same host, you will need to match the application ID of your application with the one shown in JIRA. To find the application ID:Confluence - localhost - 92004b08-5657-3048-b5dc-f886e662ba15
- Go to the following URL in your browser:
Replace
<baseUrl>/rest/applinks/1.0/manifest
<baseUrl>
with the base URL of your application.
For example:http://localhost:8060/rest/applinks/1.0/manifest
- The application links manifest will appear. Check the application ID in the
<id>
element.
- Go to the following URL in your browser:
- In JIRA, click 'Delete' next to the application that you want to remove.