...
| Must be equal to |
| Identifies the type of the subject to which the rule applies. Must be one of |
| Access level to set to the specified subject. Must be equal to one of the names of the Permission Level enum constants, case-insensitive. |
In addition, there are fields to identify the subject.
...
| Integer code of the error |
| Brief technical description of the error. Contains a name of the corresponding StructureError enum constant. |
| The ID of the structure involved. |
| The ID of the JIRA issue involved. |
| More detailed message, may contain technical details. |
| User-displayable message in the REST API user locale or JIRA default locale if the user is not authenticated. |
...
| If present, the returned list will contain only structures which names contain the specified string (case insensitive). |
| If present, the returned list will contain only structures to which the REST API user has the specified access level. Must be equal to one of the names of the Permission Level enum constants, case-insensitive. NONE is treated in the same way as VIEW. Please note that Control permission is represented by the ADMIN enumeration constant. |
| If |
| If |
archived | If true , the returned list can also contain archived structures. Default is false . |
limit | If specified, must be a number. Defines the maximum number of structures to return. |
...