Re: List of selectList custome fileds
[email protected] Mon, 04 Jul 2011 06:59:17 CDT
| Newsgroups | gmane.comp.java.jira.user |
|---|---|
| Message-ID | <3834845.617411309780787428.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com> |
Hi Babu,
You can use this code:
{code}
CustomField cf;
.....
String key = cf.getCustomFieldType().getKey();
if(key.equals("com.atlassian.jira.plugin.system.customfieldtypes:select"))
{
// cf is a Select List.
}
{code}
--
Post by fidel100r - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55141
_______________________________________________
Jira-user mailing list
[email protected]
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user