My organization is considering using cases as the basis of a support ticketing system where each case acts as a ticket. I have limited exposure to Bonita and am looking to get feedback on the idea of it.
So far my thinking is I can get open cases/tickets via:
/API/bpm/case?p=0&c=10&f=processDefinitionId=1234&started_by=user
and closed tickets via:
/API/bpm/archivedCase?p=0&c=10&f=processDefinitionId=1234&started_by=user
Cases could be created using the case create rest API and cases already include comment API as well.
- Has anyone done this?
- How would I go about adding custom fields to the tickets and retrieve them?
- I am looking for some guidance in the form of a high level overview of how this could be accomplished by a more experienced Bonita Developer.