...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Return Type
Example
Code Block |
---|
JCustomField field = getCustomField("customfield_12345"); runnerLog(field.id); runnerLog(field.name); runnerLog(field.description); runnerLog(field.type); |
...
...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Code Block |
---|
JCustomField field = getCustomField("customfield_12345"); runnerLog(field.id); runnerLog(field.name); runnerLog(field.description); runnerLog(field.type); |
...