Merge · Arazzo Workflow
Merge Ticketing Open a Ticket with a First Comment
Version 1.0.0
Create a ticket on a linked ticketing system, add an opening comment to it, and confirm the ticket.
Provider
Workflows
create-ticket-with-comment
Create a ticket and post an opening comment onto it.
Creates a ticket, adds a first comment referencing the created ticket, and confirms the ticket.
1
createTicket
{$sourceDescriptions.ticketingApi.url}#/paths/~1ticketing~1v1~1tickets/post
Create the ticket from the supplied name, description, and status.
2
addComment
{$sourceDescriptions.ticketingApi.url}#/paths/~1ticketing~1v1~1comments/post
Post an opening comment onto the newly created ticket.
3
confirmTicket
{$sourceDescriptions.ticketingApi.url}#/paths/~1ticketing~1v1~1tickets~1{id}/get
Read the created ticket back to confirm it was persisted.