rt_ticket_merge: Mege one ticket into another

Description Usage Arguments Value Examples

View source: R/rt_ticket_merge.R

Description

Mege one ticket into another

Usage

1
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

(rt_api) The response

Examples

1
2
3
4
5
6
7
8
9
## 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)

## End(Not run)

amoeba/rt documentation built on March 7, 2020, 10:01 a.m.