remove_watcher: Remove a watched to an existing issue

Description Usage Arguments Value See Also Examples

Description

Remove a watched to an existing issue

Usage

1
2
3
4
remove_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

DELETE results

See Also

add_watcher

get_watchers

Examples

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

## End(Not run)

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