我已经使用了以下GitHub链接中提供的“打印故事卡”功能:
https://github.com/jkrooswyk/Print-Story-Cards-with-Mods-Apps/blob/master/Print%20All%20Backlog%20Story%20Cards.html。
但是,我想对它进行一点修改,以便按特征对故事进行排序,这样我就可以将特征打印在不同颜色的纸张上。有没有办法修改这段代码来做到这一点?
发布于 2018-08-17 10:15:39
您应该能够只更改这一行:
https://github.com/jkrooswyk/Print-Story-Cards-with-Mods-Apps/blob/master/Print%20All%20Backlog%20Story%20Cards.html#L183
类似这样的东西:
order: 'Feature'
https://stackoverflow.com/questions/51883663
相似问题