retrieving custom field context from DB

r
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2012

Hi,

is there a way how can i retrieve a custom field contexts with their default values from the DB?

thanks

Rad

1 answer

0 votes
richie_gee
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 31, 2014

Rad,

Not sure what you intended to achieve, but to get the default value:

select id,cfname,description,defaultvalue from customfield where cfname like '<custom field name>';

The context is on the customfieldvalue table.

Hope this helps!

Suggest an answer

Log in or Sign up to answer