It's all about the answers!

Ask a question

What service is available that will return Inline issues for code review?


Jay Penerian (151) | asked Mar 10 '20, 1:32 p.m.

I am working on a custom widget that will return code review issues back to a widget in the users dashboard. I was able to find a service that would return the results for general issues. I looked through the available documentation for the API but was determine which service will call the in-line issues. 


Is there a service available that will call and return in-line issues? I have a suspicion that the getVersionableIssues() may be involved somehow but I am not certain. 

Accepted answer


permanent link
Vishal Gupta (311) | answered Mar 11 '20, 3:11 p.m.
JAZZ DEVELOPER

You are right. You can use getVersionableIssues() to get the list of issues which are grouped by files. You can call getIssues() for every versionable issue group, to get the list of issues raised for that file (versionable).

Jay Penerian selected this answer as the correct answer

One other answer



permanent link
Jay Penerian (151) | answered Mar 23 '20, 10:14 a.m.

 Hi Vishal,

Thank you for the information. 

Cheers,
Jay.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.