I have a Structure that I use specifically to display the number of story points assigned to developers in a particular FixVersion. The JQL query is very basic:
project = "Project Name" AND fixVersion = earliestUnreleasedVersion() AND status != Released AND status != Rejected
I surface the Key, Summary, Fix Version, Story Points and Status. I apply Sum over sub-items on the Story Points field, and this structure gives me a quick summary of total Story Points assigned to to the FixVersion, to each developer and to each ticket.
I then surface this Structure on a dashboard using the Structure widget.
I apply the Basic View in the widget.
But it never surfaces the columns that I selected on the actual Structure:
So I manually remove the columns from the Widget that I don't want, and add the columns I do want... but then periodically I return to this dashboard and it has reverted back and the columns are no longer correct.
Am I doing something wrong? How do I make sure the columns stay put on the widget view?
Solved myself. Saved as a new view and assigned that view to the widget.
Hello Jeffrey,
The displayed columns in the Structure gadget come from the view defined in the gadget's configuration. So if you want certain columns to be shown in the gadget, they need to be added to the selected view.
You can simply save the view in your structure(that has all the needed columns) by clicking the View button in the top-right corner, giving it a name, and then selecting this view in the gadget's configuration.
I hope this helps. Please feel free to reach out to us directly at support.almworks.com if you need our help with anything else.
Best regards,
Stepan Kholodov
ALM Works
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.