jira_issues_old: jira_issues_old

Description Usage Arguments See Also

View source: R/jira_issues_old.R

Description

Extract issue data from the JIRA API (old method)

Usage

1
2
3
4
5
6
7
8
jira_issues_old(
  project_url,
  project_id,
  username,
  password,
  max_results = NULL,
  jira_method = "generic"
)

Arguments

project_url

The JIRA project ULR

project_id

The JIRA project ID

username

The JIRA username

password

The JIRA jira_password

max_results

How many results you want to get back

jira_method

Which JIRA method would you like to use? Can be either

See Also

jira_extract_old which is a key component of this function


neugelb/njira documentation built on Sept. 2, 2020, 7:02 p.m.