Customfield with default values

Avdhesh Chauhan
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.
October 28, 2012

How to find the list of customfileds where defualt value is set and context is global

Im using MSSQL DB

can some one plz help

2 answers

1 accepted

0 votes
Answer accepted
Zul NS _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 28, 2012
0 votes
vkharisma
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 28, 2012

Hi there,

I believe it should be under customfield value:

select id, cfname, defaultvalue from customfield;

Please modify the above SQL to suits SQLServer

Hope this helps!

Cheers, Vicky.

Suggest an answer

Log in or Sign up to answer