Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

API Integration in AssetIT grants administrators advanced control over IT asset management for Jira. This feature allows direct operations via API, centralizes control in the hands of administrators, and ensures controlled access. (via API Documentation)

  1. Managing API Integrations:

Navigate to “Preferences”. In the API Integration tab, you can generate, refresh or delete a new API key.

Each user can create only one API key.

  1. Deploying Your API Integration:

  • Step 1: After creating the API key in AssetIT, copy the ID and passcode.

  • Step 2: Navigate to the Authentication section of the API documentation.

image-20240321-072409.png
  • Step 3: Click “Try it out” in the Authentication section

  • Step 4: Input the previously copied ID and passcode, then click Execute.

  • Step 5: After executing step 2, the system will provide an Authentication Token as a response.

Screenshot 2024-03-21 at 14.21.42.png
  • Step 6: Copy the token and paste it to the Authorize button or any locker icon as per your reference.

  • Step 7: It's crucial to prepend the token with "JWT " (including a space after JWT) to activate its functionality properly. Click Authorize to finish.

image-20240321-073213.png

Exclusive Admin Rights: Only administrators have the authority to create and manage API integrations.

  1. Best Practices:

  • Ensure secure handling and storage of API keys.

  • Regularly review API usage and permissions for optimal security.

  • No labels