Skip to content

Spring Boot Client to consume the Jira Server REST API using RestTemplate and OpenFeign

Notifications You must be signed in to change notification settings

FabianUntermoser/example-spring-boot-jira-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Spring Boot Jira Client

Showcase of how to consume the Jira Server REST Api with Spring.

Configuration

Configure credentials and the API base path in a application.properties file.

jira.client.username=
jira.client.password=
jira.client.url=

Build & Run

mvn clean package

Rest Clients

  • The JiraClient uses RestTemplate.
  • The JiraFeignClient uses OpenFeign.

Both Clients provide a searchIssues() method that queries the configured Jira instance for all Issues with status New in the project MyProject.

About

Spring Boot Client to consume the Jira Server REST API using RestTemplate and OpenFeign

Topics

Resources

Stars

Watchers

Forks

Languages