> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BMC Helix ITSM (Remedy)

> How to set up the BMC Helix ITSM (Remedy) connector, plus the actions that are available.

<div className="connector-page-header">
  <img src="https://stackone-logos.com/api/bmchelix/filled/svg" alt="BMC Helix ITSM (Remedy)" className="connector-page-icon" />

  <div className="connector-page-changelog">
    <div className="connector-page-version"><span className="connector-page-tag-beta connector-page-stage-tag">Beta</span><span>v1.0.1</span></div>
    <div><a href="/connectors/bmchelix/changelog">See changelog</a></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">37 actions</a> · 1 auth method</div>

    <div className="connector-page-category-tags">
      <span className="connector-page-category-tag">ITSM</span>
      <span className="connector-page-category-tag">Ticketing</span>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See [Organizations & Projects](/gateway/concepts/organizations-and-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a Connector Profile in your project. See [Setup Connector Profile](/gateway/quickstart#setup-connector-profile).

    <Columns cols={2}>
      <Card title="Connector Profile · Username & Password (AR-JWT)" href="/connectors/bmchelix/guides/connector-profile/username-password-ar-jwt" icon="https://stackone-logos.com/api/bmchelix/filled/svg" horizontal>
        BMC Helix ITSM (Remedy) authenticates with the AR System JWT scheme. StackOne exchanges the service-account username and...
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Link an account [from the dashboard](/connect/managing-connectors/linking-accounts#link-from-the-dashboard) (or via [StackOne Hub](/embed/account-linking/overview)).

    See the guide for the authentication type chosen in the Connector Profile:

    <Columns cols={2}>
      <Card title="Link Account · Username & Password (AR-JWT)" href="/connectors/bmchelix/guides/link-account/username-password-ar-jwt" icon="https://stackone-logos.com/api/bmchelix/filled/svg" horizontal />
    </Columns>
  </Step>

  <Step title="Use Actions">
    Connect an AI platform to the linked account's actions. See [AI Platforms](/connect/ai-platforms/overview).

    Other ways to call actions are listed in [Protocols & SDKs](/connect/protocols-and-sdks).
  </Step>
</Steps>

## Actions

<div className="connector-meta-library-section">
  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>37 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid">
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_change_requests" data-action-label="List Change Requests" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Change Requests</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_change_requests" aria-label="Copy bmchelix_list_change_requests"><code className="connector-page-code">bmchelix\_list\_change\_requests</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Change Requests from BMC Helix ITSM (queries the CHG:ChangeInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_change_request" data-action-label="Get Change Request" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Change Request</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_change_request" aria-label="Copy bmchelix_get_change_request"><code className="connector-page-code">bmchelix\_get\_change\_request</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Change Request by its AR System Request ID (from the CHG:ChangeInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_change_request" data-action-label="Create Change Request" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Change Request</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_change_request" aria-label="Copy bmchelix_create_change_request"><code className="connector-page-code">bmchelix\_create\_change\_request</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Change Request in BMC Helix ITSM (posts to the CHG:ChangeInterface\_Create create interface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_change_request" data-action-label="Update Change Request" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Change Request</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_change_request" aria-label="Copy bmchelix_update_change_request"><code className="connector-page-code">bmchelix\_update\_change\_request</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Change Request by AR System Request ID (modifies the CHG:ChangeInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_companies" data-action-label="List Companies" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Companies</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_companies" aria-label="Copy bmchelix_list_companies"><code className="connector-page-code">bmchelix\_list\_companies</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Companies from BMC Helix ITSM (queries the COM:Company form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_company" data-action-label="Get Company" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Company</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_company" aria-label="Copy bmchelix_get_company"><code className="connector-page-code">bmchelix\_get\_company</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Company by its AR System Request ID (from the COM:Company form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_company" data-action-label="Create Company" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Company</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_company" aria-label="Copy bmchelix_create_company"><code className="connector-page-code">bmchelix\_create\_company</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Company in BMC Helix ITSM (posts to the COM:Company form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_company" data-action-label="Update Company" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Company</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_company" aria-label="Copy bmchelix_update_company"><code className="connector-page-code">bmchelix\_update\_company</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Company by AR System Request ID (modifies the COM:Company form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_incidents" data-action-label="List Incidents" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Incidents</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_incidents" aria-label="Copy bmchelix_list_incidents"><code className="connector-page-code">bmchelix\_list\_incidents</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Incidents from BMC Helix ITSM (queries the HPD:IncidentInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_incident" data-action-label="Get Incident" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Incident</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_incident" aria-label="Copy bmchelix_get_incident"><code className="connector-page-code">bmchelix\_get\_incident</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Incident by its AR System Request ID (from the HPD:IncidentInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_incident" data-action-label="Create Incident" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Incident</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_incident" aria-label="Copy bmchelix_create_incident"><code className="connector-page-code">bmchelix\_create\_incident</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an Incident in BMC Helix ITSM (posts to the HPD:IncidentInterface\_Create create interface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_incident" data-action-label="Update Incident" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Incident</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_incident" aria-label="Copy bmchelix_update_incident"><code className="connector-page-code">bmchelix\_update\_incident</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Incident by AR System Request ID (modifies the HPD:IncidentInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_known_errors" data-action-label="List Known Errors" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Known Errors</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_known_errors" aria-label="Copy bmchelix_list_known_errors"><code className="connector-page-code">bmchelix\_list\_known\_errors</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Known Errors from BMC Helix ITSM (queries the PBM:KnownErrorInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_known_error" data-action-label="Get Known Error" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Known Error</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_known_error" aria-label="Copy bmchelix_get_known_error"><code className="connector-page-code">bmchelix\_get\_known\_error</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Known Error by its AR System Request ID (from the PBM:KnownErrorInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_known_error" data-action-label="Create Known Error" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Known Error</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_known_error" aria-label="Copy bmchelix_create_known_error"><code className="connector-page-code">bmchelix\_create\_known\_error</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Known Error in BMC Helix ITSM (posts to the PBM:KnownErrorInterface\_Create create interface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_known_error" data-action-label="Update Known Error" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Known Error</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_known_error" aria-label="Copy bmchelix_update_known_error"><code className="connector-page-code">bmchelix\_update\_known\_error</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Known Error by AR System Request ID (modifies the PBM:KnownErrorInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_people" data-action-label="List Persons" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Persons</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_people" aria-label="Copy bmchelix_list_people"><code className="connector-page-code">bmchelix\_list\_people</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List People from BMC Helix ITSM (queries the CTM:People form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_person" data-action-label="Get Person" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Person</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_person" aria-label="Copy bmchelix_get_person"><code className="connector-page-code">bmchelix\_get\_person</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Person by its AR System Request ID (from the CTM:People form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_person" data-action-label="Create Person" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Person</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_person" aria-label="Copy bmchelix_create_person"><code className="connector-page-code">bmchelix\_create\_person</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Person in BMC Helix ITSM (posts to the CTM:People form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_person" data-action-label="Update Person" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Person</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_person" aria-label="Copy bmchelix_update_person"><code className="connector-page-code">bmchelix\_update\_person</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Person by AR System Request ID (modifies the CTM:People form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_problem_investigations" data-action-label="List Problem Investigations" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Problem Investigations</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_problem_investigations" aria-label="Copy bmchelix_list_problem_investigations"><code className="connector-page-code">bmchelix\_list\_problem\_investigations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Problem Investigations from BMC Helix ITSM (queries the PBM:ProblemInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_problem_investigation" data-action-label="Get Problem Investigation" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Problem Investigation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_problem_investigation" aria-label="Copy bmchelix_get_problem_investigation"><code className="connector-page-code">bmchelix\_get\_problem\_investigation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Problem Investigation by its AR System Request ID (from the PBM:ProblemInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_problem_investigation" data-action-label="Create Problem Investigation" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Problem Investigation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_problem_investigation" aria-label="Copy bmchelix_create_problem_investigation"><code className="connector-page-code">bmchelix\_create\_problem\_investigation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Problem Investigation in BMC Helix ITSM (posts to the PBM:ProblemInterface\_Create create interface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_problem_investigation" data-action-label="Update Problem Investigation" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Problem Investigation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_problem_investigation" aria-label="Copy bmchelix_update_problem_investigation"><code className="connector-page-code">bmchelix\_update\_problem\_investigation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Problem Investigation by AR System Request ID (modifies the PBM:ProblemInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_support_groups" data-action-label="List Support Groups" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Support Groups</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_support_groups" aria-label="Copy bmchelix_list_support_groups"><code className="connector-page-code">bmchelix\_list\_support\_groups</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Support Groups from BMC Helix ITSM (queries the CTM:Support Group form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_support_group" data-action-label="Get Support Group" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Support Group</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_support_group" aria-label="Copy bmchelix_get_support_group"><code className="connector-page-code">bmchelix\_get\_support\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Support Group by its AR System Request ID (from the CTM:Support Group form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_support_group" data-action-label="Create Support Group" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Support Group</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_support_group" aria-label="Copy bmchelix_create_support_group"><code className="connector-page-code">bmchelix\_create\_support\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Support Group in BMC Helix ITSM (posts to the CTM:Support Group form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_support_group" data-action-label="Update Support Group" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Support Group</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_support_group" aria-label="Copy bmchelix_update_support_group"><code className="connector-page-code">bmchelix\_update\_support\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Support Group by AR System Request ID (modifies the CTM:Support Group form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_tasks" data-action-label="List Tasks" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Tasks</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_tasks" aria-label="Copy bmchelix_list_tasks"><code className="connector-page-code">bmchelix\_list\_tasks</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Tasks from BMC Helix ITSM (queries the TMS:Task form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_task" data-action-label="Get Task" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Task</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_task" aria-label="Copy bmchelix_get_task"><code className="connector-page-code">bmchelix\_get\_task</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Task by its AR System Request ID (from the TMS:Task form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_task" data-action-label="Create Task" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Task</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_task" aria-label="Copy bmchelix_create_task"><code className="connector-page-code">bmchelix\_create\_task</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Task in BMC Helix ITSM (posts to the TMS:Task form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_task" data-action-label="Update Task" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Task</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_task" aria-label="Copy bmchelix_update_task"><code className="connector-page-code">bmchelix\_update\_task</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Task by AR System Request ID (modifies the TMS:Task form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_delete_task" data-action-label="Delete Task" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Task</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_delete_task" aria-label="Copy bmchelix_delete_task"><code className="connector-page-code">bmchelix\_delete\_task</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a Task by AR System Request ID (removes the entry from TMS:Task).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_list_work_orders" data-action-label="List Work Orders" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Work Orders</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_list_work_orders" aria-label="Copy bmchelix_list_work_orders"><code className="connector-page-code">bmchelix\_list\_work\_orders</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List Work Orders from BMC Helix ITSM (queries the WOI:WorkOrderInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_get_work_order" data-action-label="Get Work Order" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Work Order</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_get_work_order" aria-label="Copy bmchelix_get_work_order"><code className="connector-page-code">bmchelix\_get\_work\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Work Order by its AR System Request ID (from the WOI:WorkOrderInterface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_create_work_order" data-action-label="Create Work Order" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Work Order</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_create_work_order" aria-label="Copy bmchelix_create_work_order"><code className="connector-page-code">bmchelix\_create\_work\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Work Order in BMC Helix ITSM (posts to the WOI:WorkOrderInterface\_Create create interface form).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="bmchelix_update_work_order" data-action-label="Update Work Order" data-action-scopes="" data-action-auth="Username & Password (AR-JWT)" data-action-auth-scopes="{&#x22;Username & Password (AR-JWT)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Work Order</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="bmchelix_update_work_order" aria-label="Copy bmchelix_update_work_order"><code className="connector-page-code">bmchelix\_update\_work\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing Work Order by AR System Request ID (modifies the WOI:WorkOrderInterface form).</div>
      </div>
    </div>
  </div>
</div>
