rt (version 1.0.1)

rt_ticket_merge: Merge two tickets

Description

Merge two tickets

Usage

rt_ticket_merge(origin, into)

Arguments

origin

(character|numeric) Ticket ID to merge into into

into

(character|numeric) Ticket ID to merge origin into

Value

(numeric) The ID of ticket both tickets were merged into

Examples

Run this code
# NOT RUN {
# First, create two tickets
ticket_one <- rt_ticket_create("General")
ticket_two <- rt_ticket_create("General")

# Then merge them together
ticket_merge(ticket_one, ticket_two)
# }

Run the code above in your browser using DataCamp Workspace