Learn R Programming

JirAgileR

Objective

The JirAgileR R package has the mission to bring the power of the project management tool

Copy Link

Version

Install

install.packages('JirAgileR')

Monthly Downloads

7

Version

0.0.2.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Matthias Brenninkmeijer

Last Published

June 8th, 2021

Functions in JirAgileR (0.0.2.1)

%>%

Pipe operator
remove_jira_credentials

Removes previously saved JIRA credentials
adapt_list

Adapt the path of class url
JirAgileR-package

JirAgileR: JIRA REST API Wrapper for R
supported_jql_fields

Returns the supported JQL fields
save_jira_credentials

Saves domain and the domain's credentials in the environment
unnest_df

Unnest a nested data.frame
to_date

Transforms JIRA date character to POSIXlt format
basic_issues_info

Extract the basic key information of the issues
basic_jql_fields

Returns default JQL fields used
get_jira_permissions

Get all the JIRA server permissions as a data.frame
get_jira_credentials

Retrieves the previously saved JIRA credentials
get_jira_dashboards

Retrieves all dashboards a data.frame
get_jira_server_info

Get the JIRA server information as a data.frame
parse_issue

Extract the extensive fields of a single issue
get_jira_projects

Retrieves all projects as a data.frame
get_jira_groups

Get JIRA server groups data.frame
choose_field_function

Function to choose for the right field parser function
conc

Concatenates multiple strings
get_jira_issues

Retrieves all issues of a JIRA query as a data.frame