I’m using SonarQube Community Edition version 6.7.4 and try to get details about project issues using following API call.
I found some of hash is not displaying in project issues API call. (api/issues/search)
Is there any particular reason to this.
Response
{
key: "AW3u9erW8FRa7reh8576",
rule: "common-java:DuplicatedBlocks",
severity: "MAJOR",
component: "project01:model:src/main/java/com/sample/testFile1.java",
project: "project01",
flows: [ ],
status: "OPEN",
message: "2 duplicated blocks of code must be removed.",
effort: "30min",
debt: "30min",
author: "dilan2012salinda@gmail.com",
tags:
[
"pitfall"
],
creationDate: "2019-10-21T14:12:22+0530",
updateDate: "2019-10-21T21:05:43+0530",
type: "CODE_SMELL",
organization: "default-organization"
}
What are the situations of hash key not displaying in issues.