LogoLogo
πŸ‘‰ Get a free ITSM ebook
Feature Bundle Cloud
Feature Bundle Cloud
  • About Feature Bundle
    • Key features of Feature Bundle for Jira Service Management
    • Key benefits of using Feature Bundle for Jira Service Management
    • ITSM use cases
      • Allow customers to fix their mistakes by Editing Requests
      • Improved Jira Ticket Tracking: Amazon delivery use case
      • Save request as a Jira draft service ticket
      • Escalation and Jira queue management
      • Dynamic Banners about maintenance or holiday
      • Additional values on the customer portal - incident management
      • Request additional information
    • πŸ“š Glossary
    • ITIL VS ITSM
  • USING APP
    • Get started - app configuration πŸš€
    • Announcement banners
      • Examples
    • Incident banners
    • Customer Actions
      • Configuration
      • Assets Integration
      • Supported fields
    • Additional fields
    • Request Steps
    • πŸ“š Featured Articles
    • πŸ’¬ FAQ
    • ⭐️ Best Practices
  • SITE ADMINISTRATOR
    • App installation
    • πŸ”Security statement
  • 🀝Support
    • Book a free demo πŸ“†
    • Raise a bug 🐞
    • Share your ideas πŸ’‘
    • Appsvio website πŸ’»
  • For Solution Partners
    • Partner Portal
    • Our Partners 🫢
Powered by GitBook

Security

  • Privacy Policy
  • Appsvio Trust Center

appsvio.com Β© 2025 All rights reserved

On this page
  • How to communicate with Assets REST API?
  • How to get an API token?
  • How to prepare an Insight token?

Was this helpful?

Export as PDF
  1. USING APP
  2. Customer Actions

Assets Integration

Enable Insight field edit on the Portal

PreviousConfigurationNextSupported fields

Last updated 17 days ago

Was this helpful?

  • We use to communicate with Insight REST API. Be aware that this is not an Atlassian-recommended method. You do it at your own risk.

  • Assets in Jira Service Management is a Premium and Enterprise only feature. It's compatible only with company-managed projects. You can read more on the .

  • For all of the procedures described on this page, you must be logged in as a user with the Jira Administrators .

Using this feature, your customers can edit the Assets objects custom field on the customer portal. We respect most of settings configured under this custom field. Asset Custom field have two separate scopes, Filter scope and Filter issue scope, both of them are using AQL and can be binded in AQL filter in our app. Assets AQL values have to be coppied to Custom Field in Edit Request tab in order to work. (As for now we support only Asset custom field)

  1. Filter used in "Manufacturer" custom field will provide only objects under the Manufacturer

  2. Filter used in "Printers" custom field will provide objects sorted by the previously selected group. In a result user will be able to select object types under the "Models" which are assigneed to specific manufacturer.

How to communicate with Assets REST API?

  1. Log in to your Jira instance

  2. Choose the cog icon βš™οΈ > Apps

  3. Select Feature Bundle > Configuration

  4. Provide an Insight token. It has the following format useremail:API token encoded in BASE64

  5. Click Save

How to get an API token?

Create an API token from your Atlassian account:

  1. Click Create API token

  2. From the dialog that appears, enter a memorable and concise Label for your token and click Create

  3. Click Copy to clipboard, then paste the token to your script, or elsewhere to save

  • For security reasons it isn't possible to view the token after closing the creation dialog; if necessary, create a new token.

  • You should store the token securely, just as for any password.

How to prepare an Insight token?

  1. Generate an API token.

  2. Build a string of the form useremail:api_token

  3. Paste the phrase above to the Input field

  4. Click Encode

  5. Copy the result and paste it into the Feature Bundle configuration as an Insight token

The Insight objects field will be available in the list in the if you authorize our app. Below you can find a step-by-step procedure on how to do it.

Steps

Result

The Insight token is saved. You can add Insight custom fields to the edit screen on the customer portal in the available in the service project settings.

If you’re not familiar with the Insight configuration, go to the .

Steps

Log in to

Read more on the .

Steps

Go to the BASE64 encoder:

🐾
πŸŽ‰
🐾
🐾
Edit Request configuration
Edit Request configuration
Atlassian documentation
https://id.atlassian.com/manage-profile/security/api-tokens
official Atlassian website
https://www.utilities-online.info/base64
How to get an API token?
How to prepare an Insight token?
Basic auth
official Atlassian website
global permission