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 3 Next »

Welcome to the Intune Connect App's Common Use Cases Documentation! This resource is your go-to guide for exploring the myriad of practical scenarios where the Intune Connect App shines.

We assume that you have familiarity with Jira Service Managment project settings and administration.

 Automated Device Association

Automatically associate Intune devices to reporters on incidents and service requests.

  1. Create an ‘Assets Objects’ type Custom Field

  2. Edit the Custom Field

    1. ‘Edit Assets object/s field configuration’

  3. Store Multiple Objects

    1. Select the toggle and then ‘Save’

    2. Associate the new field to desired request types/screens

  4. Create a new project automation

    1. Trigger the automation upon creation of the issue

    2. Optional - Add a comment to log the automation on the issue

    3. Add lookup objects

      1. Select the appropriate Assets schema containing your Intune devices

      2. Query by the reporter Display Name or Email Address (email recommended)

        1. "User Display Name" LIKE "{{issue.reporter.displayName}}"

        2. "Email Address" LIKE "{{issue.reporter.emailAddress}}"

      3. If devices are found, update your new ‘Assets Objects’ field, if not you may want to comment/log to the issue

        1. If devices are found

          1. Key IN ({{lookupObjects}})

  5. Publish your new Automation

  6. Test & Validate

  • No labels