Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetIssueTypeSchemeForProject(pkey) | Package | adm | Alias | | Pkg Usage | issueTypeSchemeForProject(pkey) | |
Description
Excerpt |
---|
|
Returns a specific issue type scheme. |
Returns a specific issue type scheme, set on the specified project.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
pkey | string | Yes | Project key. | |
Return Type
JIssueTypeScheme
Returns a specific issue type scheme.
Example
Code Block |
---|
|
JIssueTypeScheme itScheme = admGetIssueTypeSchemeForProject("TT", 11000);
runnerLog("Id: " + itScheme.id);
runnerLog("Name: " + itScheme.name);
runnerLog("Description: " + itScheme.description ); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issuetype_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|