The cross reference study now accepts a list of related ES aliases or indices to be updated with the obtained references
between GitHub issues and Pull Requests, for all the elements identified by a given issue_url.
E.g., github_issues alias, which points to the corresponding enriched indexes from GitHub issues. Note that if the referenced
aliases or indexes do not contain the issue_url field, the affected elements can't be updated.
This is an example about how the setup.cfg has to be updated:
The cross reference study now accepts a list of related ES aliases or indices to be updated with the obtained references between GitHub issues and Pull Requests, for all the elements identified by a given
issue_url
.E.g.,
github_issues
alias, which points to the corresponding enriched indexes from GitHub issues. Note that if the referenced aliases or indexes do not contain theissue_url
field, the affected elements can't be updated.This is an example about how the
setup.cfg
has to be updated:The affected index patters have been updated in this PR: https://github.com/chaoss/grimoirelab-sigils/pull/476
Note: as soon as this PR and https://github.com/chaoss/grimoirelab-sigils/pull/476 get merged, the index pattern for
github_issues
has to be updated to include the fieldissue_url
, after the changes from https://github.com/chaoss/grimoirelab-elk/pull/942.