Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×what is the table/view where I can get description of the filed 'System' . From customvalue tables , I can get IDs like SYS-000268
I want to get the description for it .
There is no "system" field built in, so the table you need is customfieldvalue, which you're going to have to make all sorts of horrid joins with to make any sense of the content.
Please, don't use SQL with Jira's data store. Use the API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.