Skip to main content
Skip table of contents

Checklist Usage Statistics API

Overview

Retrieve usage statistics for checklists in Smart Issue Templates to identify unused or rarely used checklists during migration cleanup.

Endpoint

GET /rest/smartissuetemplates/1.0/checklist/by-usage

Query Parameters

Parameter

Required

Default

limit

No

20

offset

No

0

Examples

Get top 20 checklists

GET /rest/smartissuetemplates/1.0/checklist/by-usage

Get top 50 checklists

GET /rest/smartissuetemplates/1.0/checklist/by-usage?limit=50&offset=0

Paginated request

GET /rest/smartissuetemplates/1.0/checklist/by-usage?limit=20&offset=40

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.