get_jira_credentials: Retrieves the previously saved JIRA credentials

Description Usage Value Examples

View source: R/exports.R

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

1

Value

Returns a data.frame with the saved JIRA credentials

Examples

1
2
3
4
5
6
7
## Not run: 
save_jira_credentials(domain="https://bugreports.qt.io",
                      username='__INSERT_YOUR_USERNAME_HERE__',
                      password='__INSERT_YOUR_PASSWORD_HERE__')
get_jira_credentials()

## End(Not run)

matbmeijer/JirAgileR documentation built on June 12, 2021, 8:47 a.m.