Description Usage Arguments Value Examples
Removes the JIRA credentials, that have been previously
saved into the environment under the JIRAGILER_PAT variable through
the save_jira_credentials() function.
1  | remove_jira_credentials(verbose = FALSE)
 | 
verbose | 
 Optional parameter to remove previously saved parameters  | 
Returns a data.frame with the saved JIRA credentials
1 2 3 4 5  | ## Not run: 
save_jira_credentials(domain="https://bugreports.qt.io")
remove_jira_credentials()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.