Package: jirar 0.1.0
jirar: Modern R Client for the Jira REST API
A modern, tidy interface to the Jira REST API for both Jira Cloud and Jira Server / Data Center. Authenticate once, query issues with the Jira Query Language (JQL), and retrieve projects, fields, dashboards and more as tibbles. Built on 'httr2' with automatic pagination, informative errors and support for API tokens and personal access tokens.
Authors:
jirar_0.1.0.tar.gz
jirar_0.1.0.tar.gz(r-4.7-any)jirar_0.1.0.tar.gz(r-4.6-any)
jirar_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
jirar/json (API)
NEWS
| # Install 'jirar' in R: |
| install.packages('jirar', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/janwein/jirar/issues
Last updated from:211d00226b. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 160 | ||
| source / vignettes | OK | 181 | ||
| linux-release-x86_64 | OK | 115 | ||
| wasm-release | OK | 129 |
Exports:jira_connectjira_connectionjira_count_issuesjira_dashboardsjira_default_fieldsjira_fieldsjira_get_connectionjira_groupsjira_issuesjira_my_permissionsjira_myselfjira_permissionsjira_projectsjira_server_infojira_set_connectionjira_supported_fields
Dependencies:askpassclicurlgluehttr2lifecyclemagrittropensslpillarpkgconfigR6rappdirsrlangsystibbleutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Connect to Jira and register the default connection | jira_connect |
| Create a connection to a Jira instance | jira_connection |
| Count the issues matching a JQL query | jira_count_issues |
| Retrieve Jira dashboards | jira_dashboards |
| Default and supported JQL fields | jira_default_fields jira_supported_fields |
| Retrieve the fields defined on a Jira instance | jira_fields |
| Get or set the default Jira connection | jira_get_connection jira_set_connection |
| Retrieve Jira groups | jira_groups |
| Retrieve Jira issues with a JQL query | jira_issues |
| Check the current user's permissions | jira_my_permissions |
| Get the currently authenticated user | jira_myself |
| Retrieve all Jira permissions | jira_permissions |
| Retrieve Jira projects | jira_projects |
| Get information about the Jira instance | jira_server_info |
