Learn R Programming

JirAgileR (version 0.0.2.1)

remove_jira_credentials: Removes previously saved JIRA credentials

Description

Removes the JIRA credentials, that have been previously saved into the environment under the JIRAGILER_PAT variable through the save_jira_credentials() function.

Usage

remove_jira_credentials(verbose = FALSE)

Arguments

verbose

Optional parameter to remove previously saved parameters

Value

Returns a data.frame with the saved JIRA credentials

Examples

Run this code
# NOT RUN {
save_jira_credentials(domain="https://bugreports.qt.io")
remove_jira_credentials()
# }

Run the code above in your browser using DataLab