You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2016/10/10 06:03:21 UTC

[jira] [Commented] (CONNECTORS-1341) JIRA Connector is unable to process any documents

    [ https://issues.apache.org/jira/browse/CONNECTORS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15561396#comment-15561396 ] 

Karl Wright commented on CONNECTORS-1341:
-----------------------------------------

Thanks for the patch!

Please let me know of any other issues with this connector; it was a contribution and it obviously has not been exercised very thoroughly.


> 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)