appmixer.redmine.core.IssuesList
FindIssues
1.0.0
Public
Return a paginated list of issues. By default, it returns open issues only.
| Field | Type | Description |
|---|---|---|
| No properties defined | ||
| Field | Type | Description |
|---|---|---|
| Offset | number | Skip this number of issues in response (optional) |
| Sort | text | Column to sort with. Append :desc to invert the order. (optional) |
| Include | text | Fetch associated data (optional, use comma to fetch multiple associations). Possible values: children,attachments,relations,changesets,journals,watchers. |
| Issue Id | text | Get issue with the given id or multiple issues by id using comma to separate id. |
| Project Id | select | Get issues from the project with the given id (a numeric value, not a project identifier). |
| Subproject Id | number | Get issues from the subproject with the given id. You can use projectid=XXX&subprojectid=!* to get only the issues of a given project and none of its subprojects. |
| Tracker Id | number | Get issues from the tracker with the given id |
| Status Id | text | Get issues with the given status id only. Possible values: open, closed, * to get open and closed issues, status id |
| Assigned To Id | text | Get issues which are assigned to the given user id. me can be used instead an ID to fetch all issues from the logged in user (via API key or HTTP auth) |
| Output Options | select | Choose whether to output all items at once in a single list or, instead, output one item at a time. For example, if you only care about the first item, you can choose "One item at a time" and then use 1 as the "Limit" parameter. |
| Limit | number | The total number of items to return. |
Dynamic variables loaded from /component/appmixer/redmine/core/IssuesList?outPort=out