parse_jira: Parse JIRA Issues and Comments

View source: R/jira.R

parse_jiraR Documentation

Parse JIRA Issues and Comments

Description

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.

Usage

parse_jira(json_folder_path)

Arguments

json_folder_path

is a folder path containing a set of jira_issues as json files.

Details

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.

Value

A named list of two named elements ("issues", and "comments"), each containing a data.table.

See Also

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()


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.