How would I get a build log link with the _focus set to the failure line from the REST API
I would like to include a link in our build failure email to the problem. I have seen how from a build I can click "Show in Build Log" and it will take me to the line that the issue is on. Is it possible for me to get this link through the REST API?
Please sign in to leave a comment.
Hi Max,
I'm afraid there isn't an API point for this at the moment. Could you please open a feature request for it in our tracker? https://youtrack.jetbrains.com/issues/TW
Have there been any updates regarding this issue? I'm in a situation where I need to do pretty much the same thing. Getting the focus of a particular step would also work. For example, we can get the focus value of a particular test from the /app/rest/testOccurrences point, but I can't find anything of the sort for failures or steps in a build.