jira_issues_api: jira_issues_api

Description Usage Arguments

View source: R/jira_issues_api.R

Description

Extract issue data from the JIRA API; returns a list of all issues

Usage

1
2
3
4
5
6
7
8
jira_issues_api(
  project_url,
  project_id,
  changelog = FALSE,
  sample = FALSE,
  jql = NULL,
  sprint = NULL
)

Arguments

project_url

The JIRA project ULR

project_id

The JIRA project ID

changelog

If you want to get a dataframe of all changes change this to TRUE

sample

If you want to get only a sample of the most recent 200 issues, set this to TRUE

jql

Pass a JQL string if you want to search for only specific issues

sprint

Pass a specific sprint name if you want to search only for issues relating to it; defaults to NULL. Only works if formatted like 'Mobile Sprint 108', doesn't work with the full sprint name


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