parse_jira_rss_xml | R Documentation |
This function can be used to parse our prior TSE JIRA Issue Feed supplemental material.
For new JIRA datasets, please refer to parse_jira
.
parse_jira_rss_xml(jira_issues_folderpath)
jira_issues_folderpath |
path to folder of XML issues (see references in this function docs) |
A data.table containing the parsed XML feed (not the fields are not exhaustive. Refer to the raw data for all possible fields.)
W. Mauerer, M. Joblin, D. A. Tamburri, C. Paradis, R. Kazman and S. Apel, "In Search of Socio-Technical Congruence: A Large-Scale Longitudinal Study," in IEEE Transactions on Software Engineering, vol. 48, no. 8, pp. 3159-3184, 1 Aug. 2022, doi: 10.1109/TSE.2021.3082074.
Other parsers:
build_understand_project()
,
export_understand_dependencies()
,
parse_bugzilla_perceval_rest_issue_comments()
,
parse_bugzilla_perceval_traditional_issue_comments()
,
parse_bugzilla_rest_comments()
,
parse_bugzilla_rest_issues_comments()
,
parse_bugzilla_rest_issues()
,
parse_commit_message_id()
,
parse_dependencies()
,
parse_dv8_clusters()
,
parse_gitlog()
,
parse_jira_latest_date()
,
parse_jira()
,
parse_mbox()
,
parse_nvdfeed()
,
parse_understand_dependencies()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.