Adding a column to the Agile BoardIssue How can you add a new column to the Agile Board? ResolutionIn New York we introduced the script include 'AgileBoardColumnsAndFieldsService' where you can add a new column in the 'updateConfiguration' function. You also need to add the column to the view. If you just make modifications to the script and save it it won't work. This is what you need to do: - Open the table rm_story and then open the view Agile Board - Right-click on the column and choose List Layout. Change the view to include the column here,The configuration you make in the script still applies but it doesn't automatically push the column to the view.