| parse_jira | R Documentation |
Parses JIRA issues without or with comments contained in a folder following a standardized file nomenclature.
as obtained from download_jira_issues. A named list with two elements (issues, comments) is returned
containing the issue table and optionally comments table.
parse_jira(json_folder_path)
json_folder_path |
is a folder path containing a set of jira_issues as json files. |
The following fields are expected on the raw data:
issuekey, issuetype, components, creator, created, description, reporter, status, resolution resolutiondate, assignee, updated, comment, priority, votes, watches, versions, fixVersions, labels
which are the default parameters of download_jira_issues. If the 'comment' field is
specified, then the comments table is included.
If a field is not present in an issue, then its value will be NA.
A named list of two named elements ("issues", and "comments"), each containing a data.table.
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_rss_xml(),
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.