Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=admGetIssueTypeSchemeForProject+-+985989182 |
---|
width | auto |
---|
|
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 |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.