Skip to main content
DevRev logo

DevRev

Lets an agent work with DevRev, the platform that unifies dev (issues), support (tickets and conversations), and CRM (accounts) on one graph. Create and update work items, list parts, dev users, accounts and conversations, and add timeline comments.

What it can do

MethodWhat it does
devrev_work_createCreate a work item (issue or ticket) with title, owner, body, and priority.
devrev_works_listList work items, filtered by type and state.
devrev_work_getGet a work item by ID.
devrev_work_updateUpdate a work item's title, body, stage, priority, or owner.
devrev_parts_listList parts (products, capabilities, features) that work items apply to.
devrev_dev_users_listList dev users (members of your DevRev org).
devrev_accounts_listList accounts (customer organizations).
devrev_conversations_listList support / PLuG conversations.
devrev_timeline_entry_createAdd a timeline comment / note to a work item or conversation.
devrev_requestGeneric passthrough to any DevRev endpoint for full API coverage.

DevRev's API is POST-based: list and get operations are POST calls with a JSON body, not GET requests.

How to get your token

DevRev authenticates API calls with a Personal Access Token (PAT) sent in the Authorization header.

  1. Sign in to DevRev.
  2. Open Settings -> API tokens (Personal Access Tokens).
  3. Create a new PAT, copy it, and paste it into FlyMyAI.

Fields to fill

FlyMyAI fieldWhere it comes from
DEVREV_TOKENDevRev -> Settings -> API tokens (Personal Access Token)

Troubleshooting

  • 401 Unauthorized - the PAT is wrong or expired. Create a new one in Settings -> API tokens.
  • applies_to_part is required - some DevRev orgs require a part on every work item. List parts with devrev_parts_list and pass one of the IDs as applies_to_part.
  • owned_by not accepted - pass dev-user IDs from devrev_dev_users_list, not names or emails.
  • Cannot find an object by ID - DevRev IDs are don:core:... DON strings; use the exact value returned by a list call.
We love our partners - FlyMy.AI builds with the best. Thanks, DevRev!