{
  "_id": "6a3a6aceef5099f0c5f132f4",
  "Package": "jirar",
  "Title": "Modern R Client for the Jira REST API",
  "Version": "0.1.0",
  "Authors@R": "person(\"Jan-Hendrik\", \"Weinert\", , \"janhendrikweinert@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "A modern, tidy interface to the Jira REST API for both\nJira Cloud and Jira Server / Data Center. Authenticate once,\nquery issues with the Jira Query Language (JQL), and retrieve\nprojects, fields, dashboards and more as tibbles. Built on\n'httr2' with automatic pagination, informative errors and\nsupport for API tokens and personal access tokens.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/JanWein/jirar",
  "BugReports": "https://github.com/JanWein/jirar/issues",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "8.0.0",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://janwein.r-universe.dev",
  "Date/Publication": "2026-06-17 08:37:12 UTC",
  "RemoteUrl": "https://github.com/janwein/jirar",
  "RemoteRef": "HEAD",
  "RemoteSha": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-23 11:12:39 UTC",
    "User": "root"
  },
  "Author": "Jan-Hendrik Weinert [aut, cre]",
  "Maintainer": "Jan-Hendrik Weinert <janhendrikweinert@gmail.com>",
  "MD5sum": "72ed963fd1aacb27a19a8d3ae4ed3bc9",
  "_user": "janwein",
  "_type": "src",
  "_file": "jirar_0.1.0.tar.gz",
  "_fileid": "38e19d33536e466e61d44fade519f2285a6a8ab49ced893a782d99b858dd331f",
  "_filesize": 140232,
  "_sha256": "38e19d33536e466e61d44fade519f2285a6a8ab49ced893a782d99b858dd331f",
  "_created": "2026-06-23T11:12:39.000Z",
  "_published": "2026-06-23T11:15:26.769Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82940547255,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7819158917"
    },
    {
      "job": 82940547269,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819162124"
    },
    {
      "job": 82940547282,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7819146418"
    },
    {
      "job": 82940547279,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819164318"
    },
    {
      "job": 82940070732,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819113998"
    },
    {
      "job": 82940547234,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819154851"
    },
    {
      "job": 82940547276,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7819145693"
    },
    {
      "job": 82940547297,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7819147540"
    },
    {
      "job": 82940547366,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819146261"
    }
  ],
  "_buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/janwein/jirar",
  "_commit": {
    "id": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
    "author": "J. Weinert <jweinert@viridium.de>",
    "committer": "J. Weinert <jweinert@viridium.de>",
    "message": "Remove GitHub Pages URL and update spell check whitelist for CRAN\n",
    "time": 1781685432
  },
  "_maintainer": {
    "name": "Jan-Hendrik Weinert",
    "email": "janhendrikweinert@gmail.com",
    "login": "janwein",
    "description": "",
    "uuid": 65009403
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "janwein",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-25",
      "n": 5
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 65009403,
    "type": "user",
    "name": "Jan-Hendrik Weinert",
    "followers": 0
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/jirar"
  },
  "_devurl": "https://github.com/janwein/jirar",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/jirar.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/janwein/jirar",
  "_realowner": "janwein",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-22"
    }
  ],
  "_exports": [
    "jira_connect",
    "jira_connection",
    "jira_count_issues",
    "jira_dashboards",
    "jira_default_fields",
    "jira_fields",
    "jira_get_connection",
    "jira_groups",
    "jira_issues",
    "jira_my_permissions",
    "jira_myself",
    "jira_permissions",
    "jira_projects",
    "jira_server_info",
    "jira_set_connection",
    "jira_supported_fields"
  ],
  "_help": [
    {
      "page": "jira_connect",
      "title": "Connect to Jira and register the default connection",
      "topics": [
        "jira_connect"
      ]
    },
    {
      "page": "jira_connection",
      "title": "Create a connection to a Jira instance",
      "topics": [
        "jira_connection"
      ]
    },
    {
      "page": "jira_count_issues",
      "title": "Count the issues matching a JQL query",
      "topics": [
        "jira_count_issues"
      ]
    },
    {
      "page": "jira_dashboards",
      "title": "Retrieve Jira dashboards",
      "topics": [
        "jira_dashboards"
      ]
    },
    {
      "page": "jira_default_fields",
      "title": "Default and supported JQL fields",
      "topics": [
        "jira_default_fields",
        "jira_supported_fields"
      ]
    },
    {
      "page": "jira_fields",
      "title": "Retrieve the fields defined on a Jira instance",
      "topics": [
        "jira_fields"
      ]
    },
    {
      "page": "jira_get_connection",
      "title": "Get or set the default Jira connection",
      "topics": [
        "jira_get_connection",
        "jira_set_connection"
      ]
    },
    {
      "page": "jira_groups",
      "title": "Retrieve Jira groups",
      "topics": [
        "jira_groups"
      ]
    },
    {
      "page": "jira_issues",
      "title": "Retrieve Jira issues with a JQL query",
      "topics": [
        "jira_issues"
      ]
    },
    {
      "page": "jira_my_permissions",
      "title": "Check the current user's permissions",
      "topics": [
        "jira_my_permissions"
      ]
    },
    {
      "page": "jira_myself",
      "title": "Get the currently authenticated user",
      "topics": [
        "jira_myself"
      ]
    },
    {
      "page": "jira_permissions",
      "title": "Retrieve all Jira permissions",
      "topics": [
        "jira_permissions"
      ]
    },
    {
      "page": "jira_projects",
      "title": "Retrieve Jira projects",
      "topics": [
        "jira_projects"
      ]
    },
    {
      "page": "jira_server_info",
      "title": "Get information about the Jira instance",
      "topics": [
        "jira_server_info"
      ]
    }
  ],
  "_readme": "https://github.com/janwein/jirar/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "glue",
    "httr2",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "jirar",
  "_universes": [
    "janwein"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:40.000Z",
      "distro": "noble",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "6f4c855a47ee071cb19f69a5966b5a182c4b2671074f2fbf52e551ed660e305a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:46.000Z",
      "distro": "noble",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "213fd18bf9ab45a42bd81d8d48fdf20741886a20c6d1c69bb064d0db07eda109",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:07.000Z",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "e9feaecb1b22cd1c9c97668a1c2f7a513e1abbf7722ef1d0253b98addbc2fdc0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:51.000Z",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "24129d7739ce48088cdb4174c6dc8592d46b06eec20bdb54674a26f1b15ef431",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:40.000Z",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "3a833903e2d3557bcd711998a2d828a1d3519e1d5320a856f69047f3ea23443f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-23T11:13:58.000Z",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "a9d627ccc3989dc6e55366fb5967bc48c5200cfed1de6e5a02f4a80348ac9b53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:04.000Z",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "cd3c3258a038a7e55ab0b268208363765a5efbcea981b66277d4dcf447096f63",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-23T11:14:02.000Z",
      "commit": "f92159cca7e136dc5f109fa7e0c97f4587b9f0df",
      "fileid": "0b90023f800a0b8b8ca34f372abca7f260801b7acf09643f7b46dd992f3d183e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/janwein/actions/runs/28021899628"
    }
  ]
}