Learn R Programming

JirAgileR (version 0.0.2.1)

get_jira_credentials: Retrieves the previously saved JIRA credentials

Description

Retrieves a data.frame with the JIRA credentials previously saved into the environment under the JIRAGILER_PAT variable through the save_jira_credentials() function.

Usage

get_jira_credentials()

Arguments

Value

Returns a data.frame with the saved JIRA credentials

Examples

Run this code
# NOT RUN {
save_jira_credentials(domain="https://bugreports.qt.io",
                      username='__INSERT_YOUR_USERNAME_HERE__',
                      password='__INSERT_YOUR_PASSWORD_HERE__')
get_jira_credentials()
# }

Run the code above in your browser using DataLab