Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Salesforce, go to SettingsĀ > Setup.

  2. In the sidebar, under Settings, click Company Settings > Company Information.

    Image RemovedImage Added
  3. Under Organization Detail, you will be able to see the number of API Requests for the past 24 hours:

    Image RemovedImage Added

Estimating Salesforce API call usage

Consult the following table to make an estimate of Salesforce API calls the Connector requests based on each major operation:

Operation

Estimated API call usage

User

Viewing a Jira issue

1 API call per page load, if there is any association.

Associating a Salesforce record

1 API call per search. Delayed search keystrokes will invoke 1 API call each.

1 to 2 API calls to complete an association, depending on the association configuration.

Creating a Salesforce record

1 to 4 API calls to complete a record creation, depending on the association configuration.

If attachment sync is enabled, an additional 5 API calls per attachment.

Updating a Jira issue

1 to 2 calls for each non view-only association.

Admin

Setting up connection

1 API call per setup.

5 additional API calls if importing from Salesforce compact layout.

Configuring a connection

2 API calls per page load.

Configuring a binding

1 API call per page load.

1 API call per mapping dialog load.

Related information

...