action fisheye_get_changesets_for_text { label: "getChangesetsForText" description: "List of changesets from a repository." provider: fisheye method: GET path: "/rest-service-fe/changeset-v1/listChangesets" encoding: json input: { type: "object" properties: { beforeCsid: { type: "string" } comment: { type: "string" } committer: { type: "string" } expand: { type: "string" } p4JobFixed: { type: "string" } path: { type: "string" } rep: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }