Skip to content

linjicong/jira-client

Repository files navigation

JiraClient

1.模块介绍

1.1 Domain

1.2 Core

2. 快速上手

2.1 Spring

2.2 Spring-Boot-Start

1. 配置Jira相关信息

jira.url=xxx
jira.username=xxx
jira.password=xxx

2. pom中引入

<dependency>
    <groupId>com.linjicong</groupId>
    <artifactId>jira-client-spring-boot-starter</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

3. 接口列表

3.1 项目

3.1.1 获取全部项目

3.1.2 创建项目

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages