I have used the "Structure" macro to insert my board into a Confluence page.
I would like to return only a sub-set of data:
1) all results belonging to a specific Issue Key (as per what's displayed in structure, i.e. bring me Epics, bring me stories etc)
2) all results belonging to a specific board Filter/Transformation
Is this possible using the macro "Filter"
Hi Shakthi,
Transformations have no effect on the Structure macro.
It is possible, though, to apply a filter in the gadget by using a JQL criteria.
To do so, you'd need to edit your Confluence page, and then edit the gadget. Once you're in the configuration details of the gadget, you should see a 'Filter Type' option.
I hope that helps.
(Thank you for using Structure).
Mario O.G
[ALM Works]
Thank you.
I used the JQL example below to achieve the first ask (Return all children of a specific issue key)
issue in structure("insert name of structure board", 'child of [issue = "projectkey-277"]')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.