Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1341

JIRA Connector is unable to process any documents

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • ManifoldCF 2.6
    • JIRA connector
    • None

    Description

      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;

      Attachments

        1. jira.patch
          1 kB
          Chalitha Perera
        2. jiraACL.patch
          0.9 kB
          Antonio David Pérez Morales

        Activity

          People

            kwright@metacarta.com Karl Wright
            ChalithaPerera Chalitha Perera
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: