Automate Fecru Fisheye Crucible
HumDay reads Fecru Fisheye Crucible’s own published API description and derives 113 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What HumDay can do in Fecru Fisheye Crucible
70 documented operations change something in Fecru Fisheye Crucible. The 63 most useful are listed here.
- POSTUsing POST method to set a user preference.
/rest-service-fecru/user-prefs-v1 - POSTGet the user authentication token.
/rest-service-fecru/auth/login - POSTCreates a new user. Tries to add the user to fisheye-users and crucible-users groups if those exist.
/rest-service-fecru/admin/users/ - POSTCreates a new user group.
/rest-service-fecru/admin/groups/ - PUTAdd user permission [username, action name] to given permission scheme List of available action names:
/rest-service-fecru/admin/permission-schemes/{name}/users - PUTAdd user to project's allowed reviewer users list
/rest-service-fecru/admin/projects/{key}/allowed-reviewer-users - PUTAdd user to project's default reviewer users list
/rest-service-fecru/admin/projects/{key}/default-reviewer-users - PUTAdd anonymous-user permission [action name] to given permission scheme List of available action names:
/rest-service-fecru/admin/permission-schemes/{name}/anonymous-users - POSTCreates a new project.
/rest-service-fecru/admin/projects - PUTAdds user to group
/rest-service-fecru/admin/groups/{name}/users - PUTAdds user to group
/rest-service-fecru/admin/users/{name}/groups - POSTCreates a new permission scheme.
/rest-service-fecru/admin/permission-schemes - DELETERemove user from project's allowed reviewer users list
/rest-service-fecru/admin/projects/{key}/allowed-reviewer-users - DELETERemove user from project's default reviewer users list
/rest-service-fecru/admin/projects/{key}/default-reviewer-users - PUTAdd logged-in-users permission [action name] to given permission scheme List of available action names:
/rest-service-fecru/admin/permission-schemes/{name}/logged-in-users - DELETEDeletes a user by name
/rest-service-fecru/admin/users/{name} - PUTUpdates an existing user.
/rest-service-fecru/admin/users/{name} - POSTUpdate share
/rest-service-fecru/share-content-v1/share - POSTCreates a repository.
/rest-service-fecru/admin/repositories - DELETERemoves user from group
/rest-service-fecru/admin/groups/{name}/users - DELETERemoves user from group
/rest-service-fecru/admin/users/{name}/groups - POSTAdds repository
/rest-service-fecru/admin/repositories-v1 - DELETERemoves user permission [username, action name] from given permission scheme
/rest-service-fecru/admin/permission-schemes/{name}/users - PUTAdd group permission [group name, action name] to given permission scheme List of available action names:
/rest-service-fecru/admin/permission-schemes/{name}/groups - PUTAdd review-role permission [role name, action name] to given permission scheme List of available action names: List of available role names:
/rest-service-fecru/admin/permission-schemes/{name}/review-roles - PUTAdd group to project's allowed reviewer group list
/rest-service-fecru/admin/projects/{key}/allowed-reviewer-groups - PUTAdd group to project's default reviewer group list
/rest-service-fecru/admin/projects/{key}/default-reviewer-groups - DELETERemoves anonymous-user permission [action name] from given permission scheme
/rest-service-fecru/admin/permission-schemes/{name}/anonymous-users - DELETEDelete group from project's allowed reviewer group list
/rest-service-fecru/admin/projects/{key}/allowed-reviewer-groups - DELETEDelete group from project's default reviewer group list
/rest-service-fecru/admin/projects/{key}/default-reviewer-groups - PUTRebuilds the search index data for the given repository.
/rest-service-fecru/admin/repositories/{repository}/reindex-search - DELETERemoves logged-in-users permission [action name] from given permission scheme
/rest-service-fecru/admin/permission-schemes/{name}/logged-in-users - POSTRebuilds the search index data for the given repository.
/rest-service-fecru/admin/repositories-v1/{repository}/reindex-search - DELETEDeletes a group by name
/rest-service-fecru/admin/groups/{name} - PUTUpdates an existing group.
/rest-service-fecru/admin/groups/{name} - DELETEDeletes a project by key (including all reviews in this project).
/rest-service-fecru/admin/projects/{key} - PUTUpdates an existing project.
/rest-service-fecru/admin/projects/{key} - PUTNote: use /rest-service-fecru/admin/repository-permissions/ endpoint for full repository permission administration functionality Adds group to repository allowed groups
/rest-service-fecru/admin/repositories/{repository}/permissions/groups - DELETEDeletes a permission scheme by name
/rest-service-fecru/admin/permission-schemes/{name} - PUTUpdates an existing permission scheme.
/rest-service-fecru/admin/permission-schemes/{name} - DELETEDeletes a repository by key
/rest-service-fecru/admin/repositories/{repository} - PUTUpdates an existing repository.
/rest-service-fecru/admin/repositories/{repository} - DELETEDeletes repository. Warning: you can not undo this operation
/rest-service-fecru/admin/repositories-v1/{repository}/ - PUTUpdates default repository permissions properties.
/rest-service-fecru/admin/repositories/~defaults/permissions - PUTStops repository. Does not wait for the repository to stop before returning.
/rest-service-fecru/admin/repositories/{repository}/stop - PUTStarts repository. Does not wait for the repository to start before returning.
/rest-service-fecru/admin/repositories/{repository}/start - DELETERemoves group permission [group name, action name] from given permission scheme
/rest-service-fecru/admin/permission-schemes/{name}/groups - POSTRuns an incremental repository index now.
/rest-service-fecru/admin/repositories-v1/{repository}/scan - POSTStops the repository. Does not wait for the repository to stop before returning.
/rest-service-fecru/admin/repositories-v1/{repository}/stop - POSTStarts the repository.
/rest-service-fecru/admin/repositories-v1/{repository}/start - POSTEnables repository.
/rest-service-fecru/admin/repositories-v1/{repository}/enable - POSTDisables repository.
/rest-service-fecru/admin/repositories-v1/{repository}/disable - POSTScans the whole CVS repository for any changes since the last scan.
/rest-service-fecru/admin/repositories-v1/{repository}/scan-cvs - PUTUpdates repository permissions properties.
/rest-service-fecru/admin/repositories/{repository}/permissions - DELETERemoves review-role permission [role name, action name] from given permission scheme
/rest-service-fecru/admin/permission-schemes/{name}/review-roles - PUTDeletes the existing cache and re-indexes the repository from scratch.
/rest-service-fecru/admin/repositories/{repository}/reindex-source - PUTRe-indexes all the Crucible revision data (which revisions have been reviewed)
/rest-service-fecru/admin/repositories/{repository}/reindex-reviews - PUTRe-scans the repository metadata.
/rest-service-fecru/admin/repositories/{repository}/rescan-metadata - POSTDeletes the existing cache and re-indexes the repository from scratch.
/rest-service-fecru/admin/repositories-v1/{repository}/reindex-source - PUTRuns an incremental repository index.
/rest-service-fecru/admin/repositories/{repository}/incremental-index - PUTRe-indexes the linecount data used to generate the LOC graphs.
/rest-service-fecru/admin/repositories/{repository}/reindex-linecount - POSTRe-indexes all the Crucible revision data (which revisions have been reviewed)
/rest-service-fecru/admin/repositories-v1/{repository}/reindex-reviews - POSTRe-scans the repository metadata for SVN and Perforce repositories.
/rest-service-fecru/admin/repositories-v1/{repository}/rescan-metadata
What HumDay can read from Fecru Fisheye Crucible
These are the operations a schedule or a trigger can watch.
- GETGet a list of recently visited items for the currently logged in user.
/rest-service-fecru/recently-visited-v1 - GETGet a list of recently visited users for the currently logged in user.
/rest-service-fecru/recently-visited-v1/users - GETGet a list of recently visisted items for the currently logged in user, including the detailed entities.
/rest-service-fecru/recently-visited-v1/detailed - GETGet a list of recently visited users for the currently logged in user, including the detailed entities.
/rest-service-fecru/recently-visited-v1/users/detailed - GETGet a list of recently visited reviews for the currently logged in user.
/rest-service-fecru/recently-visited-v1/reviews - GETGet a list of recently visited projects for the currently logged in user.
/rest-service-fecru/recently-visited-v1/projects - GETGet a list of recently visited snippets for the currently logged in user.
/rest-service-fecru/recently-visited-v1/snippets - GETGet a list of recently visited repositories for the currently logged in user.
/rest-service-fecru/recently-visited-v1/repositories - GETGet a list of recently visited reviews for the currently logged in user, including the detailed entities.
/rest-service-fecru/recently-visited-v1/reviews/detailed - GETGet a list of recently visited snippets for the currently logged in user, including the detailed entities.
/rest-service-fecru/recently-visited-v1/snippets/detailed - GETGet a list of recently visisted repositories for the currently logged in user, including the detailed entities.
/rest-service-fecru/recently-visited-v1/repositories/detailed - GETGetting user's global preference
/rest-service-fecru/user-prefs-v1/{property} - GETProvides general information about the server's configuration.
/rest-service-fecru/server-v1 - GETGet a list of recently visited projects for the currently logged in Project, including the detailed entities.
/rest-service-fecru/recently-visited-v1/projects/detailed - GETGetting user's preference related to a certain repository
/rest-service-fecru/user-prefs-v1/{repository}/{property} - GETReturns indexing status of given repository.
/rest-service-fecru/indexing-status-v1/status/{repository} - GETRetrieve a page of users.
/rest-service-fecru/admin/users/ - GETRetrieve a page of user permissions [username, action name] for given permission scheme.
/rest-service-fecru/admin/permission-schemes/{name}/users - GETRetrieve a user by name.
/rest-service-fecru/admin/users/{name} - GETRetrieve a page of groups.
/rest-service-fecru/admin/groups/ - GETRetrieve a page of projects.
/rest-service-fecru/admin/projects - GETRetrieve a page of repositories.
/rest-service-fecru/admin/repositories - GETLists group's user names
/rest-service-fecru/admin/groups/{name}/users - GETLists user's group names
/rest-service-fecru/admin/users/{name}/groups - GETRetrieve a page of permission schemes.
/rest-service-fecru/admin/permission-schemes - GETRetrieve a page of anonymous users permissions [action name] for given permission scheme.
/rest-service-fecru/admin/permission-schemes/{name}/anonymous-users - GETRetrieve a page of logged in users permissions [action name] for given permission scheme.
/rest-service-fecru/admin/permission-schemes/{name}/logged-in-users - GETRetrieve a page of group permissions [group name, action name] for given permission scheme.
/rest-service-fecru/admin/permission-schemes/{name}/groups - GETRetrieve a page of projects for given permission scheme.
/rest-service-fecru/admin/permission-schemes/{name}/projects - GETRetrieves project's allowed reviewer users
/rest-service-fecru/admin/projects/{key}/allowed-reviewer-users - GETRetrieves project's default reviewer users
/rest-service-fecru/admin/projects/{key}/default-reviewer-users - GETRetrieve a page of review-roles permissions [role name, action name] for given permission scheme.
/rest-service-fecru/admin/permission-schemes/{name}/review-roles - GETRetrieve a group by name.
/rest-service-fecru/admin/groups/{name} - GETRetrieve a project by key.
/rest-service-fecru/admin/projects/{key} - GETRetrieve a permission scheme by name
/rest-service-fecru/admin/permission-schemes/{name} - GETRetrieve a repository by key.
/rest-service-fecru/admin/repositories/{repository} - GETReturns information about the status of the repository and the current indexing status
/rest-service-fecru/admin/repositories-v1/{repository}
How automating Fecru Fisheye Crucible works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Fecru Fisheye Crucible account.
- Grant access, then go live. You approve the specific Fecru Fisheye Crucible operations it may use — and only those.
Automate Fecru Fisheye Crucible with these
- OData for namespace microsoft.graph11412 operations
- GitHub811 operations
- Atlassian The Jira Cloud platform474 operations
- Gitlab358 operations
- JIRA 7.6.1324 operations
- Appcenter App Center Client323 operations
- Gitea .321 operations
- Bitbucket292 operations
- Keycloak Admin281 operations
- Apple App Store Connect251 operations
- Files.com222 operations
- Vmware vRealize Network Insight Reference161 operations
Categories
Questions about Fecru Fisheye Crucible automation
- Can HumDay connect to Fecru Fisheye Crucible?
- Yes. HumDay reads Fecru Fisheye Crucible's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 113 operations are documented.
- Do I need to write code to automate Fecru Fisheye Crucible?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Fecru Fisheye Crucible account.
- What can HumDay do in Fecru Fisheye Crucible?
- 70 of the 113 documented operations change something in Fecru Fisheye Crucible, and 43 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Fecru Fisheye Crucible account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Fecru Fisheye Crucible is held behind that approval.
Where this came from
The operations above are read from a published API description for Fecru Fisheye Crucible at docs.atlassian.com/fisheye-crucible/latest_backup/wadl/fecru.wadl. Descriptions are the provider’s own words, not ours. Last published 2018-11-21.