Jiraバージョン:3.13.5
JIRAのダッシュボードに、自分に割り当てられているすべての未解決の問題を表示するセクションがあります。しかし、このリストには、すでにクローズされている問題もいくつかあります。
そこで、ワークフローを見てみました。
私はちょうど1つの近い遷移を取得します。「PostFunctions」の下に以下を追加します。
Set issue status to the linked status of the destination workflow step.
— THEN
Add a comment to an issue if one is entered during a transition.
— THEN
Update change history for an issue and store the issue in the database.
— THEN
Re-index an issue to keep indexes in sync with the database.
— THEN
Fire a Issue Closed event that can be processed by the listeners.
しかし、それは機能しません!クローズされたすべての問題は、クローズとしてマークされません!
この設定がどこにあるか誰か知っていますか?