Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-13954

Creating Links between issues seems to make unnecessary calls to re-index those issues.

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Invalid
    • None
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      When you remove a link between issues it only re-indexes the two issues if it was a system link (ie parent-> subtask), because these are the only links we store in Lucene index.
      see DefaultIssueLinkManager.removeIssueLink()
      On the other hand, when we create a new link, we always re-index, although it should probably only be necessary for system links.
      see DefaultIssueLinkManager.createIssueLink()

      Apparently Lucene indexing is a performance bottleneck.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mlassau Mark Lassau (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: