You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Chalitha Perera (JIRA)" <ji...@apache.org> on 2016/10/10 05:08:20 UTC

[jira] [Updated] (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:all-tabpanel ]

Chalitha Perera updated CONNECTORS-1341:
----------------------------------------
    Attachment: jira.patch

fix for issue and added additional webUrl field which is useful in metadata mapping  

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