parse_jira_latest_date: Parse JIRA current issue

View source: R/jira.R

parse_jira_latest_dateR Documentation

Parse JIRA current issue

Description

Returns the file containing the most current issue in the specified folder.

Usage

parse_jira_latest_date(json_folder_path)

Arguments

json_folder_path

path to save folder containing JIRA issue and/or comments json files.

Details

The folder assumes the following convention: "(PROJECTKEY)_(uniextimestamp_lowerbound)_(unixtimestamp_upperbound).json" For example: "SAILUH_1231234_2312413.json". This nomenclature is defined by download_jira_issues.

Value

The name of the jira issue file with the latest created date that was created/downloaded for use by the Jira downloader refresher

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_rss_xml(), parse_jira(), parse_mbox(), parse_nvdfeed(), parse_understand_dependencies()


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