jira.login {nJira} | R Documentation |
Jira Login Function
Description
Authenticates the user to fetch data from the respective Jira installation.
Usage
jira.login(jira.env = NULL, jira.user = NULL, jira.pwd = NULL,
jira.val = 0, logs = FALSE)
Arguments
jira.env |
Web address of 'Jira' environment (e.g. https://issues.apache.org/jira) |
jira.user |
Jira User Name |
jira.pwd |
Jira Password |
jira.val |
0/1 how should the list values be returned in the query results |
logs |
debug logs required on not (Default = FALSE) |
Value
The function authenticates the user into Jira installation and caches the Jira credentials.
Examples
jira.login(jira.env="https://issues.apache.org/jira",
jira.user="jiraTestUser", jira.pwd="jiraTestPwd")
[Package nJira version 0.1.1 Index]