get_watchers: Get a list of watchers on an existing issue

Description Usage Arguments Value See Also Examples

Description

Get a list of watchers on an existing issue

Usage

1
2
3
4
get_watchers(issue, 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

remove_watcher

Examples

1
2
3
4
## Not run: 
   get_watchers(issue = "BAS-1")

## End(Not run)

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