Jump to content

BPM Selection on Tickets Raised via API


aykut.boyraz

Recommended Posts

Good afternoon,

I wanted to know if it was possible to use an API to raise a new ticket in Hornbill, without selecting the ticket type or the BPM in advance?

Essentially, we would like to be able to review a request and then decide on which BPM to use (as we would do with emails). This is to prevent any errors through automation and to reduce the number of tickets raised per issue.

Kind regards,

Aykut 

Link to comment
Share on other sites

@aykut.boyraz the log request API requires the requesttype to be sent.

https://api.hornbill.com/apps/com.hornbill.servicemanager/Requests?op=logRequest

image.png

It is not essential to specify a BPM, but there is no mechanism in the UI for the user to change the request type, service or catalog item (which the BPM is normally tied too).

The only exception to this, is a BPM operation, which allows for the resetting of the tickets Service / Catalog Item and if desired the restarting of the associated BPM.

So potentially you could have an auto-task on the request (accessible via a custom button), which will allow the logged request to have it's service, catalog and BPM changed - but this does not extent to the request type, and also you would have to define in the auto-task what the service / catalog item is, you can't currently choose this via the user interface manually.   

image.png

Potentially you could have different custom button's visible on the request view (each with their own service / catalog item - but of course this won't scale well), but they can be used to change the service / catalog item and in turn their linked BPM.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...