我不熟悉rally- App -builder并使用自定义应用程序屏幕。我想使用核心评估板,但向每张卡添加更多属性,如迭代和进度状态。我尝试在boardconfig的方法中放置一些代码,但是没有成功。下面是来自github的代码的链接,因为它有很多文本。
https://github.com/RallyApps/app-catalog/blob/master/src/legacy/EstimationBoardApp.html
第186行是cardboardconfig行。我添加了'cardConfig‘,试图向卡片添加更多属性,但它不起作用。任何建议都将不胜感激。
var cardboardConfig = {
types: [],
attribute: "PlanEstimate",
columns: columns,
maxCardsPerColumn: 200,
items: that._getItems,
sortAscending: true,
order: "Rank",
enableRanking: false
cardConfig: {
fields: ['Iteration', 'ScheduleState']}
};发布于 2018-05-25 09:33:13
你有没有看过这个更新版本的板子?
https://github.com/RallyCommunity/EstimationBoard
如果您的订阅中启用了产品内社区应用程序目录,也可以使用它。
这个应用程序允许你在卡片上选择你想要的字段,而不需要更改任何代码。你链接的应用程序非常旧,希望在某个时候会被我链接到上面的应用程序所取代。
https://stackoverflow.com/questions/50518638
复制相似问题