...
This routine is available starting with katl-commons 2.5.19 / 2.6.11.
...
Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=getProjectComponentLead+-+15483467 |
---|
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 | getProjectComponentLead(pkey, compname) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the leader of the specified component from the specified project. |
Returns the leader of the specified component from 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 | Key of the selected project. | compname | String | Yes | Name of the component. | |
Return
...
Type
stringString
Returns the lead of the specified component from the specified project.
...
Code Block |
---|
//lead of the component comp1 from the project with key TSTPRJ is TL1
string leader = getProjectComponentLead("TSTPRJ", "comp1");
|
Result: TL1
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_project_routine" and space = currentSpace ( ) |
---|
labels | jira_project_routine |
---|
|