diff --git a/src/board/board.module.js b/src/board/board.module.js index 023ce63e332243a78ea4c88d31b929ef5761e8bb..1f14134541b28957a50f16ae52a3f5393a5b0a1e 100644 --- a/src/board/board.module.js +++ b/src/board/board.module.js @@ -164,7 +164,7 @@ $markdownProvider.registerPlugin(window.markdownitEmoji); $markdownProvider.registerPlugin(window.md_twemoji_plugin); }]) - .constant('stage_regexp', /KB\[stage\]\[(\d+)\]\[(.*?)\]/) + .constant('stage_regexp', /(?:KB\[stage\]\[)?(\d+)(?:\]\[| - )([^\]]*)(?:\])?/) .constant('priority_regexp', /KB\[priority\]\[(\d+)\]\[(.*?)\]/) ; }) (window.angular, window.CLIENT_VERSION);