Skip to content

added tools for parts in devrev #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

floatingIce91
Copy link
Contributor

@floatingIce91 floatingIce91 commented Jun 8, 2025

Added support for creating, updating and getting parts (enhancement) in DevRev
Issue: https://app.devrev.ai/devrev/works/ISS-175688

@floatingIce91 floatingIce91 requested a review from a team as a code owner June 8, 2025 10:08
inputSchema={
"type": "object",
"properties": {
"type": {"type": "string", "enum": ["issue", "ticket"]},
"id": {"type": "string"},
"title": {"type": "string"},
"body": {"type": "string"},
"applies_to_part": {"type": "string", "description": "The DevRev ID of the part to which the work item applies"},
"owned_by": {"type": "array", "items": {"type": "string"}, "description": "The DevRev IDs of the users who are assigned to the work item"},
"sprint": {"type": "string", "description": "The sprint ID to associate the issue or ticket with."},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the tool to fetch the relevant sprint as a part of this PR itself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add once the API is public, removing sprint field from update_work tool for now

@floatingIce91 floatingIce91 deleted the feature/part_tools branch June 9, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants