When an issue is removed from Jira and ConnectALL attempts to apply the orphan strategy, nothing appears to happen. Related artifacts does not show any successes or failures.
Further inspection in logs may indicate an error as follows:
ERROR YYYY-MM-dd hh:mm:ss,zzz [-nodeIdentifier | logPrefix | scheduleId | runStatusId | {groupName}][(orphan-flows) thread ## - JmsConsumer[findOrphanQ]] com.go2group.connectall.model.transformer.jira.rest.JiraRestConnectionManager: Exception in connection manager
java.lang.NullPointerException: null
at java.base/java.util.Objects.requireNonNull(Objects.java:233) ~[?:?]
at com.go2group.connectall.model.transformer.jira.rest.json.SortSprintByCompletedDate.isOpenState(SortSprintByCompletedDate.java:37) ~[Connectors-4.0.1.jar!/:4.0.1]
at com.go2group.connectall.model.transformer.jira.rest.json.SortSprintByCompletedDate.compare(SortSprintByCompletedDate.java:19) ~[Connectors-4.0.1.jar!/:4.0.1]
at com.go2group.connectall.model.transformer.jira.rest.json.SortSprintByCompletedDate.compare(SortSprintByCompletedDate.java:9) ~[Connectors-4.0.1.jar!/:4.0.1]
DE182134
To prevent parsing issues, you should avoid using the following characters in sprint goals and sprint names until we have the issue fixed:
[ { , = ] }
This will be fixed in a future version of ConnectALL