-
Bug
-
Resolution: Invalid
-
Low
-
None
-
8.14.0, 8.13.3
-
None
-
8.13
-
3
-
Severity 2 - Major
-
42
-
Problem
Due to this bug https://jira.atlassian.com/browse/JSWSERVER-20866 , when performing the workaround which is to run Background or project re-index, the subtask only re-appears on the node where is was executed on.
This is only affecting boards which has the Advance Roadmaps' Team Field
Environment
Tested on :
Jira version 8.13.3 , 8.14.0
Advance Roadmaps version : 3.29.5
Steps to Reproduce
Steps to reproduce below are using a 2 node JDC environment
- Verify that you are running into the bug from
JSWSERVER-20866where the board's filter includes a teams field from Advance Roadmaps. Then first run a full-reindex. This will remove the teams field from the index. - Run project re-index on Node 1. Subtask is now visible on Node 1's board
- Check node 2
Expected Results
Running the project re-index on Node 1 will trigger the Proect re-index on Node 2 and the subtask should now be visible on Node 2
Actual Results
Project re-index is triggered on Node 2 but the Subtask is not visible on Node 2's board
- Run project re-index on Node 2. Subtask is now visible on Node 2's board
- Check Node 1, issue occurs there again.
- Running project re-index or background re-index on Node 1 fixes this issue in Node 1 but checking Node 2, its happening there again.
Screen recording : kanbanboard.mp4
Workaround
- Add this system property to disable filtering indexers by value ( Setting properties and options on startup )
-Djira.cfv.driven.indexing.disabled=true
You can learn more about this property from Optimizing custom fields
- Restart Jira
- Perform a full re-index.
- relates to
-
JRASERVER-72045 IndexException: Wait attempt timed out - waited 30000 milliseconds caused by background indexing tasks
- Closed
-
JPOSERVER-2931 Plan doesn't show Team field value for subtasks created after its parent is associated with Team intermittently
- Closed
-
JPOSERVER-2948 Viewing a Subtask while DVCS accounts are synced(Or any non-interactive indexing ) causes Advanced Roadmaps Team custom field to be dropped from indexes
- Closed
-
JSWSERVER-20866 Subtask does not display on boards when Team field included in filter
- Closed
- mentioned in
-
Page Loading...