get.issues.jira: Issues in JIRA

View source: R/scraping-jira.R

get.issues.jiraR Documentation

Issues in JIRA

Description

Collect issues from JIRA with a query

Usage

get.issues.jira(
  query,
  fields = "created",
  user = NULL,
  password = "",
  authtype = "basic",
  url = "https://issues.apache.org/jira/rest/api/2/search",
  startAt = 0,
  maxResults = 50
)

Arguments

query

A character string for a query

fields

A character string vector, indicating fields to be downloaded

user

A string for user

password

A string for password

authtype

A string for authentication. The default is basic.

url

An URL for JIRA

startAt

An integer to start

maxResults

An integer to the number of issues for a transaction.


okamumu/Rsrat documentation built on Feb. 10, 2024, 11:07 p.m.