mindlesscloud commented on code in PR #355:
URL:
https://github.com/apache/incubator-devlake-website/pull/355#discussion_r1062458970
##########
docs/Plugins/jira.md:
##########
@@ -140,30 +133,37 @@ To collect data, select `Advanced Mode` on the `Create
Pipeline Run` page and pa
```json /blueprints/{blueprintId}
{
"settings": {
- "connections":
- [{
- "scope":
- [{
- "transformation":
- {
+ "connections": [
+ {
+ "connectionId": 1,
+ "plugin": "jira",
+ "scope": [
+ {
+ "entities": [
+ "TICKET",
+ "CROSS"
+ ],
+ "options": {
+ "boardId": 8,
+ "title": "迭代开发看板(停用)"
Review Comment:
I will change an English name
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]