Retrieves a data.frame
with the JIRA credentials
previously saved into the environment under the JIRAGILER_PAT variable
through the save_jira_credentials()
function.
get_jira_credentials()
Returns a data.frame
with the saved JIRA credentials
if (FALSE) { save_jira_credentials(domain="https://bugreports.qt.io", username='__INSERT_YOUR_USERNAME_HERE__', password='__INSERT_YOUR_PASSWORD_HERE__') get_jira_credentials() }