Description Usage Arguments See Also
View source: R/jira_issues_old.R
Extract issue data from the JIRA API (old method)
1 2 3 4 5 6 7 8 | jira_issues_old(
project_url,
project_id,
username,
password,
max_results = NULL,
jira_method = "generic"
)
|
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 |
jira_extract_old
which is a key component of this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.