@choerodon/issue

0.18.0 • Public • Published

Issue Service

Issue Service is the core service of Choerodon.

The service is responsible for managing issue types, priorities, states, and state machines at the organizational level, combining options in the form of scheme, and using scheme with projects to apply attributes to corresponding projects to achieve shared configuration of the solution at the organizational level.

Features

  • Priority Management
  • IssueType Management
  • IssueType Scheme Management
  • State Machine Management
  • State Machine Scheme Management

Requirements

Installation and Getting Started

  1. init database

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
    CREATE DATABASE issue_service DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON issue_service.* TO choerodon@'%';
    FLUSH PRIVILEGES;
  2. run command sh init-local-database.sh

  3. run command as follow or run IssueServiceApplication in IntelliJ IDEA

    mvn clean spring-boot:run

Dependencies

  • go-register-server: Register server
  • iam-service:iam service
  • mysql: agile_service database
  • api-gateway: api gateway server
  • gateway-helper: gateway helper server
  • oauth-server: oauth server
  • manager-service: manager service
  • asgard-service: asgard service
  • state-machine-service: issue service
  • agile-service: agile service

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

Readme

Keywords

none

Package Sidebar

Install

npm i @choerodon/issue

Weekly Downloads

1

Version

0.18.0

License

ISC

Unpacked Size

678 kB

Total Files

132

Last publish

Collaborators

  • lethe0305
  • allen.liu
  • huihuawk
  • yanfang1223
  • laincarl
  • hughwu
  • douglasdong
  • iotale