Description Usage Arguments Value Examples
View source: R/rt_ticket_links_edit.R
Edit the links on a ticket
1 2 3 4 5 6 7 8 9 |
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 |
(numeric) The ID of the ticket
1 2 3 4 5 6 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.