You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello Team,
Thanks in Advance.
I want to add multiple filter (quick-filter) in structure.
I had use below code but it rewrites:
def quickFilter = [
"module": CoreStructureGenerators.FILTER_JQL,
"params": [
(CoreGeneratorParameters.JQL): "status != Closed",
],
"key": 'filter',
"quick": [
"id": "-${structureId}-1",
"name": "Show non-Closed issues"
]
]
// Warning! The existing quick transformations in the structure will be overwritten!
propertyService.setValue(structureId, "quick-transforms", JsonOutput.toJson([quickFilter]))
Hello Jaspreet,
For questions regarding non-standard Structure functionality and custom development, please contact us directly at support.almworks.com and we will connect you with our Solutions team for consulting on the matter.
Best regards,
Stepan Kholodov
ALM Works
thanks @Stepan Kholodov _ALM Works_ i had uploaded the problem, but no-one responding. can you please suggest some function to do , need this solution on urgent basis
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.