getAllCustomFields

getAllCustomFields

Description

Returns an array of JCustomField type structs for all custom fields in Jira.

Return Type

JCustomField []

Returns an array of custom fields.

Example

for(JCustomField cf in getAllCustomFields()) { runnerLog("ID: " + cf.id); runnerLog("Name: " + cf.name); runnerLog("Description: " + cf.description); runnerLog("Type: " + cf.type);}

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.