Extract issue data from the JIRA API; returns a single data frame of issue data by default, or two dataframes in a list if changelog is set to TRUE
1 2 3 4 5 6 7 8 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.