Hello!
We use Crucible (as another product - JIRA) for many years, and now I'm doing some automation... I need to get the same value which is shown in Crucible UI in detailed review info under the field name "Branched from" but with Crucible REST API. I know CSID of review. Even branch (when review is branch-based). But how to find branch from which review's branch was cloned? Usually it's "master" (I'm talking about Git only), but not always, sure.
I tried "rest-service-fe/commit-graph-v1/slice/" REST API call but it does not help.
How Crucible find this value, i.e. "Branched from"? How to do the same with REST?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.