add_watcher: Add a watched to an existing issue

Description Usage Arguments Value See Also Examples

Description

Add a watched to an existing issue

Usage

1
2
3
4
add_watcher(issue, user, jira_url = getOption("jira_url"),
  jira_user = getOption("jira_user"),
  jira_password = getOption("jira_password"),
  verbose = getOption("jira_verbose"))

Arguments

jira_url

base url to JIRA. Defaults to 'jira/'

jira_user

username for authentication

jira_password

password for authentication

verbose

FALSE

Value

POST results

See Also

remove_watcher

get_watchers

Examples

1
2
3
4
## Not run: 
 add_watcher(issue = "BAS-1", user = "admin")

## End(Not run)

awalker89/Rjira documentation built on May 11, 2019, 4:09 p.m.