Basic Information

appmixer.redmine.core.IssueCreate

CreateIssue

1.0.0

Public

Create a new issue.

Properties

FieldTypeDescription
No properties defined

Input Ports

in

FieldTypeDescription
Issue Project Id select -
Issue Tracker Id number -
Issue Status Id number -
Issue Priority Id number -
Issue Subject text -
Issue Description text -
Issue Category Id number -
Issue Fixed Version Id number

ID of the Target Versions (previously called "Fixed Version" and still referred to as such in the API).

Issue Assigned To Id number

ID of the user to assign the issue to (currently no mechanism to assign by name).

Issue Parent Issue Id number

ID of the parent issue.

Issue Custom Fields textarea

Example: [{"value":"1.0.1","name":"Affected version","id":1},{"value":"Fixed","name":"Resolution","id":2}]

.
Issue Watcher User Ids textarea

Array of user ids to add as watchers. Example: [1,2,3]

Issue Is Private toggle -
Issue Estimated Hours number

Example: 1.5

Output Ports

out

FieldTypeDescription
Issue -
Issue Id -
Issue Project -
Issue Project Id -
Issue Project Name -
Issue Tracker -
Issue Tracker Id -
Issue Tracker Name -
Issue Status -
Issue Status Id -
Issue Status Name -
Issue Priority -
Issue Priority Id -
Issue Priority Name -
Issue Author -
Issue Author Id -
Issue Author Name -
Issue Assigned To -
Issue Assigned To Id -
Issue Assigned To Name -
Issue Subject -
Issue Description -
Issue Start Date -
Issue Due Date -
Issue Done Ratio -
Issue Is Private -
Issue Estimated Hours -
Issue Created On -
Issue Updated On -
Issue Closed On -
Issue Children -
Issue Attachments -
Issue Relations -
Issue Changesets -
Issue Journals -
Issue Watchers -

Full Metadata