Hello,
I can see both status
and issueStatus
fields in the /issues/search
API response. API docs describes the latter but not the former. Can someone please help me understand the difference?
See the first and last fields below.
Thank you.
Hello,
I can see both status
and issueStatus
fields in the /issues/search
API response. API docs describes the latter but not the former. Can someone please help me understand the difference?
See the first and last fields below.
Thank you.
Hey there.
status
is deprecated in favor of issueStatus
. While they return the same value, eventually status
will be removed. Check the changelog of the API you’re using in the Web API documentation for more details.
Also, in the future, please provide the version of SonarQube you’re using, as noted in the template post.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.