structure_getValues
Retrieve Jira Structure attribute values for given row IDs, including key, summary, status, and issue type. Use with structure_getForest row IDs.
Instructions
Load Structure attribute values for row ids (POST /rest/structure/2.0/value). Get row ids from structure_getForest. Default attributes: key, summary, status, issuetype.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Row ids from forest formula | |
| attributes | No | Attribute specs; string shorthand = {id, format:"text"} | |
| forestSpec | No | Raw RestForestSpec; overrides structureId | |
| structureId | No | Structure id |