Hey all,
Is it possible to combine a number of fields so they show under one column within a dashboard.
Rich Filters can do this pretty much exactly how I want, but it has a limited number of slots you can put Smart Filter is before having to use another Smart Filter.
Example
We would like all these values to be shown within a Field D (Label?). This would make it so we don't have to have multiple columns which starts to cramp everything up and it would just be one column on a dashboards.
+ If we add anything new to Field A,B,C. Field D would just dynamically update.
Tried
Any suggestions/ideas?
Thanks
-Nick
While I have not tested it directly, I believe that a power script custom field would work. You would write a script in SIL that would calculate the value of the custom field you define.
https://confluence.cprime.io/display/KCF/PCF+-+SIL+Script+Custom+Field
The field is recalculated when the issue is edited.
The label field is treated as an array of strings, so you would have to use the array methods to add the items.
https://confluence.cprime.io/display/SIL/arrayAddElementIfNotExist
The cprime guys are pretty responsive if you try it out and are having trouble figuring it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.