action fisheye_get_changeset_details { label: "getChangesetDetails" description: "Retrieves detailed information about a set of changesets in a repository, designed to be used with the FishEye commit graph" provider: fisheye method: POST path: "/rest-service-fe/commit-graph-v1/details/{repository}" encoding: json output: { type: "object" additionalProperties: true } }