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.
- Priority Management
- IssueType Management
- IssueType Scheme Management
- State Machine Management
- State Machine Scheme Management
-
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;
-
run command
sh init-local-database.sh
-
run command as follow or run
IssueServiceApplication
in IntelliJ IDEAmvn clean spring-boot:run
go-register-server
: Register serveriam-service
:iam servicemysql
: agile_service databaseapi-gateway
: api gateway servergateway-helper
: gateway helper serveroauth-server
: oauth servermanager-service
: manager serviceasgard-service
: asgard servicestate-machine-service
: issue serviceagile-service
: agile service
If you find any shortcomings or bugs, please describe them in the issue.
Pull requests are welcome! Follow to know for more information on how to contribute.