[ https://issues.apache.org/jira/browse/CONNECTORS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl Wright resolved CONNECTORS-1341. ------------------------------------- Resolution: Fixed Fix Version/s: ManifoldCF 2.6 r1764020 > JIRA Connector is unable to process any documents > ------------------------------------------------- > > Key: CONNECTORS-1341 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1341 > Project: ManifoldCF > Issue Type: Bug > Components: JIRA connector > Reporter: Chalitha Perera > Assignee: Karl Wright > Fix For: ManifoldCF 2.6 > > Attachments: jira.patch > > > JIRA connector is unable to process any document beyond the repository > connector due to mistake in logic. > if(activities.checkDocumentNeedsReindexing(documentIdentifier,versionString)) > continue; > should be > if(!activities.checkDocumentNeedsReindexing(documentIdentifier,versionString)) > continue; -- This message was sent by Atlassian JIRA (v6.3.4#6332)