-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update component descriptions, id description and examples for custom…
…_fields (#17)
- Loading branch information
1 parent
96f7076
commit 15e88cd
Showing
8 changed files
with
44 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"version": "1.0.0", | ||
"name": "appmixer.redmine.core.IssueCreate", | ||
"author": "Appmixer <[email protected]>", | ||
"description": "<p>Creates a new issue.</p>", | ||
"description": "<p>Create a new issue.</p>", | ||
"private": false, | ||
"quota": {}, | ||
"inPorts": [ | ||
|
@@ -76,7 +76,18 @@ | |
}, | ||
"issue|custom_fields": { | ||
"title": "CustomFields", | ||
"type": "string", | ||
"example": [ | ||
{ | ||
"value": "1.0.1", | ||
"name": "Affected version", | ||
"id": 1 | ||
}, | ||
{ | ||
"value": "Fixed", | ||
"name": "Resolution", | ||
"id": 2 | ||
} | ||
], | ||
"path": "issue.custom_fields", | ||
"originalType": "array", | ||
"items": { | ||
|
@@ -183,7 +194,7 @@ | |
"type": "textarea", | ||
"index": 10, | ||
"label": "Issue Custom Fields", | ||
"tooltip": " JSON array. Example: [{}]." | ||
"tooltip": "<p>Example: [{\"value\":\"1.0.1\",\"name\":\"Affected version\",\"id\":1},{\"value\":\"Fixed\",\"name\":\"Resolution\",\"id\":2}]</p>." | ||
}, | ||
"issue|watcher_user_ids": { | ||
"type": "textarea", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"version": "1.0.0", | ||
"name": "appmixer.redmine.core.IssueDelete", | ||
"author": "Appmixer <[email protected]>", | ||
"description": "<p>Deletes a issue.</p>", | ||
"description": "<p>Delete an issue.</p>", | ||
"private": false, | ||
"quota": {}, | ||
"inPorts": [ | ||
|
@@ -25,7 +25,7 @@ | |
"type": "text", | ||
"index": 0, | ||
"label": "Id", | ||
"tooltip": "<p>ID or identifier of the project/issue/user/timeEntry</p>" | ||
"tooltip": "<p>ID or identifier of the issue</p>" | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"version": "1.0.0", | ||
"name": "appmixer.redmine.core.IssueShow", | ||
"author": "Appmixer <[email protected]>", | ||
"description": "<p>Returns the issue of given id or identifier.</p>", | ||
"description": "<p>Return the issue of given id or identifier.</p>", | ||
"private": false, | ||
"quota": {}, | ||
"inPorts": [ | ||
|
@@ -28,7 +28,7 @@ | |
"type": "text", | ||
"index": 0, | ||
"label": "Id", | ||
"tooltip": "<p>ID or identifier of the project/issue/user/timeEntry</p>" | ||
"tooltip": "<p>ID or identifier of the issue</p>" | ||
}, | ||
"include": { | ||
"type": "text", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"version": "1.0.0", | ||
"name": "appmixer.redmine.core.IssueUpdate", | ||
"author": "Appmixer <[email protected]>", | ||
"description": "<p>Updates a issue.</p>", | ||
"description": "<p>Update an issue.</p>", | ||
"private": false, | ||
"quota": {}, | ||
"inPorts": [ | ||
|
@@ -76,7 +76,16 @@ | |
}, | ||
"issue|custom_fields": { | ||
"title": "CustomFields", | ||
"type": "string", | ||
"example": [ | ||
{ | ||
"value": "1.0.2", | ||
"id": 1 | ||
}, | ||
{ | ||
"value": "Invalid", | ||
"id": 2 | ||
} | ||
], | ||
"path": "issue.custom_fields", | ||
"originalType": "array", | ||
"items": { | ||
|
@@ -129,7 +138,7 @@ | |
"type": "text", | ||
"index": 0, | ||
"label": "Id", | ||
"tooltip": "<p>ID or identifier of the project/issue/user/timeEntry</p>" | ||
"tooltip": "<p>ID or identifier of the issue</p>" | ||
}, | ||
"issue|project_id": { | ||
"type": "select", | ||
|
@@ -201,7 +210,7 @@ | |
"type": "textarea", | ||
"index": 11, | ||
"label": "Issue Custom Fields", | ||
"tooltip": " JSON array. Example: [{}]." | ||
"tooltip": "<p>Example: [{\"value\":\"1.0.2\",\"id\":1},{\"value\":\"Invalid\",\"id\":2}]</p>." | ||
}, | ||
"issue|watcher_user_ids": { | ||
"type": "textarea", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"version": "1.0.0", | ||
"name": "appmixer.redmine.core.IssuesList", | ||
"author": "Appmixer <[email protected]>", | ||
"description": "<p>Returns a paginated list of issues. By default, it returns open issues only.</p>", | ||
"description": "<p>Return a paginated list of issues. By default, it returns open issues only.</p>", | ||
"private": false, | ||
"quota": {}, | ||
"inPorts": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"version": "1.0.0", | ||
"name": "appmixer.redmine.core.ProjectsList", | ||
"author": "Appmixer <[email protected]>", | ||
"description": "<p>Returns all projects (all public projects and private projects where user have access to).</p>", | ||
"description": "<p>Return all projects (all public projects and private projects where user have access to).</p>", | ||
"private": false, | ||
"quota": {}, | ||
"inPorts": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters