Hi i need to group issues in structure by some field (For example: Fix version).
According link I need POST requests on:
https://address.com/rest/structure/2.0/item/create
with json body:
{
"item": {
"type": "com.almworks.jira.structure.:type-generator",
"values": {???}
},
"forest": {
"spec": {"structureId": <ID>},
"version": {"signature": <SIGNATURE>, "version": <VERSION>}
}
}
But I don't know what JSON is needed in "???" section. Where can I see it?
The link above shows examples for Issue and folder.
Hi Alexander,
The quickest way to find values json is from Manage Views>Details>Advanced>Active Specification
Manage Views appears under view selector in Structure Board. Top-right of Structure below layout selector.
Alternatively you can look in Dev Tools (ctrl-Shift-i) Network tab, when loading a structure.
Regards,
Egor Tasa
ALM Works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.