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

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

if (FALSE) { save_jira_credentials(domain="https://bugreports.qt.io") remove_jira_credentials() }