R/transition_issue.R
transition_issue.Rd
Transition an issue to a new available status. Use get_issue_transitions() to discover available transitions.
get_issue_transitions()
transition_issue(issue = NULL, id)
the issue key. Defaults to the project directory base name, assuming the R project is named after the issue key.
transition id
Derek Chiu