GET /rest/api/2/issue/limit/adf/report

Returns all issues whose ADF (rich text) field data breaches the universal ADF size limit.

Unlike the issue limit report, which reports issues breaching per-issue entity count limits, this endpoint reports issues whose ADF field byte size exceeds that limit. The reported ADF field types are comment_adf, worklog_adf, customfield_adf, description_adf and environment_adf. The reported value for each issue is the number of breaching entities for that field (always 1 for the single-value description and environment fields).

Permissions required:

Servers

Query parameters

Name Type Required Description
fieldType[] Array No

Restrict the report to the given ADF field types. Defaults to every ADF field type.

For sites with a high issue volume, consider requesting field types individually to avoid timeouts.

Usage: Add ?fieldType=comment_adf&fieldType=worklog_adf to the end of the path to report on comments and worklogs only.

isReturningKeys Boolean No

Return issue keys instead of issue ids in the response.

Usage: Add ?isReturningKeys=true to the end of the path to request issue keys.

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.