Hi All,
I have a developer edition in which I scanned a short lived branch.
The web interface reports only 1 issue in the branch, but the /issues call reports many:
{
“total”: 894,
“p”: 1,
“ps”: 100,
“paging”: {
“pageIndex”: 1,
“pageSize”: 100,
“total”: 894
},
I’m looking at the “total” field. Is it the right one to read for the number of bugs specific to a branch ? What are the “p” and “ps” fields ?
Here is how I use the API:
curl -s "$serverUrl/api/issues/search?componentKeys=$projectKey&branch=$DEV_BRANCH"
This is supposed to return only the bugs introduced by the DEV_BRANCH branch.
I don’t know if it is important, but we disabled some rule and I see lots of “FIXED” in the “issues” list.