View source: R/scraping-jira.R
| get.issues.jira | R Documentation | 
Collect issues from JIRA with a query
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
)
| 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  | 
| url | An URL for JIRA | 
| startAt | An integer to start | 
| maxResults | An integer to the number of issues for a transaction. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.