Open
Description
In the index.html file when displaying information about the github issue its reference as ${issue.githubIssue.url} when running this the following error occurs.
Exception evaluating SpringEL expression: "issue.githubIssue.url" (index:16)
The expression needs to be changed to ${issue.gitHubIssue.url} to display the data on the page.
Metadata
Metadata
Assignees
Labels
No labels