sprintr icon indicating copy to clipboard operation
sprintr copied to clipboard

🏃 Interface library for working with the Jira API

Results 1 sprintr issues
Sort by recently updated
recently updated
newest added

I have added the following variables to my .Renviron file: JIRA_USER="my_username" JIRA_TOKEN="my_password" JIRA_SESSION_COOKIE="my_JSESSIONID_cookie" JIRA_API_URL="https://jira.host/jira/rest/api/2/search?jql=long_name" If I type in the console the name of the variables, it gives the correct value,...