This page last changed on Oct 10, 2006 by rosie@atlassian.com.

You can retrieve the issue generic value using the following code:

// By Id
GenericValue issueGV1 = issueManager.getIssue(new Long(10000));
// By Issue Key
GenericValue issueGV2 = issueManager.getIssue("TST-1");
Document generated by Confluence on Oct 06, 2009 00:31