public class IssueFactory
extends java.lang.Object
Constructor and Description |
---|
IssueFactory() |
Modifier and Type | Method and Description |
---|---|
static Issue |
create(java.lang.Integer databaseId) |
static Issue |
create(int projectId,
java.lang.String subject)
Each Issue object must have project Id set in order for Redmine 3.x to accept it via REST API.
|