get_comments: Get comments on an issue

Description Usage Arguments Value

Description

Get comments on an issue

Usage

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

Arguments

issue

An existing issue id or key.

jira_url

base url to JIRA. Defaults to 'jira/'

jira_user

username for authentication

jira_password

password for authentication

verbose

FALSE

Value

POST results


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