Skip to content

encircled/reactive-jira-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Reactive Jira REST & Greenhopper client for Kotlin and Java

Reactive Jira client, based on reactor project and Spring WebClient

Setup

val client = ReactiveJiraClient("https://my.jira.net", "username", "password")

client.getIssue("MY-123")

Maven

<dependency>
    <groupId>cz.encircled</groupId>
    <artifactId>reactive-jira-client</artifactId>
    <version>${jira.client.version}</version>    
</dependency>

Supported methods

  • getIssue
  • getIssues
  • getFilter
  • searchIssues
  • getActiveSprints
  • getSprintReport