Skip to content

irapuan/jira_stats

Repository files navigation

R Jira Stats

Simple R scripts to generate some insigths on Jira boards.

How to use the scripts

1 - Open the project JiraStats.Rproj in your RStudio.

2 - Install all the dependencies running the following code in your RStudio Console.

install.packages(dplyr)
install.packages(ggplot2)
install.packages(tidyr)
install.packages(tidyverse)
install.packages(lubridate)
install.packages(httr)
install.packages(jsonlite)

3 - Create a file called config.yml in the project root folder that looks like to this one:

default:
  token: <<Token to access Jira>>
  base_url: https://<<your jira instance address>>.atlassian.net/rest/api/2/

4 - Add your Jira API token to the file and also change your base_url. Getting Jira API token

5 - Change the variable filter at the beginning of each script using JQL language and run the scripts in RStudio.

Examples of outputs of each script:

Scatter Plot Histogram Throughput

To do

  • Refactor the scripts to not duplicate code.

About

Simple R scripts to generate statistics for Jira boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages