A list of Parameter Sets defined in the system with their IDs can be requested through this REST endpoint.
The list includes the Parameter Sets owned by the current user and public Parameter Sets created by other users. (When a report is shared using a Quick Share link, a public parameter set with a GUID as its name is created by the system. The list returned by this endpoint also includes those Quick Share parameter sets)
Request
<service_url>/rest/parameterSets
Parameters
Parameter
Description
Required
Value Samples
includePublic
Controls whether public parameter sets created and shared by other users should be included in the list.
The default value is true.
true
false
allUsers
Controls whether (public and private) parameter sets created and shared by other users should be included in the list.
The default value is false.
Only users with Administer Jira permissions can use this parameter with "true" value.
When this parameter is set to "true", "includePublic" parameter is automatically processed as "true".
true
false
includeQuickShare
Controls whether parameter sets created by the Quick Share function will be included in the list.
The default value is false.
true
false
startAt
The issue index to start at.
The default value is 0.
10
maxResults
The maximum number of issues in a page. (1-100)
The default is 100 and values greater than 100 or less than 0 will be processed as 100.