rt (version 1.0.1)

rt_ticket_links_edit: Edit the links on a ticket

Description

Edit the links on a ticket

Usage

rt_ticket_links_edit(
  ticket_id,
  referred_to_by = NULL,
  depended_on_by = NULL,
  member_of = NULL,
  refers_to = NULL,
  depends_on = NULL,
  ...
)

Arguments

ticket_id

(numeric) The ticket identifier

referred_to_by

Tickets that are referred to

depended_on_by

Tickets that are depended on

member_of

Ticket groups?

refers_to

Tickets that are referred to

depends_on

Tickets that are depended on

...

Other arguments passed to rt_POST

Value

(numeric) The ID of the ticket

Examples

Run this code
# NOT RUN {
# Assuming we have tickets 20 and 21, we can make ticket 20 depend on ticket
# 21
rt_ticket_links_edit(20, depends_on = 21)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab