chaoss / grimoirelab-elk

GNU General Public License v3.0
59 stars 120 forks source link

[enriched/github] Add field issue_url for issues and pull requests #942

Closed mafesan closed 3 years ago

mafesan commented 3 years ago

This field is added for preserving consistency with the rest of the related GitHub enrichers (github2, githubql), as both are using this field to identify the URL of an issue or a pull request.

The value of this field is the same as the existing url field.

This PR is related to PR https://github.com/chaoss/grimoirelab-elk/pull/941.

Note: the related index pattern github_issues still has to be updated with this field. This has to be done after merging the changes from https://github.com/chaoss/grimoirelab-sigils/pull/476.